(RPG/DDS) What templates or skeleton programs are shipped?

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MarkDuignan
Posts: 346
Joined: Wed Apr 18, 2012 10:33 am

(RPG/DDS) What templates or skeleton programs are shipped?

Post by MarkDuignan »

There are 60+ example programs shipped. Additionally a LongRange project library LRNG_PROJ is shipped.
The ‘Getting Started’ tutorial recommends that you duplicate the LRNG_PROJ library to start your first LongRange app.
In your duplicated LRNG_PROJ library you should find source files QRPGLESRC and QDDSSRC.
They contain a set of template and skeleton programs and display files .....
RPG.png
RPG.png (187.29 KiB) Viewed 3047 times
See http://www.longrangemobile.com/docs/LRT ... sofyo1.htm

These components are shipped as template or skeleton code - so they will probably change in future LongRange versions (we have an updated version being released very soon). This means you should not directly use these programs and display files in your App – copy the code into your own programs and display files instead.
Post Reply