An Update:
As it turns out, the application window is only affected when running inside remote desktop. I am using RDP to access the dev IDE.
When the application is running on the main desktop or over zoom, the font issues go away.
This is no longer an issue for me, as the users will not be using ...
Search found 16 matches
- Wed Oct 09, 2024 5:32 am
- Forum: Questions & Answers
- Topic: dot net components adjust font and form size
- Replies: 1
- Views: 6741
- Sat Oct 05, 2024 9:53 am
- Forum: Questions & Answers
- Topic: dot net components adjust font and form size
- Replies: 1
- Views: 6741
dot net components adjust font and form size
I have a very simple VB.Net class that I am importing into LANSA as a dot net component. (This is just a simple sample class to demonstrate my issue)
Basically it just returns OK
When I run this inside my VL form, it messes with the font size and style of the form. I cannot figure out how to stop ...
Basically it just returns OK
When I run this inside my VL form, it messes with the font size and style of the form. I cannot figure out how to stop ...
- Sat Sep 10, 2022 10:25 pm
- Forum: Questions & Answers
- Topic: Porting AS400 LANSA files to windows
- Replies: 2
- Views: 7093
Re: Porting AS400 LANSA files to windows
Hi Dino,
Thank you so much for your response. Being able to see the SQL Create script gave me enough info to determine what was going on.
The RRNO was my issue.....when I imported from AS400, the IDENTITY parameter was turned off (which caused me issues),but when I created the file in windows ...
Thank you so much for your response. Being able to see the SQL Create script gave me enough info to determine what was going on.
The RRNO was my issue.....when I imported from AS400, the IDENTITY parameter was turned off (which caused me issues),but when I created the file in windows ...
- Wed Sep 07, 2022 10:41 pm
- Forum: Questions & Answers
- Topic: Porting AS400 LANSA files to windows
- Replies: 2
- Views: 7093
Porting AS400 LANSA files to windows
Hi All,
I am porting a LANSA Application to windows from AS400, and having some issues with the files.
We did a LANSA export on the AS400. Then inside the windows IDE, I was able to pull in the objects with the IMPORT functionality on the IDE toolbar.
The files were compiled and created in MSSQL ...
I am porting a LANSA Application to windows from AS400, and having some issues with the files.
We did a LANSA export on the AS400. Then inside the windows IDE, I was able to pull in the objects with the IMPORT functionality on the IDE toolbar.
The files were compiled and created in MSSQL ...
- Fri Jun 10, 2022 4:41 am
- Forum: Questions & Answers
- Topic: Technical newsletter
- Replies: 6
- Views: 14058
Re: Technical newsletter
Thank you Rene!
- Fri Jun 10, 2022 4:09 am
- Forum: Questions & Answers
- Topic: Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
- Replies: 6
- Views: 10483
Re: Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
Dino,
I was able to get it running thanks to your input.
While reviewing your sample code, It occurred to me that after getting the error, that I could still do the RETRIEVE command to get the actual returned document.
Casey: It's been a long time. Hope all is well. For me "STATUS" and "STATUS ...
I was able to get it running thanks to your input.
While reviewing your sample code, It occurred to me that after getting the error, that I could still do the RETRIEVE command to get the actual returned document.
Casey: It's been a long time. Hope all is well. For me "STATUS" and "STATUS ...
- Thu Jun 09, 2022 11:54 pm
- Forum: Questions & Answers
- Topic: Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
- Replies: 6
- Views: 10483
Re: Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
Hi Dino,
Thanks for putting together the newsletter, and for your attention to this.
I am using the httpService with the JSON handler....I think I originally coded with this because of a need to work with the headers which was not in the JSONBindServices (I think that was the limitation).
I just ...
Thanks for putting together the newsletter, and for your attention to this.
I am using the httpService with the JSON handler....I think I originally coded with this because of a need to work with the headers which was not in the JSONBindServices (I think that was the limitation).
I just ...
- Thu Jun 09, 2022 2:21 am
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856034
Re: does LOAD_OTHER between LANSA systems still work?
Hi All,
I never got a satisfactory response for this from LANSA Support.
I have resorted to export / Import. This means that I can no longer have one of the systems as "OWNER" of the file.
Andy
I never got a satisfactory response for this from LANSA Support.
I have resorted to export / Import. This means that I can no longer have one of the systems as "OWNER" of the file.
Andy
- Thu Jun 09, 2022 2:12 am
- Forum: Questions & Answers
- Topic: Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
- Replies: 6
- Views: 10483
Does Integrator have access to HTTP_RESPONSE_CONTENT.TXT when error 500 from server?
Hi All,
I would appreciate any insight that anyone would have on this.
I have a https json client written in LANSA. It using httpService and consumes a JSON API. Occasionally the API will fail with an error 500. The reason for the error is returned, and Integrator logs it to HTTP_RESPONSE_CONTENT ...
I would appreciate any insight that anyone would have on this.
I have a https json client written in LANSA. It using httpService and consumes a JSON API. Occasionally the API will fail with an error 500. The reason for the error is returned, and Integrator logs it to HTTP_RESPONSE_CONTENT ...
- Wed Apr 28, 2021 7:11 am
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856034
Re: does LOAD_OTHER between LANSA systems still work?
Thanks Dino.
I have had further communications with LANSA support on this issue, and they are looking into it.
I will update this thread with whatever resolution I get from them.
I have had further communications with LANSA support on this issue, and they are looking into it.
I will update this thread with whatever resolution I get from them.
- Tue Apr 27, 2021 11:48 pm
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856034
Re: does LOAD_OTHER between LANSA systems still work?
Dino,
Thank you for your response.
This is exactly what I am experiencing. Are you saying that the LOAD_OTHER still exists in V15 as long as the partition is not RDMLX enabled?
I used it frequently in V13 in both RDMLX and non-RDMLX partitions (before we upgraded) without any issues. Now all our ...
Thank you for your response.
This is exactly what I am experiencing. Are you saying that the LOAD_OTHER still exists in V15 as long as the partition is not RDMLX enabled?
I used it frequently in V13 in both RDMLX and non-RDMLX partitions (before we upgraded) without any issues. Now all our ...
- Sat Apr 24, 2021 6:53 am
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856034
Re: does LOAD_OTHER between LANSA systems still work?
Yes. They do live on the same server.
The export/import does work, but then it looks like a native file. So a developer might make mods to the file without realizing the connection between the systems. Was hoping that I would not have to resort to that.
Thanks Chad.
The export/import does work, but then it looks like a native file. So a developer might make mods to the file without realizing the connection between the systems. Was hoping that I would not have to resort to that.
Thanks Chad.
- Sat Apr 24, 2021 5:30 am
- Forum: Questions & Answers
- Topic: LANSA USER GROUP
- Replies: 11
- Views: 32618
Re: LANSA USER GROUP
Depending on timing, I would be interested in online.
Andy
Andy
- Sat Apr 24, 2021 1:02 am
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856034
does LOAD_OTHER between LANSA systems still work?
Hi All,
We have multiple LANSA systems, and often share data. We would use LOAD_OTHER to do this. It used to work.
I moved to V14SP2 recently, and can no longer find the load_other feature.
There is a new button "Import Tables from IBM i". I think that's supposed to be the replacement.
When I try ...
We have multiple LANSA systems, and often share data. We would use LOAD_OTHER to do this. It used to work.
I moved to V14SP2 recently, and can no longer find the load_other feature.
There is a new button "Import Tables from IBM i". I think that's supposed to be the replacement.
When I try ...
- Sat Jun 01, 2019 5:43 am
- Forum: Questions & Answers
- Topic: Passing a reference to a method
- Replies: 2
- Views: 5089
Re: Passing a reference to a method
Mark,
Thank you for the response. I think that's what I am looking for.
i am going to have to play with it a bit next week, and see if it does what I need.
Regards,
Andy
Thank you for the response. I think that's what I am looking for.
i am going to have to play with it a bit next week, and see if it does what I need.
Regards,
Andy
- Fri May 31, 2019 1:21 pm
- Forum: Questions & Answers
- Topic: Passing a reference to a method
- Replies: 2
- Views: 5089
Passing a reference to a method
Hi all,
I have never used this in LANSA, but I have used this technique in PHP and JavaScript.
It's sometimes called an anonymous function, or a closure, or a callback.
Basically, I would like to be able to pass a piece of code or a reference to a piece of code into a reuseable component method ...
I have never used this in LANSA, but I have used this technique in PHP and JavaScript.
It's sometimes called an anonymous function, or a closure, or a callback.
Basically, I would like to be able to pass a piece of code or a reference to a piece of code into a reuseable component method ...