Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Write Data of DBF file in Text File
Message
From
11/03/2013 05:40:29
 
 
To
11/03/2013 05:32:29
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01567961
Message ID:
01567962
Views:
50
>Using the following code I am appending Text from a PS file in DatabAse file.
>
>Local lcFile, lcText
>m.lcFile = [1021337392.ps]
>Create Cursor Dummy (PS c(254), pos i,pageno n(2),recordnum i)
>Append From (m.lcFile) Sdf
>
>
>After processing the Data base File , I want again same PS file.
>
>Kinldy Guide, I tried but the could not get the same format for PS file as it was before.
>
>Sample PS can be Downloaded from
>
>https://www.dropbox.com/s/6x5an3dyg8syvmx/1021337392.ps
>Regards
>Harsh

There are many ways, this is one of them.
Use dummy
Scan
   strtofile(dummy.ps,m.lcNewFile,.T.)
Endscan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform