Page 1 of 1

(RDMLX) Android back button

Posted: Tue Sep 15, 2015 2:54 pm
by KazunoriKasahara
Hi,

Our customer uses android device.
They switches form view using the SwitchRequestPROGRAM properties like the demo program LREX0065 and LREX0065A.
They would like to go back to the previous form when touching android back button.
Is there a way to handle android back button?

Thank you in advance.

Kazunori

Re: (RDMLX) Android back button

Posted: Tue Sep 15, 2015 3:04 pm
by tsupartono
Yes you can do that by creating a command and use command placement "Back Command".

Note that you would need to handle the back button event in the RDMLX program and perform the switch to the appropriate form view.

Please have a look at the "Command II" example (Programming Examples >> Introductory Examples >> Command II), LREX0088.

Re: (RDMLX) Android back button

Posted: Tue Sep 15, 2015 6:44 pm
by KazunoriKasahara
Thank you very much for your reply!
It works!