Hi Jason,
Thank you for your reply.
I'll tell the customer that it's hard to achieve what he want...
Thanks
Yukiko Ikeo
Search found 6 matches
- Fri Jul 28, 2017 5:05 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] get the image from Googlechart and encode it base64
- Replies: 2
- Views: 3503
- Mon Jul 24, 2017 12:05 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] get the image from Googlechart and encode it base64
- Replies: 2
- Views: 3503
[RPG] get the image from Googlechart and encode it base64
Hi All,
The customer wants to get the image from Googlechart and encode it base64.
I think it needs 3 steps.
Step1. show Googlechart.
It's possible as there is a sample in LongRange demonstration.
Step2. get image of Googlechart
I have no idea for this.
Is there any ways to achieve this?
Step3 ...
The customer wants to get the image from Googlechart and encode it base64.
I think it needs 3 steps.
Step1. show Googlechart.
It's possible as there is a sample in LongRange demonstration.
Step2. get image of Googlechart
I have no idea for this.
Is there any ways to achieve this?
Step3 ...
- Tue Apr 07, 2015 1:16 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) set element's value for Paramvalue of Set_EventParameter.
- Replies: 2
- Views: 2571
Re: (RDMLX) set element's value for Paramvalue of Set_EventParameter.
Hi Mark,
Thank you for your reply.
The coding below worked as expected.
---------------------------
* set event parameter
#COM_OWNER.Using Element('/Form.Fields.TEXT') Alwaysrememberlast(True)
#COM_OWNER.Get Property(Value) Into(#STD_TEXT)
#COM_OWNER.EndUsing
#COM_OWNER.Set_EventParameter Event ...
Thank you for your reply.
The coding below worked as expected.
---------------------------
* set event parameter
#COM_OWNER.Using Element('/Form.Fields.TEXT') Alwaysrememberlast(True)
#COM_OWNER.Get Property(Value) Into(#STD_TEXT)
#COM_OWNER.EndUsing
#COM_OWNER.Set_EventParameter Event ...
- Sat Apr 04, 2015 10:15 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) set element's value for Paramvalue of Set_EventParameter.
- Replies: 2
- Views: 2571
(RDMLX) set element's value for Paramvalue of Set_EventParameter.
Hi,
I'd like to set element's value for Paramvalue of Set_EventParameter.
(ex. the value of the textbox, the text of the label)
The coding below doesn't work as expected.
---------------------------
* elements
#COM_OWNER.Set_TextBox Name(TEXT) Value('ABCDE') Layout_Col(1) Layout_Row(1) Maxlength ...
I'd like to set element's value for Paramvalue of Set_EventParameter.
(ex. the value of the textbox, the text of the label)
The coding below doesn't work as expected.
---------------------------
* elements
#COM_OWNER.Set_TextBox Name(TEXT) Value('ABCDE') Layout_Col(1) Layout_Row(1) Maxlength ...
- Fri Jul 04, 2014 11:09 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) refresh the screen automatically
- Replies: 3
- Views: 2898
Re: (RDMLX) refresh the screen automatically
Thanks. It's enough to reply to the customer.
- Thu Jul 03, 2014 11:54 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) refresh the screen automatically
- Replies: 3
- Views: 2898
(RDMLX) refresh the screen automatically
When the file data on server is updated, I'd like to update the data on client screen.
(It's like performing F5=refresh automatically on IE)
An event can't be sent from server to client.
So I'd like to send the event from client to server automatically at regular intervals.
without any user actions ...
(It's like performing F5=refresh automatically on IE)
An event can't be sent from server to client.
So I'd like to send the event from client to server automatically at regular intervals.
without any user actions ...