ComboBox to CheckBox

Accessator

Registered User.
Local time
Tomorrow, 01:32
Joined
Aug 22, 2007
Messages
10
Dear All fellow members,

I'd like to know how a checkbox can be set according to the query result ( Y / N only) ?

I've tried to use any different approach but seems endded up with "You cannot sign a value to this object" error.

I can do it with combo box but Its not suitable I think for displaying Yes/No value only.

Any kinds of input and idea will be much appreciated here.

Thanks
 
Last edited:
If you don't want a combo then delete it and use a check box instead
 
Thanks for your quick reply Rich,
what I'm about to do is to replace the ComboBox with CheckBox to display the data as well (in a Maintenance screen).

is that possible ?
 

Users who are viewing this thread

Back
Top Bottom