Search found 37 matches

by JohnJoiner
Wed Jan 29, 2014 3:26 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Documentation
Replies: 11
Views: 8955

Re: Documentation

Hey Mark,

Can I get a copy of whatever 'Offline' documentation you've got?

I think I'd like to look into this 'Offline' thing.

Thanks.

JJ
by JohnJoiner
Thu Aug 29, 2013 5:23 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) DropDown element "Dropped Down" on initial display?
Replies: 1
Views: 2521

(RPG) DropDown element "Dropped Down" on initial display?

Activity on this list seems a bit slow lately, so...

Is there a way to programmatically display the list of items in a DropDown element upon initial display of a form, rather than having to have a user touch the DropDown first?

I've tried setting the 'hasFocus' property of the DropDown, but that ...
by JohnJoiner
Thu Jul 25, 2013 8:52 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Is there a way to send a 'template' without using DDS?
Replies: 3
Views: 3563

Re: (RPG) Is there a way to send a 'template' without using

Mark,

Thanks, but in order to use the EXFMT opcode in RPG I've actually got to have a display file defined, which means I've got to have DDS, even if it's just an empty record. That's what I'm trying to avoid.

I've gone the route of just using a table of forms anyway, so it's cool. Just thought I ...
by JohnJoiner
Thu Jul 25, 2013 5:26 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Is there a way to send a 'template' without using DDS?
Replies: 3
Views: 3563

(RPG) Is there a way to send a 'template' without using DDS?

I thought I'd like to use the 'template' facility (LRNG_SendTemplate) today with a form I'm creating, but all my form content is created dynamically, and I don't use any display files. Is there a way to send a template to the mobile device without using EXFMT (or WRITE/READ)?

I tried creating a ...
by JohnJoiner
Fri Jul 19, 2013 11:47 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Retrieve current context?
Replies: 3
Views: 4054

Re: (RPG) Retrieve current context?

Follow up to original post:

LongRange for RPG runtime version 14 includes the new procedure 'LRNG_GetUsing' that retrieves the current context.

:P
by JohnJoiner
Tue Jul 02, 2013 2:53 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) longrange://updateprofiles Questions
Replies: 1
Views: 2405

(RPG) longrange://updateprofiles Questions

I just started playing with this new functionality, and I must say it will be very handy. A couple of questions that came to mind are:

1. (A little off topic, but...) Is there a "what's new" document for RT 14? I downloaded the newest 'Programming LongRange with RPG' pdf and scanned for '14' and ...
by JohnJoiner
Tue Jun 04, 2013 11:51 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG and RDMLX) Is there a way to clear the form buffer?
Replies: 5
Views: 5921

Re: (RPG) Is there a way to clear the form buffer?

Mark,

YES!!! That is EXACTLY what I was looking for, 'LRNG_DiscardPropertyChanges', and your description of its use is exactly what my problem was.

I have 'formView A' which, under some situations, will "switch control" to 'formView B', but each of my formView programs, upon starting, will invoke ...
by JohnJoiner
Tue Jun 04, 2013 11:24 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG and RDMLX) Is there a way to clear the form buffer?
Replies: 5
Views: 5921

Re: (RPG) Is there a way to clear the form buffer?

Paul,

Thanks, but I had already tried all variations I could think of on the LRNG_AssignNullToProp() thing ('/form', '/form.fields', even '/form.fields.lblDriver' (the fields I had created)). I've found that with LongRange, sometimes there are "undocumented" features hidden away, if only I take a ...
by JohnJoiner
Tue Jun 04, 2013 8:40 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG and RDMLX) Is there a way to clear the form buffer?
Replies: 5
Views: 5921

(RPG and RDMLX) Is there a way to clear the form buffer?

Let's say that I've created a couple of U/I elements dynamically by referencing the elements within the context of a form, but then prior to sending the form to the device (prior to issuing LRNG_SendReceive in my case, since I have chosen to not use display files), I want to clear the "form buffer ...
by JohnJoiner
Sat May 25, 2013 1:30 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) How to display multiline textbox on Android
Replies: 0
Views: 4127

(RPG) How to display multiline textbox on Android

I've been puzzling this one too long, so I've got to ask...

I've created a utility procedure to show a context sensitive menu (I need more control than is provided with the built-in context menu) on a popOver form, and it works fine except for the message field, which is a multiline textbox UI ...