Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getfldstate and Checkboxes
Message
De
23/05/1999 06:41:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00221785
Message ID:
00221856
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform