Search found 42 matches

by messaoudlazhar
Thu Jan 09, 2014 2:01 am
Forum: eXpress++ Support
Topic: Printing to an old dot matrix tractor feed printer
Replies: 26
Views: 31718

Re: Printing to an old dot matrix tractor feed printer

- Create a new form with the required dimensions from the print server properties
- use the form created : DCPRINT ON TO ... FORMSIZE <form>

Best Regards
by messaoudlazhar
Thu Dec 26, 2013 1:54 pm
Forum: eXpress++ Support
Topic: calculate the column (Arial)
Replies: 9
Views: 11930

Re: calculate the column (Arial)

Look GraQueryTexBox():
Example:
aText:=GraQueryTexBox(NIL,VarC)
Length:=aText[3,1]-aText[1,1]