Hi!
It seems that I've mistakenly deleted a file for Visual Interdev. I could not get an access to the Query Toolbar. I've tried adding a control through view menu then customize but this control is already existing accdg to the message. However, I could not see any query in the list.
Please...
Hi!
Help please! My VB application is running through Microsoft Scheduler. My problem is that there are times that the application is manually opened thus having duplicate instance - one in scheduler and one manually opened. How can I prevent this? I've tried using preinstance but it seems that...
Hi!
Help! There are some changes done in my application EXE<workstation> as well as DLL<server> (Three Tier). Unfortunately, re-packaging is not an option because the application is installed in 200 workstation and re-installing will be strenous.
Plan is to register the new <binary...
Here is a brief sample of my code.
ORpt.Database.Tables(1).SetPrivateData 3, rstCreateReport
ORpt.ExportOptions.FormatType = 4 '### Disk
ORpt.ExportOptions.DestinationType = 1 '### Rich Text Format
ORpt.ExportOptions.DiskFileName = vPathApplication ORpt.Export False
We'd already tried...
The application exports reports to disk. Everything works fine except that a dialog box appears that asks if you want to export all or certain pages. I would like to suppress this dialog. I thought that setting the export = false would do this but it does not. Here is a brief sample of my code...
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.