Search found 15 matches
- Fri Mar 17, 2017 6:40 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Pass to another partition
- Replies: 7
- Views: 10608
Re: [RPG] Pass to another partition
At the moment the developers also have no direct access to the partition and have to connect via Telnet (either through the CL I posted earlier or via command line from within the 5250 client.) This is why I was hoping to use a similar technique to get the Longrange client on as with the way the ...
- Thu Mar 16, 2017 9:54 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Pass to another partition
- Replies: 7
- Views: 10608
Re: [RPG] Pass to another partition
Thanks again Mark for the reply.
I've been told there is a reduced charge for an extra license on the development partition so have passed this to the customer for consideration. I'll also highlight that it would be necessary to make the partition directly available to the longrange client to ...
I've been told there is a reduced charge for an extra license on the development partition so have passed this to the customer for consideration. I'll also highlight that it would be necessary to make the partition directly available to the longrange client to ...
- Tue Mar 14, 2017 8:01 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Pass to another partition
- Replies: 7
- Views: 10608
Re: [RPG] Pass to another partition
Thanks Mark for the replies, I'll speak to our usual Lansa rep about the licensing.
For the session pass through:
The CL called on the live partition is below, the other programs referenced (UAT002/UAT003) take current user and check for a record on a physical file for that user. If found it ...
For the session pass through:
The CL called on the live partition is below, the other programs referenced (UAT002/UAT003) take current user and check for a record on a physical file for that user. If found it ...
- Tue Mar 14, 2017 12:23 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Pass to another partition
- Replies: 7
- Views: 10608
[RPG] Pass to another partition
Hello, hopefully this is the right place for this question if not feel free to point me in the correct direction.
Our customer has two partitions on their IBMi server (for ease I'll be referring to "live" and "development".) I suppose my first question is since both partitions are part of the same ...
Our customer has two partitions on their IBMi server (for ease I'll be referring to "live" and "development".) I suppose my first question is since both partitions are part of the same ...
- Wed Feb 24, 2016 7:47 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RPG) Transferring parms between offline programs
- Replies: 2
- Views: 2689
Re: (RPG) Transferring parms between offline programs
Thanks for the reply tsupartono. As mentioned I was starting to lean towards some sort javascript and it's useful to hear someone confirm it and point the way forward.
- Wed Feb 24, 2016 3:20 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RPG) Transferring parms between offline programs
- Replies: 2
- Views: 2689
(RPG) Transferring parms between offline programs
Hello, me again with another awkward question.
In brief I'm trying to pass the user selection in program 1 to program 2 to populate a screen field.
The selection I want to pass is when the user touches a row on a table to pass the value of that row, I assume my code would need to look something ...
In brief I'm trying to pass the user selection in program 1 to program 2 to populate a screen field.
The selection I want to pass is when the user touches a row on a table to pass the value of that row, I assume my code would need to look something ...
- Sat Jan 23, 2016 1:03 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RPG) updating row.status on upload
- Replies: 1
- Views: 2385
(RPG) updating row.status on upload
Hello,
I'm working on a process to upload a batch of records from a local table on my mobile device to the iSeries server and I'm using selection criteria "row.status = 'M' or row.status = 'N'" similar to the shipped example "Example 302 - Upload changed TutorialContacts".
The problem I'm having ...
I'm working on a process to upload a batch of records from a local table on my mobile device to the iSeries server and I'm using selection criteria "row.status = 'M' or row.status = 'N'" similar to the shipped example "Example 302 - Upload changed TutorialContacts".
The problem I'm having ...
- Fri Nov 06, 2015 10:05 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/Javascript] newdbrow function
- Replies: 2
- Views: 2342
Re: [RPG/Javascript] newdbrow function
Thanks, told you it would be something obvious I was missing 
I went ahead and used the INSERT sql to get the program working, will make a note of this for next time.
I went ahead and used the INSERT sql to get the program working, will make a note of this for next time.
- Thu Nov 05, 2015 10:25 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/Javascript] newdbrow function
- Replies: 2
- Views: 2342
[RPG/Javascript] newdbrow function
Hello,
In RPG Example 303 - "Browse TutorialContacts" there's an add new row button with the following operation:
OnClick.Operation +
( +
Type : NewDbRow
) +
&.Tbl: TutorialContacts
I'm trying to convert this into something that is used in a javascript for an offline form, I assume what I ...
In RPG Example 303 - "Browse TutorialContacts" there's an add new row button with the following operation:
OnClick.Operation +
( +
Type : NewDbRow
) +
&.Tbl: TutorialContacts
I'm trying to convert this into something that is used in a javascript for an offline form, I assume what I ...
- Fri Sep 18, 2015 7:35 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Offline Foundation Tutorials for RPG
- Replies: 0
- Views: 3432
Offline Foundation Tutorials for RPG
Hello,
Looking on the website here it says there are some additional offline resources that can be requested from the forums.
I've just been passed a request to implement offline behaviour in a customers longrange application in RPG and so would appreciate knowing how to get hold of these please ...
Looking on the website here it says there are some additional offline resources that can be requested from the forums.
I've just been passed a request to implement offline behaviour in a customers longrange application in RPG and so would appreciate knowing how to get hold of these please ...