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...
Type: Posts; User: Pieter van Dieren
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...
-- Not anymore --
Hi Mike,
I found the cause.
See my reply.
Problem solved.
I noticed the following at a customer:
- On the RDS server dbExplorer crashed
- On the Domain controller it ran well
But I also noticed that the domain controller showed this...
Hi Hans,
Thanks.
I'm a little reluctant to simply replace this dll on the servers of our customers.
Besides that, when I do a search I find more than one dll.
Hi,
On the servers of a few customers dbExplorer 19.1 won't start.
When you start it, it appears for a second or 2 and then crashes without warning.
The eventlog shows this:
Faulting...
I found the cause yesterday....
This WebApp communicates via WebServices with another WebApp.
It only should communicate after the user has logged in, but it tried to send a certain message too...
Did not do that yet; we're going to look into that.
"Interesting" is not exactly how I am calling this right now... ;-)
Afraid so.
I've already tried to create an "empty" login view in which nothing happens; same error.
So it must be...
Hi Peter,
Yes, the mappings are correct. If they wouldn't be, the WebApp wouldn't even start.
Mappings:
13358
Modules:
13357
Hi Mike,
Oh, that mappings. I misunderstood.
Yes, those are correct.
After the error message you can see that the WebApp starts, so it basically runs. The error returns whenever we do something...
Hi Michael,
I'm not sure what you mean with that?
I found this as a possible solution, but unfortunately it didn't work for me.
https://stackoverflow.com/questions/9854602/asp-net-web-api-405-http-verb-used-to-access-this-page-is-not-allowed-how
...
Tested that, it's not the firewall.
Note that an older version of this website ran fine on this server in 19.0.
We migrated it to 19.1 and improved some things. It runs ok on the development PC but...