Search found 20 matches
- Fri Feb 11, 2022 8:42 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Just Curious
- Replies: 0
- Views: 10062
Just Curious
Is LongRange being sun set or is it still an active product that is being enhanced? Just curious. There doesn't look to be any product updates post in the last 2 years and the last question post looks to be about a year ago?
- Fri Feb 11, 2022 8:38 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Advanced Documentation
- Replies: 2
- Views: 6183
Re: Advanced Documentation
Are these documents not available? Is there somewhere else I can obtain these?
- Fri Feb 04, 2022 7:48 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Advanced Documentation
- Replies: 2
- Views: 6183
Advanced Documentation
Can I get the documentation listed below. We are using RPG.
Programming LongRange with JavaScript
Offline Foundation Tutorials
Offline Advanced Tutorials
Thanks
Programming LongRange with JavaScript
Offline Foundation Tutorials
Offline Advanced Tutorials
Thanks
- Wed Jul 03, 2019 7:25 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/LongRange] Database Upload
- Replies: 1
- Views: 3011
[RPG/LongRange] Database Upload
I was wondering if there has been any reported issues using the database upload process. We have an offline mobile application that hasn't been changed in a long time. In that application we have a posting process that uploads data when the phone is connected to the server. It used to work but now ...
- Tue Oct 30, 2018 3:24 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RPGLE Barcode scan error
- Replies: 1
- Views: 8945
RPGLE Barcode scan error
We have a customer that is having trouble scanning barcodes in one of our apps using the Google Pixel. He gets an error that says "Text only contains white space(s)[ pos= 0]". They say that this only happens occasionally (a couple times a month) but when it does that LongRange has to be uninstalled ...
- Fri Sep 22, 2017 12:02 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] - Multiple Context Menu Icons
- Replies: 1
- Views: 3690
[RPG] - Multiple Context Menu Icons
Is it possible to have multiple context menus on a form where each menu could have a different icon?
- Wed Sep 13, 2017 1:44 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RPG - Detect Space on the phone
- Replies: 1
- Views: 3067
RPG - Detect Space on the phone
Is there currently a way to determine the amount of free space on a phone? We are starting development on a offline app in which the user could select a fair amount of data to download. It may really be a nonissue but was just curious. Also, is there any limits on the space that an app can use to ...
- Wed Aug 09, 2017 4:06 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/JS]Get the value of GVAR
- Replies: 3
- Views: 4412
Re: [RPG/JS]Get the value of GVAR
Try just doing
myMessage = value1;
myMessage = value1;
- Tue Jun 13, 2017 1:08 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/JS] Example of TODAY function
- Replies: 2
- Views: 4402
[RPG/JS] Example of TODAY function
I was wondering if someone could provide an example of using &(F:TODAY()) with a formatting option. I've tried using it to set a variable with no luck. In the following case the variable today is null. I've tried with a date format and without.
lrexec (
function () {
this.q_sql("?today = SELECT ...
lrexec (
function () {
this.q_sql("?today = SELECT ...
- Tue Jun 06, 2017 2:57 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Offline System Menus
- Replies: 5
- Views: 6682
Re: [RPG] Offline System Menus
what you sent worked.
I misspoke when I said system menu. I meant more of a form level menu. What I'm trying to do is limit the form level menu options based upon a mode. If the user is in a maintenance type mode, then options like edit/save would be visible. If they are in an inquiry type mode ...
I misspoke when I said system menu. I meant more of a form level menu. What I'm trying to do is limit the form level menu options based upon a mode. If the user is in a maintenance type mode, then options like edit/save would be visible. If they are in an inquiry type mode ...