Page 1 of 1
RDMLX - Dropdown Lists in Tables
Posted: Mon Jul 16, 2012 9:56 pm
by soapagent
Is it possible to have a dropdown list in a table? I want to display a list of items to the user with the option to set one of approved, declined or n/a for each item then click a save button. In a web function would have used a set of radio buttons but this does not appear to be supported in Longrange.
Re: RDMLX - Dropdown Lists in Tables
Posted: Tue Jul 17, 2012 2:48 am
by dhnaigles
Sure, you can do a SET_Dropdown for a row/column in a table. You would give it a "row unique" name and onChange value and it should work just fine. You will have to populate each dropdown individually.
Re: RDMLX - Dropdown Lists in Tables
Posted: Tue Jul 17, 2012 12:03 pm
by Paul
Also, please note that if you are still using the beta version of LongRange LANSA the GA version is available from the web site.
http://www.lansa.com/products/longrange/index.htm
Re: RDMLX - Dropdown Lists in Tables
Posted: Tue Jul 17, 2012 6:03 pm
by soapagent
Thanks for that. It worked as advertised.