RDMLX - Dropdown Lists in Tables
RDMLX - Dropdown Lists in Tables
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
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.
Regards,
David
David
-
Paul
Re: RDMLX - Dropdown Lists in Tables
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
http://www.lansa.com/products/longrange/index.htm
Re: RDMLX - Dropdown Lists in Tables
Thanks for that. It worked as advertised.