Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying form's SCX file
Message
 
To
07/04/2000 07:59:45
Charles Richard
Nvo Management Systems
Boisbriand, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00356684
Message ID:
00356752
Views:
11
Hi Richard!

What second function call?

Im trying to replace the string "Database = ..\MyDirectory\MyDbc.dbc" on the third line of the memo field properties of the .SCX file with a string "Database = ..\MyNewDirectory\MyNewDbc.dbc" programmatically. What I do is that I store the value of the memo field using ALINES( ) and loop through it until MEMLINE( ) reads "Database = ..\MyDirectory\MyDbc.dbc". I replace it with my new value, loop through the array once more storing each line returned by MEMLINE( ) + CHR(13) to a variable and finally replacing the .SCX file's properties field.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform