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!
Rephrasing my question: What I mean is I have already inserted PrevInstance in my VB Application.
Private Sub Form_Load()
If App.PrevInstance Then Unload Me
End Sub
When compiled, add .exe to the scheduled task that runs everyday and closes after completing a process.
However...
Hi!
Yes. Already tried PrevInstance. It seems that the command does not work in Microsoft Scheduler. Is there any other way to trap duplicate instance?
Thanks.
Ann
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...
Thanks Aslamvs!
I've copied shortcut.exe and used it to create a shortcut in my application. However, If the desktop path is not specified, .lnk is created in default drive or c:\. Problem is that once another user is going to log, desktop path changes. Would you know a way that I can define a...
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...
The same happens when I use word or excel as a destination.
Time problem if we upgrade. Is there any way that we could just add or change our command line?
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...
ORpt.ExportOptions.FormatType = 4 '### Disk
ORpt.ExportOptions.DestinationType = 1 '### Rich Text Format
ORpt.Export False
We'd already tried this but still doesn't suppress the export option dialog box <contains number of pages to export>.
We have used Crystal Report Ver7 to design reports...
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.