Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receipt Report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00594001
Message ID:
00594477
Views:
34
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform