Home » Developer & Programmer » Forms » Very need help
Very need help [message #84506] Thu, 25 March 2004 01:20 Go to next message
Solveiga
Messages: 36
Registered: March 2003
Member
Please help to solve a problem - How to chek a value in combobox?

Is it selected from list or entered by user?

 

Solveiga
Re: Very need help [message #84555 is a reply to message #84506] Mon, 29 March 2004 18:00 Go to previous message
jan
Messages: 71
Registered: August 2002
Member
you can do this in two ways.

1. lets say you created a checkbox item called cb_item1
and have set the checked property to 'Y' and unchecked property to 'N'
to know the value you can directly use the item name.

i.e. IF :db_item1 = 'Y' THEN
...
...
ELSE
...
...
END IF;

2. there is a built in called checkbox_checked

i.e. IF checkbox_checked('cb_item1) THEN
...
...
ELSE
...
...
END IF;

Hope this helps.

Jan
Previous Topic: Retrieve old value from List Item
Next Topic: Difference Between Property Class and Visual Attributes
Goto Forum:
  


Current Time: Mon May 06 12:22:20 CDT 2024