Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use and store fields and path
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Use and store fields and path
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01416710
Message ID:
01416710
Views:
91
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

***************************************************************************************************************************************
Next
Reply
Map
View

Click here to load this message in the networking platform