Search found 19 matches
- Thu Jun 01, 2017 7:14 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG/JS] Using setTimout
- Replies: 4
- Views: 4994
Re: [RPG/JS] Using setTimout
As Mike said, we definitely want to be able to automate upload processes once a connection is established. My question on this is, would the solution you are thinking of be specifically for uploads or is there a way for us to specify the function to perform when the server becomes available. We may ...
- Thu Jan 12, 2017 2:42 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: MAP Address closing Longrange App
- Replies: 3
- Views: 4511
Re: MAP Address closing Longrange App
Thanks Tony. Do I need to open up a support issue for this or will it be taken care of without?
- Wed Jan 11, 2017 11:06 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: MAP Address closing Longrange App
- Replies: 3
- Views: 4511
MAP Address closing Longrange App
We have a program that has been in use for long time using the following code to display a MAP element on a phone:
LRNG_Using('Fields.MapView');
LRNG_SetProperties(
'Type : Map'
:'Layout.Row : 1'
:'Layout.Col : 2'
:'Layout.Cols : 1'
:'ShowMyLocation : True'
:'Zoom : 10'
:'Location ...
LRNG_Using('Fields.MapView');
LRNG_SetProperties(
'Type : Map'
:'Layout.Row : 1'
:'Layout.Col : 2'
:'Layout.Cols : 1'
:'ShowMyLocation : True'
:'Zoom : 10'
:'Location ...
- Mon May 02, 2016 10:03 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Offline Documentation
- Replies: 1
- Views: 2386
Offline Documentation
I have Offline Programming Tutorials from September 2014. Is there a more recent version I should have?
Can I also please get the Offline Advanced Tutorials as I don't have a copy of that at all.
Thank you.
Can I also please get the Offline Advanced Tutorials as I don't have a copy of that at all.
Thank you.
- Fri Oct 23, 2015 2:01 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: How to clear a dropdown?
- Replies: 3
- Views: 3851
Re: How to clear a dropdown?
Should this work in RPG too? I have a dropdown called SHOWROOM. It loads up fine with all entries. If the selection criteria changes their may be no valid SHOWROOMS so I want to clear the dropdown list. I tried:
LRNG_SetProperty('Item' : 'null');
That results in an error message the SHOWROOM.ITEM ...
LRNG_SetProperty('Item' : 'null');
That results in an error message the SHOWROOM.ITEM ...
- Wed Mar 19, 2014 1:09 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Swipe Event (lansa)
- Replies: 3
- Views: 5248
Re: Swipe Event (lansa)
I have also been asked about the swipe event a couple times. Users have asked why they cannot use the swipe to delete data like they do on other iPhone apps like e-mail, SMS message, etc...
- Thu Mar 13, 2014 1:43 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Programming LongRange with JavaScript
- Replies: 11
- Views: 35752
Re: Programming LongRange with JavaScript
Can I also please get a copy of the advanced documentation for Programming LongRange (RPG) with JavaScript?
- Thu Sep 27, 2012 1:47 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7031
Re: Using LongReach/Documents (RPG)
Pablo, I forgot to also mention that my issue of the Documents element always showing up blank initially and requiring you to manually use the Synchronize option to actually see any files worked the same way in EXAM0029. I thought I would mention that just in case it is supposed to be doing ...
- Thu Sep 27, 2012 1:41 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7031
Re: Using LongReach/Documents (RPG)
Well, I tried EXAM0029 and it worked fine with AllowChanges Yes and No. I recompiled my display file and program and tested it again and now it is working fine. We had tested 2 different iPads earlier and had the same result on both; changing the AllowChanges to No removed all the options from the ...
- Wed Sep 26, 2012 3:23 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7031
Re: Using LongReach/Documents (RPG)
I originally had the AllowChanges property set to Yes for my Documents element. When I first display a folder no files are displayed. I have to manually select the "Refresh Files from Server" option at which time all files in my folder are then displayed in the Documents element. The problem I have ...