Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Type
Message
 
 
To
26/07/2003 03:03:03
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Re: Type
Miscellaneous
Thread ID:
00813719
Message ID:
00813760
Views:
6
You can try
TYPE (m.reports) TO PRINTER
* or using LLFF
lnFH = FOPEN(m.reports)
DO WHILE NOT FEOF(lnFH)
  lcStr = FREAD(lnFH, 8192)
  ??? lcStr 
ENDDO
=FCLOSE(lnFH)	
>!type &reportf>prn
>
>when this line execute on a specific computer an error occour. FILE CREATION ERROR. OS win98. Win 2000 execute it properly.
>What's wrong?
>
>TIA
>Nafees
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform