Trick for formatting forms's title

Dear all,

if you want to have a formatted title of forms using Layout/Header & Footer feature this is a nice trick I tested.

Instead to use “Title” use “Value” and then insert on blank field something like this:

<font face=‘Arial’ align=‘left’ color=‘Green’ size=‘35’<i><b> {lang_tble_dayly_other_m} </i></b>

{lang_tble_dayly_other_m} is the language variable of title.

It would be nice to use something like [title] but I’m waiting from support if it’s possible or not.
If anybody knows how to use a general variable instead the specific language variable are wellcome.
Bye
Giovannino

Re: Trick for formatting forms’s title

i think this is easy… just use [title] … there is no problem…

if you put something like this in your events before the header is loaded…

{title}="<font face=‘Arial’ align=‘left’ color=‘Green’ size=‘35’<i><b> {lang_tble_dayly_other_m} </i></b>";
sc_set_global({title});

good luck!

Re: Trick for formatting forms’s title

Thanks.
I will try it !