RDMLX - Dropdown Lists in Tables

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

RDMLX - Dropdown Lists in Tables

Post 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.
dhnaigles
Posts: 28
Joined: Tue May 08, 2012 12:13 am

Re: RDMLX - Dropdown Lists in Tables

Post 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.
Regards,

David
Paul

Re: RDMLX - Dropdown Lists in Tables

Post 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
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

Re: RDMLX - Dropdown Lists in Tables

Post by soapagent »

Thanks for that. It worked as advertised.
Post Reply