Hi Frank,
We never really found the cause of the problem, but it's solved by rebuilding the Windows profile on the workstations.
After that it all worked again.
Type: Posts; User: Pieter van Dieren
Hi Frank,
We never really found the cause of the problem, but it's solved by rebuilding the Windows profile on the workstations.
After that it all worked again.
Hi Marco,
Yes, I've been thinking about that too. :)
Thanks for the feedback.
I don't think it is related, but just to be sure:
Yesterday I had a customer with issues as well. I noticed it all worked once and after that not anymore. At a certain...
-- wrong reply --
Hi Frank,
Thank you.
This does confirm my suspicions.
If you find anything, please let me know.
I will do so too obviously.
Thanks.
I'll look into this.
Didn't even know this (about the TWAiN driver).
We need that to.
So we would have to create a separate 32 bit program that handles the TWAIN communication I guess?
Hence my question: how are you all doing this?
I can imagine that controls that integrate explorer like functionality can also be made by yourself using CodeJock stuff.
But editing images would be...
Thanks, but that's not it.
I realize it's hard for you to come up with suggestions, but I just wondered if any of you had to deal with the same issues.
It might also be a glitch in Office or in the...
Thanks.
So you don't scan or show files (like Explorer) in your programs?
Error message:
Unknown error. Error code: 0x800706ba
Followed by the usual:
Error message:
Attempt to use object before it's been initialized, pvComObject is NULL.
I just can't figure out...
We still heavily rely on ActiveX controls for certain taks.
Examples:
Scanning documents (Dynamic Web Twain)
File/Folder viewer (Shell MegaPack)
Image editor (ChestySoft)
PDF viewer/exitor...
We've integrated Office in our program via COM.
We're still using the WordMerge sample I downloaded somewhere here ages ago.
1 of our customers gets to see COM errors on certain machines. Others...
Hi,
Take a look at: PDF view component as Delphi VCL, OCX and .NET (wpcubed.com)
This control comes with a separate DLL with which you can print PDF files. It accepts many paramaters to do a...
Hi,
For viewing PDF's we use: WPCubed: PDF, RTF, DOCX, XML development controls
For viewing/editing images we use: csXImage - ActiveX control for image display, edit, Twain scan. (chestysoft.com)...
Sorry! :)
Hi Peter,
Thanks.
And to anwser your question: No, I never solved this.
Yes, I do too. But in this case the variable was mistakingly defined as a boolean instead of an integer and that's why I stumbled upon it.
And it didn't really make sense (at first).
What you say makes sense.
Thanks.
I understand and it's not something I normally do.
But even so I think it's a bit weird.
Especially because there's a difference between True and the older DfTrue.
This is a bit confusing...
14188
I stumbled upon this because of this type of expression.
Note: This is an example. In the original code I accidentally used a boolean instead of an integer,...
Maybe this is not such a bad idea.
I could create a simple second site in IIS which shows a message that the site is being updated and then switch to that by changing the bindings.
This also would...
Hi Wil,
Thanks.
We've thought about this and I will do this.
But the biggest problem is the visitors that reach the site by this particular link.
Even though I changed the index.html, the...
What is the best way to update a webapp that's already up and running?
What I do now is:
Rename index.html and replace it with an index.html with a notification.
When ready, replace it back...
I care. ;-)
Thanks!
For whatever reason our line of code Move (getkeyState(VK_CAPITAL)) to bCapslock stopped working all of a sudden (since a week or two).
Get_Key_State VK_CAPITAL to bCapslock...