Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Choose cancel
Message
 
To
05/08/2004 06:42:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00930924
Message ID:
00930927
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform