Art
That is certainly a possibility. I have been using Edge or a Chromium based browser for all my work. Try possibly changing the default browser and see what happens
Search found 56 matches
- Tue Jan 18, 2022 4:15 am
- Forum: Questions & Answers
- Topic: .Net Assembly replacement for IE HTML activex
- Replies: 17
- Views: 1072512
- Thu Jan 13, 2022 7:52 am
- Forum: Questions & Answers
- Topic: .Net Assembly replacement for IE HTML activex
- Replies: 17
- Views: 1072512
Re: .Net Assembly replacement for IE HTML activex
SOLUTION!!!!!
I found a solution. Rather than using WebView2, you can use System.Windows.Forms.dll. It has a class called WebBrowser and it works very well. You will probably have it on your desktop as it is usually in developer's packages. I found mine in C:\Program Files (x86)\Reference Assemblies ...
I found a solution. Rather than using WebView2, you can use System.Windows.Forms.dll. It has a class called WebBrowser and it works very well. You will probably have it on your desktop as it is usually in developer's packages. I found mine in C:\Program Files (x86)\Reference Assemblies ...
- Wed Dec 08, 2021 5:25 am
- Forum: Questions & Answers
- Topic: .Net Assembly replacement for IE HTML activex
- Replies: 17
- Views: 1072512
Re: .Net Assembly replacement for IE HTML activex
I read it, and downloaded the cab file, but for the life of me, I can't figure out how to install it in all my users desktops. It looks like the solution, but without some more simplistic instructions, I guess I'm just an old fart!
- Wed Dec 08, 2021 3:41 am
- Forum: Questions & Answers
- Topic: .Net Assembly replacement for IE HTML activex
- Replies: 17
- Views: 1072512
.Net Assembly replacement for IE HTML activex
Since Microsoft is planning on doing away with IE and, therefore, activex, does anyone have a suggestion for replacing our HTML Web ActiveX control in our VL Win applications? I'm looking for best in class as we use this functionality in many different VLF-Win command handlers. Thanks in advance ...
- Tue Oct 26, 2021 6:27 am
- Forum: Questions & Answers
- Topic: changing the TLS version in SMTPMailService for Integrator
- Replies: 9
- Views: 65942
Re: changing the TLS version in SMTPMailService for Integrator
Like the previous poster, I have tried everything, but it still says that we are posting via TLS 1.0. I looked at the tips referred to and they are of no use whatsoever. If anyone has any other ideas (ALICK, WHERE ARE YOU???), I'd really appreciate it. We are getting this error on almost 30% of all ...
- Thu Oct 21, 2021 11:11 pm
- Forum: Questions & Answers
- Topic: changing the TLS version in SMTPMailService for Integrator
- Replies: 9
- Views: 65942
Re: changing the TLS version in SMTPMailService for Integrator
Thank you, everyone! We will see how this works and I will let you know. I appreciate all your assistance. I can always count on this forum.
David
David
- Thu Oct 21, 2021 2:53 am
- Forum: Questions & Answers
- Topic: changing the TLS version in SMTPMailService for Integrator
- Replies: 9
- Views: 65942
changing the TLS version in SMTPMailService for Integrator
We are trying to send emails using the SMTPMailService with SECURE(*EXPLICIT) for TLS sessions as this is required by Microsoft's Outlook 365 Exchange server. Integrator by default uses TLS 1.0, but Microsoft has changed some of their requirements and we are getting failures (not all the time) due ...
- Thu Feb 18, 2021 7:45 am
- Forum: Questions & Answers
- Topic: using avCheckInstanceAuthority in snap-in instance list
- Replies: 1
- Views: 41944
using avCheckInstanceAuthority in snap-in instance list
I need to use the VLF instance authority for a business object that has a snap-in instance list. When I programatically add an instance list entry to avlistManager in my snap-in instance list, the IIP for the instance authority is not invoked. What am I doing wrong?
- Wed Jun 03, 2020 1:26 am
- Forum: Questions & Answers
- Topic: Google Line Graph sample
- Replies: 1
- Views: 6169
Google Line Graph sample
Does anyone have a sample of using a Google Line Graph (multiple lines) in a VL WebPage for V14SP2? There is nothing in the documentation or the samples which gives any idea of how to implement it. I see the widgets, but I'm not sure how to use any of them. Thanks in advance.
- Tue Feb 18, 2020 7:32 am
- Forum: Questions & Answers
- Topic: DCTRGENVUE - Lansa DB Trigger User Exit Program
- Replies: 2
- Views: 7998
Re: DCTRGENVUE - Lansa DB Trigger User Exit Program
Thank you, Chad! I shall try this and hopefully it works.
- Tue Feb 18, 2020 6:47 am
- Forum: Questions & Answers
- Topic: DCTRGENVUE - Lansa DB Trigger User Exit Program
- Replies: 2
- Views: 7998
DCTRGENVUE - Lansa DB Trigger User Exit Program
I am trying to use a File Level trigger with a non-LANSA table. I want it to run as a default IBMi Database Trigger. I set everything up according to the documentation, but I don't know how to create the User Exit Program required, DCTRGENVUE, and non-LANSA programs are failing due to this issue ...
- Wed Feb 05, 2020 2:42 am
- Forum: Questions & Answers
- Topic: fetching record with BLOB column via RRN does not invoke trigger
- Replies: 3
- Views: 8223
Re: fetching record with BLOB column via RRN does not invoke trigger
Art, we are in the process of removing the BLOB field from the table and putting the documents into a NAS. Our document table is already hundreds of gigabytes and growing daily. the goal is to put all the documents into a NAS and then have the BLOB field as a virtual field and use the trigger to ...
- Tue Feb 04, 2020 5:22 am
- Forum: Questions & Answers
- Topic: fetching record with BLOB column via RRN does not invoke trigger
- Replies: 3
- Views: 8223
fetching record with BLOB column via RRN does not invoke trigger
I am trying to retrieve a record from a table on the IBMi with a BLOB column, sic DXDOCS, via Relative Record Number. The table has a file-level trigger, but when I do the fetch, the after_read is not invoked. Is there an issue with invoking the trigger when fetching with_rrn?
- Tue May 21, 2019 11:08 pm
- Forum: Questions & Answers
- Topic: What's going on @ LANSA?
- Replies: 11
- Views: 36473
Re: What's going on @ LANSA?
Well I received a call from "Obi-Wan Kenobi" (also known as Pete Draney). I was very encouraged by the fact that he is still involved with LANSA affairs at this time and I am willing to give Idera the benefit of the doubt for now and wait and see what the future will hold. While I have some concerns ...
- Tue May 21, 2019 6:55 am
- Forum: Questions & Answers
- Topic: New To Visual Lansa
- Replies: 13
- Views: 38263
Re: New To Visual Lansa
Fromm603,
There is online training available (for a price). If you are building a VLF_WIN application, you will find tutorials in the VLF documentation. If you are having issues with layouts, it might be best if you use the samples and look for Table Layout. There are many examples of windows and ...
There is online training available (for a price). If you are building a VLF_WIN application, you will find tutorials in the VLF documentation. If you are having issues with layouts, it might be best if you use the samples and look for Table Layout. There are many examples of windows and ...
- Tue May 21, 2019 6:41 am
- Forum: Questions & Answers
- Topic: Lansa Editor on virtual machine
- Replies: 16
- Views: 57230
Re: Lansa Editor on virtual machine
I regularly have to reboot my Terminal Services (Remote Desktop) server. It seems that multiple users over time will use memory that does not seem to release when they leave VL.
- Tue May 21, 2019 6:38 am
- Forum: Questions & Answers
- Topic: What's going on @ LANSA?
- Replies: 11
- Views: 36473
Re: What's going on @ LANSA?
It is a bit distressing when so many experienced lansa employees are leaving the company. I, too, have had a very tough time explaining/justifying to my senior management that our decision to use LANSA as our main development platform may not have been the correct one. It was correct at the time ...
- Wed Nov 14, 2018 11:31 pm
- Forum: Questions & Answers
- Topic: Offline(local) "database" storage in LANSA Mobile
- Replies: 12
- Views: 37494
Re: Offline(local) "database" storage in LANSA Mobile
Marcus
I use localStorage and have the key start with a particular value. Here is my code for storing and retrieving images:
Mthroutine Name(GetBlobData)
Define_Map For(*INPUT) Class(#Signature) Name(#SaveSig)
Define Field(#sigFileName) Type(*STRING)
#DELLOC := #sys_web.LocalStorage<Location>.Value ...
I use localStorage and have the key start with a particular value. Here is my code for storing and retrieving images:
Mthroutine Name(GetBlobData)
Define_Map For(*INPUT) Class(#Signature) Name(#SaveSig)
Define Field(#sigFileName) Type(*STRING)
#DELLOC := #sys_web.LocalStorage<Location>.Value ...
- Sat Jul 21, 2018 3:19 am
- Forum: Questions & Answers
- Topic: using bitmaps and visual styles in SP2 VLF-WIN
- Replies: 1
- Views: 4815
using bitmaps and visual styles in SP2 VLF-WIN
We have been using our own bitmaps in VLF-WIN for 3 years. Once we upgraded to SP2, our bitmaps only show up if the component is renderstyle(DirectX) and any visual styles that have a non-black text color only show the correct text color in renderStyle(Win32). This is becoming a very bad issue for ...
- Fri Jul 06, 2018 7:26 am
- Forum: Questions & Answers
- Topic: VL-Web V14SP1: the way to acquire the device ID in the VL-WEB program
- Replies: 2
- Views: 8010
Re: VL-Web V14SP1: the way to acquire the device ID in the VL-WEB program
While we have been unable to read the device id, we are using a web page to load unique device id's into each devices localstorage and using this to both validate that the device is registered to be using the web page and to stamp the appropriate records in our tables with that device id. I hope ...