FORMS40: Set_Item_Property Required ??

From: <cfischer_at_beach.utmb.edu>
Date: 30 Nov 94 15:24:49 CST
Message-ID: <1994Nov30.152449.1_at_beach.utmb.edu>


I am using Set_Item_Property to control items based on what the user is doing on a form but some of the properties don't seem to work.

Specifically, Mouse_Navigate and Required. I used Enabled Property_off and then when I turned Enabled back on it left Required Off so I tried turning Required back on after enabling but it doesn't take.(I quit trying to use Mouse_Navigate---it just didn't do anything)

Here is what I have:
WHEN-BUTTON-PRESSED trigger
Set_Item_Property('item_name', Enabled, Property_On); Set_Item_Property('item_name', Required, Property_On);

Using Forms4.0.12 for windows.

Any ideas?? Received on Wed Nov 30 1994 - 22:24:49 CET

Original text of this message