Search found 12 matches

by robdorn
Sat Jun 10, 2017 12:36 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Longrange Offline documentation
Replies: 0
Views: 7426

Longrange Offline documentation

Could you please send me the newest LongRange offline documentation.

Thanks,

Rob
by robdorn
Fri May 27, 2016 11:37 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Ibeacon technology
Replies: 1
Views: 2508

Ibeacon technology

Are there any plans for LongRange to support Ibeacon technology. Here is a link to beacons I've been researching: http://estimote.com

Thanks,

Rob
by robdorn
Wed Oct 08, 2014 4:22 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX
Replies: 8
Views: 6437

Re: RDMLX

Mark,

The keyboard is virtual. The application is on an Ipad. Here is an example of the text box that is executing the subroutine when the return key is pressed:

#COM_OWNER.Set_TextBox Name(ItemOrdTxt) Value('') Datatype('Number') Layout_Col(2) Layout_Row(2) Maxlength(15) Show_Popover(TRUE ...
by robdorn
Tue Oct 07, 2014 10:30 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX
Replies: 8
Views: 6437

Re: RDMLX

In this case it's a pop over form but it's also happening on a simple message box.
by robdorn
Tue Oct 07, 2014 10:15 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX
Replies: 8
Views: 6437

Re: RDMLX Return Key

I have the return key enabled and it executes a subroutine when pressed. If I display a popup message and the user clicks ok or cancel within the message everything is ok. If the user clicks return then it executes the subroutine and kicks them out of the application. They shouldn't be able to press ...
by robdorn
Sun Oct 05, 2014 1:26 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX
Replies: 8
Views: 6437

RDMLX

Is there a way to disable the return key?

Thanks,

Rob
by robdorn
Wed Feb 12, 2014 8:14 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Documentation
Replies: 11
Views: 8955

Re: Documentation

Can you please send me the offline documentation.
I'm using LongRange with Lansa RDMLX.
Thanks,

Rob
by robdorn
Thu Jul 04, 2013 12:19 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Java Script
Replies: 1
Views: 2596

(RDMLX) Java Script

How do we get the documentation on programming LongRange with Java Script?

Thanks,

Rob
by robdorn
Thu Jul 04, 2013 12:19 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Java Script
Replies: 0
Views: 3117

(RDMLX) Java Script

How do we get the documentation on programming LongRange with Java Script?

Thanks,

Rob
by robdorn
Thu Dec 13, 2012 8:37 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX Text Box Question
Replies: 1
Views: 2562

RDMLX Text Box Question

I have a text box that is used to enter item numbers. Is there a way to set focus on that text box so the user doesn’t have to touch it each time they enter a new item?