Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Choose cancel
Message
 
À
05/08/2004 06:42:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00930924
Message ID:
00930927
Vues:
19
Hi Mohammed,
try:
local lcfile
lcfile=GETFILE()
if empty(lcfile)
   thisform.text1.setfocus()
else
   thisform.text1.Value = lcfile
endif
HTH

Franco

>hi all,
>
>i need to setfocus to my form or my textbox1 if i choise cancel after this code below
>
>thisform.text1.Value=GETFILE().
>
>any idea,
>
>thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform