Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open dialog before form open...
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00212320
Message ID:
00212547
Views:
23
>How do I do that? I'm using locfile() to see if the file is there and then bring up the standard dialog if it's not in the default directory. What can I do?
> If you need more clarifying answers, please ask:).


In order to maintain the top-levelness of your app, I would do...

IF FILE('file.txt')
**process
ELSE
DO FORM mygetfile.frx
ENDIF

mygetfile.frx has to be a top-level or in top-level form that you create.

Otherwise you will have to...

_SCREEN.visible = .T.
*Pick the file
_SCREEN.visible = .F.

Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform