Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resource manager internal consistency error in Foxpro 2.5b
Message
De
21/08/1998 23:12:43
Wanqian Deng
China Transportation Center
Beijing, Chine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Resource manager internal consistency error in Foxpro 2.5b
Divers
Thread ID:
00128988
Message ID:
00128988
Vues:
82
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform