david7
12th December 2006, 16:11
Hi all,
I'm working on LN webtop..
I'm developing a dynamic session that one of it's fields has the zoom option to a menu (that contains some sessions that I wrote). When the user zooms to one of these sessions he chooses a value and this session exports this value to the original session.. The goal is that each value returned from the zoom to be concatenated to the previous content of the text field.
The problem is if I go to this text field and type a value then I click on zoom to choose another value.. The new value replaces the old one instead of being concatenated to it. (in before.zoom section the text field value is empty!!)
But if I run the same session and do the same in worktop it works, meaning the new value returned from the zoom is concatenated to the previous one.
Thanks,
David
I'm working on LN webtop..
I'm developing a dynamic session that one of it's fields has the zoom option to a menu (that contains some sessions that I wrote). When the user zooms to one of these sessions he chooses a value and this session exports this value to the original session.. The goal is that each value returned from the zoom to be concatenated to the previous content of the text field.
The problem is if I go to this text field and type a value then I click on zoom to choose another value.. The new value replaces the old one instead of being concatenated to it. (in before.zoom section the text field value is empty!!)
But if I run the same session and do the same in worktop it works, meaning the new value returned from the zoom is concatenated to the previous one.
Thanks,
David