Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancing Performance
Message
From
20/06/2014 14:37:03
 
 
To
20/06/2014 12:45:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01602118
Message ID:
01602148
Views:
94
Actually I am taking Text File in a Cursor , Updating it as per my requirement and again rewriting it back in the text Format.

I need to insert Page Switching command after BEGINSETUP.

last part of SCAN...ENDSCAN is because I need to re-write my file after necessary updates have been made on it.




>Hi Harsh:
>
>For what I can see in your code, you recreate the cursor every time in the scan, so It seems that the part you are really interested in is not the cursor, but this text file:
>
>
>Set Textmerge On
>Set Textmerge To (m.NEWPATH) Noshow
>Scan
>\\<< TRIM(POS) >>
>\
>Endscan
>Set Textmerge To
>Set Textmerge Off
>
>
>
>¿Is this correct?
Harsh
Previous
Reply
Map
View

Click here to load this message in the networking platform