Hi, Folks
I would like to add an addon to print Manager which runs as a service to interrupt all print jobs and ask the user to enter a project code before printing. Once code is added, I would like to save the data in a text file or a db. I have no idea whether this is possible with VB but I...
Hi, All
I have been given an Exchange server 5.5 which had crashed and had not been backed up. Somebody re-installed Exchange in a new hardsik, and I have found the old databases on another hard disk. How can I import them if they were not backed up in the normal tape method?
I have users who may wish to open reports directly out of the interface, in which case the reports with parameters in the query (paramters are entered in a from) give an error message since the report was not call from the form, and so the form may not be open. is there a way to check if the...
I have users who may wish to open reports directly out of the interface, in which case the reports with parameters in the query (paramters are entered in a from) give an error message since the report was not call from the form, and so the form may not be open. is there a way to check if the...
I have Exchange 2000 and Outlook XP. In outlook 200 there was a way to change the default address book from Global Address to All Users or Contacts. Is there a way in Outlook XP to do so? As of now, I have to scroll down a large list to get to my Local users.
In this extract from my projects ARGS is a variable with value = "19,36"
Dim ProjID As String, ActID As String
Dim i As Integer
' Parse ProjID
i = InStr(1, args, ",")
If args <> "" Then
ProjID = Left(args, i - 1)
End If
When I get to...
My background is foxpro where it is easy to find a minimum of a set of values. I would like to know how this is possible in VB:
I have 3 variables out of which I want to determine the one holding the minimum value. In foxpro, there is an inbuilt fuction min(var1,var2, var3). Is there a similar...
Can someone tell me why this would not work? I have a crystal report with one parameter that I needed to pass to crystal from VB. The two declarations are in my general.
I also tried this which did not work
crReport.ParameterFields(1) = "'Sector ID';para;TRUE"
Dim crsapp As...
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.