Search found 61 matches
- Wed Sep 23, 2015 8:18 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Request for Documentation (RDMLX)
- Replies: 1
- Views: 2190
- Tue Jul 07, 2015 1:52 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: LANSA V11 Search Area
- Replies: 7
- Views: 7007
Re: LANSA V11 Search Area
I think it is possible, provided you assign a symbolic name to the menu item associated with each type of search.
In the LANSADemo schema, program examples, use case, searching,
edit the menu items
edit the Search By Name Menu Item and give it the symbolic name LREX0090_BY_NAME.
Now, in the ...
In the LANSADemo schema, program examples, use case, searching,
edit the menu items
edit the Search By Name Menu Item and give it the symbolic name LREX0090_BY_NAME.
Now, in the ...
- Mon Mar 02, 2015 9:19 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Request For Additional and Advanced Documentation-LongRange
- Replies: 1
- Views: 2553
Re: Request For Additional and Advanced Documentation-LongRa
I have emailed the guides you requested.
The Offline programming guides and the Programming with Javascript guide are two completely different areas.
This link may help you decide which one is appropriate:
http://longrange.lansa.com.au/viewtopic.php?f=12&t=296
Regards
Mark Dale
The Offline programming guides and the Programming with Javascript guide are two completely different areas.
This link may help you decide which one is appropriate:
http://longrange.lansa.com.au/viewtopic.php?f=12&t=296
Regards
Mark Dale
- Mon Dec 08, 2014 10:43 am
- Forum: Tips & Techniques - RPG and RDMLX
- Topic: Programming LongRange with JavaScript
- Replies: 11
- Views: 35739
Re: Programming LongRange with JavaScript
If you already have the RDMLX offline tutorials, you may already have whats available.
If you don't have them, let us know, and we will send them.
If you have a look at this topic it explains that the Programming Longrange with JavaScript guide is for writing javascript that runs inside a web ...
If you don't have them, let us know, and we will send them.
If you have a look at this topic it explains that the Programming Longrange with JavaScript guide is for writing javascript that runs inside a web ...
- Wed Dec 03, 2014 9:03 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX] Request for Additional and Advanced Documentation
- Replies: 1
- Views: 2423
Re: [RDMLX] Request for Additional and Advanced Documentatio
ok - sent - let me know if you didn't receive it.
- Thu Oct 16, 2014 10:26 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Screenshot of before and after attached
- Wed Oct 15, 2014 10:30 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Hi Dennis,
But, how can this be? My example has the famous "Works on my PC (ipad really)" seal of approval.
Lets see - the difference could be due to a number of things.
1. It could be some horrible subtle difference between devices and OS versions and Longrange versions.
I'm using
(Apple ...
But, how can this be? My example has the famous "Works on my PC (ipad really)" seal of approval.
Lets see - the difference could be due to a number of things.
1. It could be some horrible subtle difference between devices and OS versions and Longrange versions.
I'm using
(Apple ...
- Thu Oct 09, 2014 3:45 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
I think I can get it to work.
I have an SQL Table FARM,
Fields FARMID FARMNAME
Data is:
'1' 'Farm 1'
'2' 'Farm 2'
'3' 'Farm 3'
I created a version of your program called TST_Z481. Its attached to the schema as a Local (/Offline) form view.
Function Options(*DIRECT)
begin_com role(*EXTENDS ...
I have an SQL Table FARM,
Fields FARMID FARMNAME
Data is:
'1' 'Farm 1'
'2' 'Farm 2'
'3' 'Farm 3'
I created a version of your program called TST_Z481. Its attached to the schema as a Local (/Offline) form view.
Function Options(*DIRECT)
begin_com role(*EXTENDS ...
- Tue Oct 07, 2014 9:39 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
ok, thanks - I'll have a look at it later this week.
- Wed Oct 01, 2014 5:21 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDLMX - Java Script and Dropdowns
- Replies: 8
- Views: 8252
Re: RDLMX - Java Script and Dropdowns
Would it be possible to get a simple but concrete example? Then we could try it out and see where its going wrong.