Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer.RightToLeft = True
Message
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00501328
Message ID:
00501332
Views:
22
>My code:
>Printer.Font.Bold = False
>Printer.Font.Bold = False
>Printer.CurrentY = 3200
>Printer.CurrentX = 2800
>Printer.RightToLeft = True
>Debug.Print Printer.RightToLeft 'wtf... still false
>Printer.Print a
>
>Debug says that the Printer.RightToLeft is still False...
>What's wrong... plz help...

You can read in the VB Help: Returns a boolean value that indicates the text display direction and controls the visual appearance on a bidirectional system.

Reading told us that you can set the property (because it only Returns).

You also need a bidirectional system (I think this is chineese and other).
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform