Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set_Item_Property for a Text item

Status
Not open for further replies.

dmarnerou

Programmer
Jun 12, 2002
30
CY
Hi,
I'm developing a program and the thing I want to do is this: I have two radio buttons and a text item(which receives number). I want the highest allowed value of the text item to change very time I check one of the radio buttons
(for example, when I check the first radiobutton to set the text item's max value to 100, and when I check the second radiobutton to set the text item's max value to 1000)
 
You may check text value depending on radio state within WHEN-VALIDATE-ITEM trigger.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top