Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Paths & drive letter referencing over network applicatio
Message
De
14/04/1998 14:49:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00091853
Message ID:
00091876
Vues:
27
>>Normal way is to develop on normalized tree, i.e. you have project file in root folder and all included parts (forms,reports,etc.) of the project in subfolders (root/forms, root/reports, etc.). It will enable you to issue just DO FORM formname (i.e. forget about path at all). Database/Table files (excluded from project) will require another approach: you should programmatically reset DE.CursorX.Database(CursorSource) properties in each dataenvironment.beforeopentables event
>
>I do not quite understand how one can issue a command without the path such as DO FORM formname. This would give the error: 'file does not exist". If this form resides in a subdirectory, surely one must include this subdirectory path such as DO FORM c:\appname\forms\formname ?

I mean that you could and should issue this command programmatically (from Application code).
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform