Search found 23 matches

by LEBAS
Wed Mar 19, 2014 10:15 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: How to know if the mobile device is in Airplane mode
Replies: 4
Views: 3861

Re: How to know if the mobile device is in Airplane mode

Mark, if you don't mind, I will try your last suggestion later :)

A better question could be: "In a form view template or ECL script, how can we test that we can currently reach the LongRange server?"
by LEBAS
Wed Mar 19, 2014 12:01 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Display PDF's latest version depending on connection mode
Replies: 3
Views: 3286

Re: Display PDF's latest version depending on connection mod

I forgot to say that the customer use both iOS and Android mobile devices (tablets and smartphones).
by LEBAS
Tue Mar 18, 2014 10:57 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Display PDF's latest version depending on connection mode
Replies: 3
Views: 3286

Display PDF's latest version depending on connection mode

A customer will store PDF files in IBM i’s IFS: these files could be stored in LongRange Resources folders or LongReach folders.

• When any of these PDF files will be displayed in the LongRange App in Connected mode , the customer wants that
...o The current version of this PDF stored on IFS is ...
by LEBAS
Tue Mar 18, 2014 9:50 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: How to know if the mobile device is in Airplane mode
Replies: 4
Views: 3861

How to know if the mobile device is in Airplane mode

In a form view template or ECL script, is it possible to know if the mobile device is currently in Airplane mode?

Regards,
by LEBAS
Tue Mar 18, 2014 9:27 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG] Icons displayed in Document Library view
Replies: 0
Views: 3092

[RPG] Icons displayed in Document Library view

When I use the LongReach App on iOS, I can see the following icon which enables actions on the selected object ( Open , Open with …):
IMG1.PNG


When I use the LongRange App on iOS or Android, I can’t see this icon either in a Document Library view declared as a menu element or either in a form ...
by LEBAS
Tue Mar 18, 2014 8:42 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG] Programmatically changing Document view and Web view
Replies: 2
Views: 2777

[RPG] Programmatically changing Document view and Web view

1 - In Studio, I have defined a Document Library view as a menu element:
Documentview.png
For example in a RPG logon program where I can configure menu items, can I programmatically change the Folder property of this Document Library view (for example, changing to /CPDP/SP/?



2 - In Studio, I ...
by LEBAS
Wed Jan 29, 2014 8:20 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Undo changes on form elements and SQLite
Replies: 5
Views: 4108

Re: Undo changes on form elements and SQLite

Very interesting.

My last question will be: in Studio, what is the purpose of the 'Temporary table' checkbox?
by LEBAS
Tue Jan 28, 2014 7:20 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Undo changes on form elements and SQLite
Replies: 5
Views: 4108

Re: Undo changes on form elements and SQLite

Thanks Tony,

To use a Temporary table, I suppose I have to define it in LongRange Studio and check its 'Temporary table' checkbox.

But I don't know how a Temporary table works within LongRange:
- What is its scope of life, i.e. when is it created, deleted?
- Do I have to manually delete records ...
by LEBAS
Tue Jan 28, 2014 1:52 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Undo changes on form elements and SQLite
Replies: 5
Views: 4108

Undo changes on form elements and SQLite

Hi,

In a local form executed in Offline mode (airplane mode), I display some form elements bound to values of an SQLite table. I can modify the values of these form elements, so values in the SQLite table are automatically updated.

If by mistake I clear the values of some form elements (salary ...