I’d like a calculation that displays in two lines. Possible? The following does NOT work.```
return ‘’ + company_name + ’
’ + city + ’ ’ + region;
I’d like a calculation that displays in two lines. Possible? The following does NOT work.```
return ‘’ + company_name + ’
’ + city + ’ ’ + region;
When dislayed on a label it should work without a problem, what do you get?
Found another way to solve my problem.
Jan Blok:
When dislayed on a label it should work without a problem, what do you get?
I was trying to get a popup to display company name on one line with city, state and country on a second. Trying to provide for the same company name in multiple cities and keep the popup from stretching out horizontally. But value lists don’t return calculations.
Instead I’ve made the value list be name and city and then display city, state and country immediately below when a particular name/city item is chosen in the popup.
I think this solution serves the purpose.
you could also create an html tooltip for that. Works very nice and you don’t waste methods and forms for plain info…
patrick:
you could also create an html tooltip for that. Works very nice and you don’t waste methods and forms for plain info…
Make the values in the popup appear by a tooltip? How is this done? Sorry Patrick, I’m not following you.
I don’t know about having a tool tip in a pop-up, but if you want to display something in a tool tip that text wraps at a certain width you could try somethhing like this:
http://forum.servoy.com/viewtopic.php?t … t=tool+tip