Hi Klaus,
I have sent you a package consisting of a schema, some sample files and a document.
I would also recommend this post: http://longrange.lansa.com.au/viewtopic.php?f=12&t=296
Kind Regards,,
Pablo
Search found 11 matches
- Thu May 29, 2014 2:35 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: RDMLX order +/-
- Replies: 4
- Views: 13011
- Fri Mar 07, 2014 4:40 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: When is LONGRANGE javascript object available
- Replies: 1
- Views: 2163
Re: When is LONGRANGE javascript object available
Hi Siyaman,
this feature was undocumented in RV15. Below is what's in the current documentation:
When does LONGRANGE object become available?
When the HTML page is loading, the LONGRANGE object may not be available to your code. It is therefore essential that you reference LONGRANGE object only ...
this feature was undocumented in RV15. Below is what's in the current documentation:
When does LONGRANGE object become available?
When the HTML page is loading, the LONGRANGE object may not be available to your code. It is therefore essential that you reference LONGRANGE object only ...
- Thu Nov 28, 2013 3:26 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (HTML) FileURL returned by LONGRANGE.Camera is inaccessible
- Replies: 5
- Views: 4823
Re: (HTML) FileURL returned by LONGRANGE.Camera is inaccessi
That works for me, iOS and Android.
What device, OS and LongRange version are you using?
What device, OS and LongRange version are you using?
- Wed Nov 27, 2013 3:34 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (HTML) FileURL returned by LONGRANGE.Camera is inaccessible
- Replies: 5
- Views: 4823
Re: (HTML) FileURL returned by LONGRANGE.Camera is inaccessi
Hi,
To use the fileURL set the properties like this:
options.resultContent = false;
options.returnFile = true;
Then you can assign result.fileURL to the src attribute of the image, in the example it would be like this:
photoImg.src = result.fileURL;
To use the fileURL set the properties like this:
options.resultContent = false;
options.returnFile = true;
Then you can assign result.fileURL to the src attribute of the image, in the example it would be like this:
photoImg.src = result.fileURL;
- Thu Jul 04, 2013 9:18 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Auto-Configuring LongRange from a URL
- Replies: 2
- Views: 4015
Re: Auto-Configuring LongRange from a URL
Thanks Christine, the attached has now that corrected.
- Wed Jul 03, 2013 3:10 pm
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Auto-Configuring LongRange from a URL
- Replies: 2
- Views: 4015
Auto-Configuring LongRange from a URL
You can now auto-configure LongRange servers from a URL received in an email, and SMS or accessed from a web page. This reduces the probability of end users making configuration mistakes. See the guide for an example of HTML page that an end user can use to install and configure LongRange on their ...
- Thu Sep 27, 2012 10:07 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7038
Re: Using LongReach/Documents (RPG)
OK, I understand, we will look at it.
- Wed Sep 26, 2012 10:22 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7038
Re: Using LongReach/Documents (RPG)
Using the the shipped example EXAM0029:
AllowChanges : Yes
New, Synchronize and Local are available at the bottom.
Synchronize has 3 options: Refresh file list from server, Make files on this folder available offline and Upload all changes to server.
AllowChanges : No
New is gone and ...
AllowChanges : Yes
New, Synchronize and Local are available at the bottom.
Synchronize has 3 options: Refresh file list from server, Make files on this folder available offline and Upload all changes to server.
AllowChanges : No
New is gone and ...
- Mon Sep 24, 2012 1:58 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using LongReach/Documents (RPG)
- Replies: 7
- Views: 7038
Re: Using LongReach/Documents (RPG)
You are correct, the shipped client.xml is missing the document library entry.
This is a mistake that will be corrected.
For now, please add it to yours so that it looks something like this:
<config>
<servicesProvider>
<url>http://nnn.nnn.nnn.nnn:pp/service/longreach.jsp</url>
<documentLibrary ...
This is a mistake that will be corrected.
For now, please add it to yours so that it looks something like this:
<config>
<servicesProvider>
<url>http://nnn.nnn.nnn.nnn:pp/service/longreach.jsp</url>
<documentLibrary ...
- Thu Jul 19, 2012 10:02 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) Shipped program LRUCHKPSW
- Replies: 1
- Views: 2631
Re: (RDMLX) Shipped program LRUCHKPSW
Hi Jim,
The RDMLX component using this program is LRULOGON.
It's part of the Building Blocks application whose programs are prefixed LRU.
It verifies that the user and password are correct.
Regards,
Pablo
The RDMLX component using this program is LRULOGON.
It's part of the Building Blocks application whose programs are prefixed LRU.
It verifies that the user and password are correct.
Regards,
Pablo