Search found 26 matches

by jabain
Thu Mar 18, 2021 12:27 am
Forum: Questions & Answers - RPG and RDMLX
Topic: LongRange SystemTrace
Replies: 2
Views: 5793

Re: LongRange SystemTrace

Hi Rieko,

The tracefile is created in /LANSA_XXXPGMLIB/webserver/images/LongRange/tracing.
The contents of the files are pretty cryptic. It appears to be logging internal LongRange activities. Take a look for yourself. It does appear to log some values when calling LongRange specific methods. I did ...
by jabain
Sun Sep 01, 2019 1:33 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Signature not received by server in Windows 10
Replies: 1
Views: 5959

Signature not received by server in Windows 10

Hi All,

I have an app which has both IOS users and Windows 10 Users.

The app allows users to put a signature on the screen, and to initial in a few places.

On IOS it works fine, but in Windows 10, when the users clicks submit, the signature goes blank, and then submits a blank image back to the ...
by jabain
Sun Sep 01, 2019 1:18 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Time out setting?
Replies: 4
Views: 8353

Re: Time out setting?

Support told me recently that for that setting...zero = default = 10 seconds.
Any other setting there will be the real number of seconds. E.g. 25 = 25 seconds.

Also: Something I have used over the years. If you turn on "debug mode" in the LongRange Client (but do not put in an IP address), it will ...
by jabain
Tue Nov 06, 2018 2:03 am
Forum: Questions & Answers - RPG and RDMLX
Topic: "property 'TYPE' must be specified" message
Replies: 3
Views: 20852

Re: "property 'TYPE' must be specified" message

Hi All,

Unfortunately, it's a very large piece of code, and not easy to replicate the issue in a smaller context.

However, i have also been working with LANSA support on this, and they had suggested that I update the TYPE attribute to Form.
E.g. #COM_OWNER.Set Property(' FORM.FIELDS.<...path to ...
by jabain
Thu Oct 25, 2018 12:30 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: "property 'TYPE' must be specified" message
Replies: 3
Views: 20852

Re: "property 'TYPE' must be specified" message

While rereading, i realized that the last line did not make sense.
Here is what I meant.

Also: The path to my objects (like textboxes and buttons) is getting pretty long....is there a max length for this?
by jabain
Thu Oct 25, 2018 7:01 am
Forum: Questions & Answers - RPG and RDMLX
Topic: "property 'TYPE' must be specified" message
Replies: 3
Views: 20852

"property 'TYPE' must be specified" message

Hi All,

I need some direction if possible.

I have a longrange form (online).
Inside that form, I have a popover (currently hidden).
The form and popover has been built in the previous http request.

In the current request, I set #COM_OWNER.IsNewForm := False
and I would like to push some data into ...
by jabain
Fri Jan 15, 2016 7:26 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Self-Signed SSL Cert?
Replies: 10
Views: 8344

Re: (RDMLX) Self-Signed SSL Cert?

A followup question...
Does LongRange have full ATS support enabled?

This is the requirements that I found on the Apple developer site.
https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

Requirements for Connecting Using ...
by jabain
Fri Jan 15, 2016 2:09 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Self-Signed SSL Cert?
Replies: 10
Views: 8344

Re: (RDMLX) Self-Signed SSL Cert?

Okay...... so I have found the issue is SSLV3. It appears that IOS9 no longer supports that.

I can get TLSV1.0 to work...however, it is old and has some bugs in the implementation (Causes other issues for us with image corruptions in V7R1). LPC directed me to turn this off when I was dealing with ...
by jabain
Tue Jan 12, 2016 9:30 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Self-Signed SSL Cert?
Replies: 10
Views: 8344

Re: (RDMLX) Self-Signed SSL Cert?

This was the message "An SSL error occurred and a secure connection to the server cannot be made"

I will look in more detail at any logs tomorrow
by jabain
Tue Jan 12, 2016 9:26 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Self-Signed SSL Cert?
Replies: 10
Views: 8344

Re: (RDMLX) Self-Signed SSL Cert?

Thanks for the response...that helps.

It's been running for a year using the self-signed SSL cert on OS400 V7.1 for iPads with IOS7 and 8

I have also found today that there is a mismatch between the DNS name and the name on the cert. I had thought the issue that I was having was the self-signed ...