Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use and store fields and path
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Use and store fields and path
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01416710
Message ID:
01416710
Vues:
90
Hi

This is a program not a form method

(Sorry, I was wrong its really from a form method)

I am using code below to test version of an old software before importing tables to new software folder

I have the problem below, marked as OK, OK, BAD

***********************************************************************************************************************************
CLOSE data
lcAppendFromPath = ADDBS(myFromPath) && old folder

= MESSAGEBOX (lcAppendFromPath) && display the path where I will import table data from(old folder) - OK

USE lcAppendFromPath+"config2.dbf"

BROWSE FIELDS version && Browses the version field where I will import table data from - OK

STORE config2.version TO version_importing

= MESSAGEBOX(version_importing) && Show version field of config2.dbf of new software folder - BAD

***************************************************************************************************************************************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform