fonts

Andrea Zen a.zen at athesiavr.it
Mon Jan 22 07:14:10 EST 2018


If you need to rotate a field in a report, you can use the style() function.
I've used it in report labels, putting in the $text property something like this:

[style(kEscAngle,kAngle90)]your text

and it works.
Probably with entries you have to do something similar; try setting the entry's $calculated property as kTrue and in $calculation put:

con(style(kEscAngle,kAngle90),'your text')

Andrea Zen


> -----Original Message-----
> From: omnisdev-en [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On
> Behalf Of Wendy
> Sent: Monday, January 22, 2018 10:32 AM
> To: 'OmnisDev List - English' <omnisdev-en at lists.omnis-dev.com>
> Subject: fonts
> 
> HI
> 
> I am hoping someone can help with a Monday morning question.
> 
> I have a customer who wants a bar code printed on a label - that is not
> problem - but he has bought a label printer that prints the label sideways.  Is
> there a simple way to do this
> 
> Studio 3.3
> 
> Many thanks
> Wendy Osbaldestin
> Wizard Computer Services
> Tel:  01260271647
> Mobile: 07740541021
> 
> 
> __________________________________________________________
> ___
> Manage your list subscriptions at http://lists.omnis-dev.com



More information about the omnisdev-en mailing list