Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fll Call
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Fll Call
Divers
Thread ID:
00858581
Message ID:
00858581
Vues:
51
I am calling a method in a fll file. It works fine in VFP7 SP1 but not in VFP8 SP1. It returns error number 1098 and a display a user error saying "cannot open printer in barcod32" The method in the fll file in supposed to return a handle to the printer to print barcodes. Here is the code, which I am using.


SET LIBRARY TO "D:\barcod32.fll"
tcPrnName = GETPRINTER()
tnPaperSiz = 1
tcOrient = "P"
STORE AOpenDC(tcPrnName,tcOrient,tnPaperSiz) TO nHandle

Any idears why this will work in VFP 7 SP1 and not in VFP 8 SP1

Thanks

John
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform