Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resource manager internal consistency error in Foxpro 2.
Message
From
24/08/1998 17:33:59
 
 
To
21/08/1998 23:12:43
Wanqian Deng
China Transportation Center
Beijing, China
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00128988
Message ID:
00129478
Views:
45
I ran your demo.prg in FoxPro 2.6 and Visual FoxPro 6.0 without any errors. Resource Manager Errors are usually caused by memory or other problems outside of FoxPro. Check the FoxPro Resource Kit for information about fixing this problem.

>I'm using Foxpro 2.5b for Win and meet a "big" problem. I need to print some sheets separately, each sheet is to be produced by using several "@..say" commands followed with a "set print to" command. After several sheets are printed, error message "Resource Manager Internal Consistency Error" will occur and then foxpro will shutdown. How to solve this problem? the demo code is as followed, continue to run it in foxpro, ther error will occur.
>
>Do me a favor. I'm looking forward to anyone's reply.
>
>Thank's very much!
>
>Wanqian Deng
>
>
>demo.prg:
>
>PRIVATE str,fontx, pos
>SET DEVI TO printer
>m.pos=0
>str="sample string"
>=afont(fontarray)
>FOR i=10 TO 18 && ALEN(fontarray)
> fontx=fontarray(i)
> FOR j=10 TO 20
> @m.pos/11,10 SAY str FONT (fontx), j
> m.pos=pos+FONTMETRIC(1,(fontx),j)
> ENDFOR
>ENDFOR
>set printer to
>RETURN
Previous
Reply
Map
View

Click here to load this message in the networking platform