Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Leviathan07

    What is a "Public Object Module"

    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...
  2. Leviathan07

    Naming Document In Printer Spool

    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...
  3. Leviathan07

    How do I interupt a windows print job?

    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...
  4. Leviathan07

    Naming Document In Printer Spool

    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???
  5. Leviathan07

    GetAsyncKeyState problems (??)

    Hello, I can tell you that I use the above function in WindowsME and Windows98 in my software and it works fine...no crash
  6. Leviathan07

    Clearing Windows Keyboard Buffer

    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...
  7. Leviathan07

    AUTOMATION ERROR!!!!!

    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...
  8. Leviathan07

    SQL statement

    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)
  9. Leviathan07

    sorting a DBCombo & prob with Datareports

    In regards to your first question:<br>&nbsp;&nbsp;&nbsp;when you populate the recordsource for the RECORDSET write an query that sorts the contents alphabetically.<br><br>For example:<br>data1.recordsource = &quot;SELECT * from [&quot; & tablename & &quot;] ORDER BY [&quot; & fieldname &...
  10. Leviathan07

    Printer Object In VB - How to Select Paper Trays

    Yes I have checked the obvious stuff.&nbsp;&nbsp;And yes i did download the most recent version of the driver available for the printer.&nbsp;&nbsp;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.
  11. Leviathan07

    Printer Object In VB - How to Select Paper Trays

    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.&nbsp;&nbsp;I have the Xerox N40 printer and have had no success in geting it to work.. The only option...

Part and Inventory Search

Back
Top