Here is the problem:
I tried creating a Public Type in a module and then pass it into a TagVariant (Variant Data Type) on another control, however, I got an error that says I cannot do this unless it is part of a Public Object Module. So what is a Public Object Module, as I could find no...
Thanks for the attempt, however, I cannot use the Word version because that is dependant on WORD actually being installed and the system that my application will be running on will not have Word installed. Do you know of any other way in which I can name the Doc Name in the printer spool...
How are you Printing your document??
If you are using the Printer object in Visual Basic all you have to do is prompt the user for the infomation before you call the printer.enddoc. Otherwise just call the prompt for the information before you start the print, would that not also work? If not...
Hello, I am using the Printer object in visual basic 6 and am currently trying to get the document to appear with a name rather than always showing up as Visual Basic Document in the window print spool. Is there any way to set that name in VB???
I have captured the TAB keypress using a windows API command, however, I do not wish to have this command called as soon as I load the control (because sometimes it is loaded with a TAB press). Therefore I am wondering how to clear the windows keyboard buffer in order to eliminate all keys...
hello i have writen a utility that converts a WORD file that i have made in my program into a lower format of word, so that it can be imported into WORDPERFECT 8.0. However, occassionally i get an error called Automation error when i fun this code.
Dim conv As FileConverter
Dim i As...
One of the problems that i can tell already is that when you specify the field in the database you also have to tell the query what table it is coming from (tablename.fieldname = cbocat(1).text)
In regards to your first question:<br> when you populate the recordsource for the RECORDSET write an query that sorts the contents alphabetically.<br><br>For example:<br>data1.recordsource = "SELECT * from [" & tablename & "] ORDER BY [" & fieldname &...
Yes I have checked the obvious stuff. And yes i did download the most recent version of the driver available for the printer. The only other thing i forgot to mention was that it was on a network, however, i don't think that should have made a difference.
I've tried to use the printer.paperbin object to change the paperbin that I print out of, so that i can switch paper color and put seperator sheets in, however, it doesn't work for my printer. I have the Xerox N40 printer and have had no success in geting it to work.. The only option...
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.