input Field in Table - RDMLX
Posted: Fri May 30, 2014 8:33 pm
Hi.
I am creating a order entry app in lonrange Lansa RDMLX. I have made a copy of LRDM0003 and I want to have an input field in each row in the table. I have add this ÆCOM_OWNER.Set_TextBox Name(ORDERA) Datatype(Number) Onvaluechange(ORDERCHANGE) Maxlength(5) Placeholder('Antal') to the row.
When I get the action ORDERCHANGE I want to run thoug the table and create the order line with the number. In the table I want the order line number, as a hidden field , so I can get this if they change the number.
I have tried a lot of things but it can not get this "hidden field to work with the copy of LRDM0003. Could you please advise how to do it or post a changed LRDM0003 wher it have the input and hidden field in it.
I am creating a order entry app in lonrange Lansa RDMLX. I have made a copy of LRDM0003 and I want to have an input field in each row in the table. I have add this ÆCOM_OWNER.Set_TextBox Name(ORDERA) Datatype(Number) Onvaluechange(ORDERCHANGE) Maxlength(5) Placeholder('Antal') to the row.
When I get the action ORDERCHANGE I want to run thoug the table and create the order line with the number. In the table I want the order line number, as a hidden field , so I can get this if they change the number.
I have tried a lot of things but it can not get this "hidden field to work with the copy of LRDM0003. Could you please advise how to do it or post a changed LRDM0003 wher it have the input and hidden field in it.