Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open dialog before form open...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00212320
Message ID:
00212547
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform