Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rotate textbox with barcode
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132676
Message ID:
01132839
Views:
13
I have tried that, the problem is that the Reportlistener does not seem to work with barcode fonts.
Other fonts get printed, but barcode fonts (I am using 128 Code C) just disappear when using a Reportlistener.

For this reason I usually just use the REPORT FORM MyReport PREVIEW NOCONSOLE command for reports that have barcodes on them.

Perhaps I am doing something wrong, but as soon as I change the font to Arial, the text gets printed, with or without rotating.

Changing the font to a barcode font, the text gets blank, using Reportlistener object:
lo = NEWOBJECT("Reportlistener")
lo.ListenerType=1
REPORT FORM BarcodeTest OBJECT lo && Results in a blank page.
REPORT FORM BarcodeTest PREVIEW NOCONSOLE && Prints the barcode properly.
Any suggestions?

>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen9/html/VFP9Reports2.asp
>
>There's a portion of this article that talks about rotating with a reportlistener.
>
>
>
>
>>Hello,
>>
>>I have a report with a barcode on it, and the client wishes to have the barcode printed vertically on the report.
>>
>>Is there a way to do that?
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform