Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stop browse after one entry
Message
De
29/05/2009 15:20:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01402658
Message ID:
01402673
Vues:
66
>Is there a command i can issue that would allow only one change to browse function.
>example
>browse fields one, two,three,four freeze two
>
>i would like that once an entry has been made to the first 'two' field selected by the user, the browse window will close.
>
>thanks
>
>k
I haven't used a BROWSE window in an application in a very long time and agree with Ed about using a grid. If you want to keep the interface You might try something like
BROWSE FIELDS one,two :V = browclose(),three,four FREEZE two

FUNCTION browclose
KEYBOARD '{ESC}'
RETURN .t.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform