> Hello,
>
> Form's load:
>
> SQLEXEC( gnSQLID, "select * from thetable", "thecursor")
>
>
> thefield
> DILI
> SAKTO
> DILI
> SAKTO
>
> I want to display thefield in the combobox but the values "DILI" must not be selected by the user, only visible.
>
> Thank you and God bless.. (a)
put this in your comboxbox interactivechange or click event
if this.value == "DILI"
return 0
else
*** proceed to your valid statement here
endif
CriZ (,")
"Everyone is entitled to their own opinion, but not their own facts."