Search found 1615 matches

by ic2
Mon Jan 26, 2026 9:40 am
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 1758

Re: Event handler changes not in GIT

Hello Hansjörg,


This works fine in VS and in .Net. We have about 10 programmers who work on the same code at the same time and never really have any problems.
Hansjörg


Now I am confused. We saw that changes in eventhandlers, added in the Design mode, were not 'transferred' to my system, and ...
by ic2
Fri Jan 23, 2026 10:24 am
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 1758

Re: Event handler changes not in GIT

Thanks for all comments. What I expected is that the in the .Net world we would have a 'effortless' way to exchange all changes in a program between multiple programmers. Again, this is something that doesn't work (fully). On code level it does indeed work well but it feels a bit poor that one ...
by ic2
Mon Jan 19, 2026 4:44 pm
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 1758

Event handler changes not in GIT

Kees created a drag & drop support of our X# email program which I pulled successfully from the git repo (we use Bitbucket). However, adding 2 event handlers (and later also removing 1) as done via the Winforms Events button in the properties of the form, did not arrive in my solution. It starts ...
by ic2
Fri Jan 16, 2026 11:49 am
Forum: Product
Topic: Syntax highlighting control
Replies: 10
Views: 2093

Re: Syntax highlighting control

Hello Isaac,

As a personal note from a Fox subscriber to Chris' remark: I can really recommend you to take Fox. Contrary to users who are waiting anxiously for X# 3.x I am not - the main thing I welcome is that editing in VS would be more comfortable like it is in VO, which is after all these years ...
by ic2
Wed Jan 14, 2026 4:17 pm
Forum: VO & Vulcan
Topic: OLEAutoObject question
Replies: 2
Views: 620

Re: OLEAutoObject question

Hello Robert,

Ah, that's how it works. For all other OLEAutoObject the parameter equals the DLL name so it got me puzzled.

Thanks,

Dick
by ic2
Wed Jan 14, 2026 1:44 pm
Forum: VO & Vulcan
Topic: OLEAutoObject question
Replies: 2
Views: 620

OLEAutoObject question

OLEAutoObject question

We use Chilkat for multiple functions like e-mail, FTP etc. On a just updated program we got an error "The specified module can not be found" using the Unlockstatus access of the Chilkat library and while trying to find out the cause we found that we registered a newer ...
by ic2
Wed Dec 03, 2025 9:24 am
Forum: VO & Vulcan
Topic: Olewebbrowser exception despite errorhandler
Replies: 5
Views: 1376

Re: Olewebbrowser exception despite errorhandler

Hello Arne,

In a way it is good to see that you encountered the same issue ;) But I am not retrieving information from the Webview2 browser, so I can not use a delay for anything.

I see on https://learn.microsoft.com/en-us/previous-versions/aa752134(v=vs.85) that Navigate2 has a return value. I am ...
by ic2
Mon Nov 24, 2025 6:47 pm
Forum: Deutsches Forum
Topic: VO Prog hängt, Testanzeige + Compilieren hilft
Replies: 16
Views: 2075

Re: VO Prog hängt, Testanzeige + Compilieren hilft

Hello Franz,

For other readers I reply in English - long ago I might have had a comparable issue. This was solved by a full export of all AEF's, deleting the old repo subdierctory, recreating an empty repository and reimporting all AEF's again (importing and compiling them with VOPP).

The ...
by ic2
Mon Nov 24, 2025 11:04 am
Forum: VO & Vulcan
Topic: Olewebbrowser exception despite errorhandler
Replies: 5
Views: 1376

Re: Olewebbrowser exception despite errorhandler

Hello Robert,


No idea. Are you sure that the customer is running the new version of the EXE?


Indeed my first thought too. But they sent a screenprint of the About window with the latest version number in it.



That webbrowser is the Internet Explorer control. It is very well possible that ...
by ic2
Sun Nov 23, 2025 8:46 pm
Forum: VO & Vulcan
Topic: Olewebbrowser exception despite errorhandler
Replies: 5
Views: 1376

Olewebbrowser exception despite errorhandler

In a VO window we show a preview of a PDF invoice using the WebView2 browsers. This has worked for years, but recently 2 users (out of many on the same server) reported a VO runtime error (intermittent) showing:

No errorblock
Error in Errorhandler
OLEWEBBROWSER:NAVIGATE2() line 49

Line 49 is ...