Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with system memory
Message
From
05/10/2001 04:38:03
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00564632
Message ID:
00564650
Views:
17
I use this kind of code

sele (aliasname)
scan
for i = 1 to number_of_copies
if i = 1
set printer to name Printername(1)
else
set printer to name Printername(2)
endif
report form reportname to printer noconsole
endscan

now it happens that after a certain number of step i get an error of memory lackness.
I suppose it depends on the program manager of the printers
>Hi!
>Can you explain in more details what is your application doing?
>For instance, if you printing an Office documents using OLE automation, the problem may be in not released OLE objects. You should also check free disk space.
>
>>I developed a form which sequentially sends to one or more printers a group o documents. I came, for the first time, into a message which said that there were not enough memory to run VFP or something like that. I think it is because i send the output to a Epson ink jet printer and i call it for each document I send. How can i control this ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform