Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Follow Progress
Message
From
12/03/2007 09:29:45
 
 
To
12/03/2007 09:20:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01202665
Message ID:
01202669
Views:
11
>Hi Guys
>
>Which technique/class can I use to follow the progress of commands such as
>COPY TO, APPEND TO/FROM, LOCATE etc. I hate flashing a "Please Wait' message without showing the user the activity progress. Like now I intend to follow the COPY TO ... TYPE CSV Command for the sake of Automation (Excel). Note I have set the TALK OFF and therefore I flash my wait message in a Window defined with DEFINE WINDOW
>
>Can someone lead me to the link(s) that covered the issue of Dates when you Copy To .. Type CSV ?? where dates like 4th March becomes 3rd April ?
>
>
>Thanks
>
>Fred Matano

You can scan your table and generate string variable, at the end you will issue StrToFile() to make a file. It will be slower than COPY TO, but you will be able to show progress by each record and have full control how to format dates, etc.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform