Could you please send me the newest LongRange offline documentation.
Thanks,
Rob
Search found 12 matches
- Sat Jun 10, 2017 12:36 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Longrange Offline documentation
- Replies: 0
- Views: 7427
- Fri May 27, 2016 11:37 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Ibeacon technology
- Replies: 1
- Views: 2511
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
Thanks,
Rob
- Wed Oct 08, 2014 4:22 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX
- Replies: 8
- Views: 6442
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 ...
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 ...
- Tue Oct 07, 2014 10:30 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX
- Replies: 8
- Views: 6442
Re: RDMLX
In this case it's a pop over form but it's also happening on a simple message box.
- Tue Oct 07, 2014 10:15 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX
- Replies: 8
- Views: 6442
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 ...
- Sun Oct 05, 2014 1:26 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX
- Replies: 8
- Views: 6442
RDMLX
Is there a way to disable the return key?
Thanks,
Rob
Thanks,
Rob
- Wed Feb 12, 2014 8:14 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Documentation
- Replies: 11
- Views: 8962
Re: Documentation
Can you please send me the offline documentation.
I'm using LongRange with Lansa RDMLX.
Thanks,
Rob
I'm using LongRange with Lansa RDMLX.
Thanks,
Rob
- Thu Jul 04, 2013 12:19 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) Java Script
- Replies: 1
- Views: 2598
(RDMLX) Java Script
How do we get the documentation on programming LongRange with Java Script?
Thanks,
Rob
Thanks,
Rob
- Thu Jul 04, 2013 12:19 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) Java Script
- Replies: 0
- Views: 3118
(RDMLX) Java Script
How do we get the documentation on programming LongRange with Java Script?
Thanks,
Rob
Thanks,
Rob
- Thu Dec 13, 2012 8:37 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX Text Box Question
- Replies: 1
- Views: 2564
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?