adspace
Answer Posted / chaudhry
Vbx control provide a simple mehtod of buildig and
enhancing user interfaces.The controls can use to obtain
user inputs and display program outputs.vbx control where
originally develop as extensions for the ms visual
basic environments and include such items as
sliders,grides and knobs.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement