Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfldstate and Checkboxes
Message
From
23/05/1999 06:41:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00221785
Message ID:
00221856
Views:
14
To add to what Barbara said,
You would probably want to put some code that will "flush" the last (current) control
something like
loControl=_SCREEN.ACTIVEFORM.ACTIVECONTROL
IF PEMSTATUS(loControl,"SetFocus",5)
loControl.SETFOCUS()
ENDIF
(you also have to check for grids etc. but it is basically the same idea)

Arnon


>Raymond,
>As with text boxes you must move the cursor off the field for it to take effect.
>
>Barbara
>
>>What do you have to do to a checkbox to make the GETFLDSTATE return a value indicating that the value of the checkbox has changed? Simply checking a checkbox doesn't change the GETFLDSTATE value.
>>
>>thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform