Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receipt Report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00594001
Message ID:
00594477
Vues:
35
Sorry Garrett. I jumped the gun a little on the @ Say Bitmap not working. If I run it in a small PRG with just:

LOCAL liRow
liRow = 1
set printer to name "RECEIPT"
set device to print
@ liRow,1 SAY "Hello World"
liRow = liRow + 1
@ liRow,1 SAY "Hello World"
liRow = liRow + 1
@ liRow,1 SAY "C:\VPSM\RECEIPT.BMP" BITMAP ISOMETRIC
liRow = liRow + 6
@ liRow,1 SAY "Hello World"
liRow = liRow + 1
@ liRow,1 SAY "Hello World"
liRow = liRow + 1
SET PRINTER TO
SET DEVICE TO SCREEN

it works fine. But it's wieird, if I use the same @ Say Bitmap line within my application I get a Syntax Error. If I remove the "ISOMETRIC" property it works fine. I looked into the error and it says "You might have misspelled the command or variable name, or used a clause that is not valid in the current context." I'm guessing that the clause is not valid in the current context, but what would cause this.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform