Search found 5 matches
- Sat Dec 06, 2014 4:35 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Programming LongRange with JavaScript
- Replies: 11
- Views: 35752
Re: Programming LongRange with JavaScript
I would like to receive any copies that would help me use javascript. We are programing using lansa RDMLX and most of our app will be off-line. Thanks!
- Fri Oct 17, 2014 2:22 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Mark, I think we figured it out. I've been working with Siyaman on this. One issue was in loading the dropdown from a file rather than just hard coding the drop down. That was actually working on a differrent drop down. The bigger issue was the Actual farm id field. It is numeric and the dropdown ...
- Wed Oct 15, 2014 2:40 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Mark, thanks for looking at this.
I'm still not getting the farm dropdown populated with a value from the java script. I created a new reusable part with your code, changing the js name and a couple of field names to match my file and I get the tank and seq numbers returned from the js, but not ...
I'm still not getting the farm dropdown populated with a value from the java script. I created a new reusable part with your code, changing the js name and a couple of field names to match my file and I get the tank and seq numbers returned from the js, but not ...
- Fri Oct 03, 2014 1:34 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Thanks, I've tried to strip everything out of the program that doesn't apply to the dropdown or java script. Hope this isn't too confusing.
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #LRNG_FORM)
* ===============================================================
* DLR_PKUP3 - Hauler Mobile ...
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #LRNG_FORM)
* ===============================================================
* DLR_PKUP3 - Hauler Mobile ...
- Wed Oct 01, 2014 4:13 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
RDLMX - Java Script and Dropdowns
Really new to LongRange.
I'm reading a barcode and using Java Script to parse the barcode into three fields. That part is working farely well. Two of the fields appear where I want them to on the form. What is giving me a problem is trying to return a field to the form that is also a dropdown. This ...
I'm reading a barcode and using Java Script to parse the barcode into three fields. That part is working farely well. Two of the fields appear where I want them to on the form. What is giving me a problem is trying to return a field to the form that is also a dropdown. This ...