I have a field: bedrijfsnaam, but I want to use it differently on a print layout like in Filemaker: <>
In Servoy: %%bedrijfsnaam%% is not working! Can someone tell me how this can be done?
I have a field: bedrijfsnaam, but I want to use it differently on a print layout like in Filemaker: <>
In Servoy: %%bedrijfsnaam%% is not working! Can someone tell me how this can be done?
do you have the property “display tags” checked?
I just found it!
THanks
Maarten,
I want to stick several fields to gather like this:
%%bedrijfsnaam%%
%%adres%%
%%postcode%%
%%plaats%%
but Servoy puts this on one line. How can I insert a new line?
if you’re using a label/button, placing tags in the text property:
-activate the checkbox “use HTML”
(text inside you’re label is rendered as html now.)
If you’re using a global or dataprovider as textarea:
-just use enter key.