Maybe you've solved your problem. If not, try giving the ASPNET account write permission to this folder when you're running IIS 5.x. Under IIS 6.0 give the NETWORK SERVICE account write access.
I'm using Crystal Reports 9 with SQL Server but the solution might help you as well.
I write the picture to the database using ADODB.Stream. In the CR report I select the image (blob) to show on the report.
I have a lot of pictures so I don't want to store them in the database. At runtime I'm...
I had a similar problem when the customer switched to Windows XP. Printing to A3 was no problem on Windows 98 but with the new printerdriver it was not possible anymore (A4 was not a problem).
The problem was due to the fact that the parameters for paperbin and papersize were changed with the...
It seems you're missing a necessary file. I'd first try Dependancy Walker. See http://www.dependencywalker.com/ and http://www.mozilla.org/quality/help/dependency-walker.html
It seems that the only way is to use sendkeys (i.e. SendKeys "P", True) after invoking the Start menu. But you'll have to know the menu structure. Because there can be more menu items with the same letter as shortcut and the menu may differ depending on the locale.
Add the Microsoft Winsock Control 6.0 (MSWINSCK.OCX) to the list of components. Place the component on your form and tell the component to listen to a port you specify (1000 in this example):
with winsock
.Close
.LocalPort = 1000
.Listen
end with
Yes, you are right. However, reading the article gives a better understanding of the possibilities and caveats. And, as far as I remember, MS does not support and distributes the ocx anymore.
You'll find an interesting example of how it's done in VB6 at http://ghp.dwakn.com/content/ghpwizard. The whole logic is placed in an ocx control, so it might be usefull in Delphi also.
It can be done. Here's a sample project: http://www.visualbasicforum.com/showthread.php?t=10518&highlight=Heaven+Hell
You only need to register to this forum.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.