HomeTechnical Support » Modifying Forms

Modifying Forms

Printing forms in english or french Messages in this topic - RSS

Nancy
Administrator
Posts: 765


10/30/2014
Nancy
Administrator
Posts: 765
With the exception of the amount of the check in words, the language of the choice is from the crystal report. PrintBoss does have a function called ';WordAmnt.' This function takes the numeric value of a variable and translates it into English or French text. For example:
#Text 0.66, 9.10, 'Arial/10', ÷{WordAmnt: ‘{DocAmnt}’, 1, 120, Dollars,A,F}÷
0 link
2t3m!
Posts: 2


10/29/2014
2t3m!
Posts: 2
Hello!

I'm wondering if it's possible, in Printboss, depending on the language of a customer, to have the invoice form in english or french.

In a plain Crystal report, I use a formula on each field, to translate for example the word 'Invoice' for 'Facture' ('Invoice' in french):

if {ARCUS.CODECHECK} = "FRA" THEN "Facture" ELSE "Invoice"

How could I achieve the same thing in Printboss?

Thanks for your help!
0 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software