Search found 11 matches

by Pablo
Thu May 29, 2014 2:35 am
Forum: Tips & Techniques - RPG and RDMLX
Topic: RDMLX order +/-
Replies: 4
Views: 13005

Re: RDMLX order +/-

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
by Pablo
Fri Mar 07, 2014 4:40 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: When is LONGRANGE javascript object available
Replies: 1
Views: 2161

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 ...
by Pablo
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: 4819

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?
by Pablo
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: 4819

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;
by Pablo
Thu Jul 04, 2013 9:18 am
Forum: Tips & Techniques - RPG and RDMLX
Topic: Auto-Configuring LongRange from a URL
Replies: 2
Views: 4011

Re: Auto-Configuring LongRange from a URL

Thanks Christine, the attached has now that corrected.
by Pablo
Wed Jul 03, 2013 3:10 pm
Forum: Tips & Techniques - RPG and RDMLX
Topic: Auto-Configuring LongRange from a URL
Replies: 2
Views: 4011

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 ...
by Pablo
Thu Sep 27, 2012 10:07 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Using LongReach/Documents (RPG)
Replies: 7
Views: 7031

Re: Using LongReach/Documents (RPG)

OK, I understand, we will look at it.
by Pablo
Wed Sep 26, 2012 10:22 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Using LongReach/Documents (RPG)
Replies: 7
Views: 7031

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 ...
by Pablo
Mon Sep 24, 2012 1:58 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Using LongReach/Documents (RPG)
Replies: 7
Views: 7031

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 ...
by Pablo
Thu Jul 19, 2012 10:02 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Shipped program LRUCHKPSW
Replies: 1
Views: 2629

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