Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How send to printer this code...
Message
From
17/11/2004 13:13:12
 
 
To
17/11/2004 12:50:39
Sixto Gonzalez
Smai Developers Ca
Venezuela
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00961921
Message ID:
00962305
Views:
10
>i think about it....
>
>SO...
>
>How can i do that..??
>some idea, or solution???
>
>Regards
>
>Sixto

You'll have to break it up into smaller pieces.
nLen = LEN(YourOutput)
x = 1
DO WHILE x<=nLen
   ??? SUBSTR(YourOutput,x,1000)
   INKEY(5)  && wait some time
   x = x + 1000
ENDDO
Something along those lines.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform