Search found 7 matches

by KazunoriKasahara
Fri Jun 15, 2018 2:51 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RDMLX] Is it possible to get and set image property of image element?
Replies: 2
Views: 4652

Re: [RDMLX] Is it possible to get and set image property of image element?

Hi Jason,

Thank you for your reply.
I understand that it's impossible without sending image to server.
We will send image to server.

Kazunori
by KazunoriKasahara
Wed Jun 13, 2018 8:57 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RDMLX] Is it possible to get and set image property of image element?
Replies: 2
Views: 4652

[RDMLX] Is it possible to get and set image property of image element?

Hi,

After taking a new image using the camera our customer would like to set the taken image to another image element without saving the image on the server.

I tried the following my sample but it didn't work. The ADDIMAGE1 image element shows the kimage1.png image but the ADDIMAGE2 doesn't show ...
by KazunoriKasahara
Tue Sep 15, 2015 6:44 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Android back button
Replies: 2
Views: 2779

Re: (RDMLX) Android back button

Thank you very much for your reply!
It works!
by KazunoriKasahara
Tue Sep 15, 2015 2:54 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Android back button
Replies: 2
Views: 2779

(RDMLX) Android back button

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 ...
by KazunoriKasahara
Thu Feb 06, 2014 12:55 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Set Senddbdata(TRUE) without using Set_OP_ExecuteAction
Replies: 4
Views: 3439

Re: Set Senddbdata(TRUE) without using Set_OP_ExecuteAction

Hi Paul,

This is exaclty what I want to do. Thank you very much!

Kazunori Kasahara
by KazunoriKasahara
Wed Feb 05, 2014 11:41 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Set Senddbdata(TRUE) without using Set_OP_ExecuteAction
Replies: 4
Views: 3439

Re: Set Senddbdata(TRUE) without using Set_OP_ExecuteAction

Hi Paul,

Thank you for your reply. I will be waiting for the example.

Best Regards,
Kazunori Kasahara
by KazunoriKasahara
Tue Feb 04, 2014 4:58 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Set Senddbdata(TRUE) without using Set_OP_ExecuteAction
Replies: 4
Views: 3439

Set Senddbdata(TRUE) without using Set_OP_ExecuteAction

Hi,

Demo program LREX0303 sets Senddbdata(TRUE) using the Set_OP_ExecuteAction method to upload changed data to server when the UPLOAD button is touched.

#COM_OWNER.Set_OP_ExecuteAction Event(UPLOAD.ONCLICK) Program(LREX0303) Action(UPLOADDATA) Senddbdata(TRUE)

Our customer would like to upload ...