Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancelling the GetDir
Message
From
07/08/2003 13:34:38
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817218
Message ID:
00817858
Views:
13
>If I use the GetDir function on a command button how do I get my form to continue working? When I click my button the dialog box is displayed but if I press cancel I get an error
>
>Many THanks

FolderName = GETDIR("c:\","Select the folder")
IF EMPTY(FolderName)
* Do nothing.
ELSE
* Process folder name.
? FolderName
WAIT
ENDI
Previous
Reply
Map
View

Click here to load this message in the networking platform