Search found 17 matches

by rdevost
Mon Apr 27, 2015 3:05 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : SQL Select statement
Replies: 2
Views: 2838

Re: (RPG) Offline : SQL Select statement

Hi Mark,

I see a lot of things being logged in the log file but this is the only statement that I found fishy. I have already cleared the log file as it is getting bigger but I'll post it in here when I get to re-create it.

Also, I have some SQL statements below that make use of Vars. It reads ...
by rdevost
Fri Apr 24, 2015 8:19 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : SQL Select statement
Replies: 2
Views: 2838

(RPG) Offline : SQL Select statement

Hi,

I have an offline program and a local database that I need to read from. The local database is a multilingual file where I get the equivalent multilingual text depending on the chosen language code. I used the SQL Select statement but it doesn't seem to be working as I keep getting null values ...
by rdevost
Thu Apr 09, 2015 10:38 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : /Form.OnLoad Operation
Replies: 2
Views: 2808

Re: (RPG) Offline : /Form.OnLoad Operation

Thanks Tony for the feedback.
by rdevost
Thu Apr 09, 2015 10:37 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : SavedState
Replies: 1
Views: 2003

(RPG) Offline : SavedState

Hi,

Can I still make use of SavedState in an offline program or is this useful for server programs only? If not, what other alternative can I use in place of SavedState?

Thanks.
Rocel
by rdevost
Fri Mar 27, 2015 12:43 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : /Form.OnLoad Operation
Replies: 2
Views: 2808

(RPG) Offline : /Form.OnLoad Operation

Hi,

Would like to ask how many '/Form.OnLoad.Operation' statements can I execute in a program? I know OnLoad occurs when the form opens for the first time. But if I have two or more calculations that I want to do (as it opens for the first time) (e.g. one ECL script and one PerformAction), can I ...
by rdevost
Wed Mar 25, 2015 2:22 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline: Questions about Offline structure
Replies: 4
Views: 4158

Re: (RPG) Offline: Questions about Offline structure

Thanks Mark. You've been most helpful. Really appreciate it.
by rdevost
Wed Mar 18, 2015 7:47 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline: Questions about Offline structure
Replies: 4
Views: 4158

Re: (RPG) Offline: Questions about Offline structure

Thanks, Mark for your explanation. That helps a lot.

Now, following your explanation...

1. Does this mean that "TYPE: Performaction" can only be used when calling a program on the server side? Can I use the 'Performaction' to call an offline program?
2. If use 'Openform' to call another local ...
by rdevost
Fri Mar 13, 2015 10:22 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline: Questions about Offline structure
Replies: 4
Views: 4158

(RPG) Offline: Questions about Offline structure

Hi,

I have a few questions about offline coding, &TEMPLATE, etc.

In an offline program, I noticed that the program structure usually starts with
IF (RequestACTION = &TEMPLATE);
. .
ENDIF;
LRNG_SendReceive((MainLoopCount > 1):RequestPROGRAM:RequestACTION);
*InLR = True;
Return;

whereas in ...
by rdevost
Wed Mar 11, 2015 3:42 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Offline : How to access local table
Replies: 5
Views: 4633

Re: (RPG) Offline : How to access local table

Thanks, Mark,for this additional information.

However, my question with the use of Local Object Generator is, if the user is out-of-range of any wi-fi signal and he starts the offline app, wouldn't he get an error message saying "You need to be connected... etc" because it will try to download the ...