Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with system memory
Message
 
To
05/10/2001 04:38:03
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00564632
Message ID:
00564664
Views:
16
It may be a problem in VFP.
In articles "Q134888 - BUG: GDI Memory Not Released in Windows 95 After Memory Error", "Q108717 - BUG: Resource Manager Error When Printing Lots of Fonts" I have found that "FoxPro is not properly releasing graphics device interface (GDI) resources under Windows". Probably you should quit and restart a VFP application after printing a certain number of reports.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform