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 TouchToneTommy 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: *

  • Users: ITdev
  • Content: Threads
  • Order by date
  1. ITdev

    Can't figure out this left join SQL query

    Hi, I have been beating my brains on this query and can't get it to work. tblItem has the field with id as the primary key id name 1 A 2 B 3 C tblCustom has the field (both field are foreign keys) itemid sideid 1 15 1 17 2 15 3 16 tblSide has...
  2. ITdev

    FTP: Error opening data socket

    Hi, I just set up IIS on a win2k server. I have a router which has nat. I got that to work, logging in is fine. When I upload something to FTP server from a client PC, I get an error "Error opening data socket"... "Can't send command" I use CuteFTP to log in from the...
  3. ITdev

    DataGrid Column Design

    Hi I am trying to get my DataGrid column to display vertically instead of (default) horizontally. Does anyone know how to do this or know of another control I can use. Thanks in advance
  4. ITdev

    System resource exceeded

    I have a VB project using an MS Access DB of about 75 MB, and with a dozen or so tables. I installed the projects' exe file on Windows 98 se machines, and the db on a Win2K Advanced Server. When I run the progam, the I get an error immediately as I try to open the DB's ADO Active Connection...
  5. ITdev

    Can't print report due to "Access to report file denied." message

    Hi, I am using Crystal Reports 8.0 which directly connects to Access 2000. I am opening the report through visual basic 6.0, Crystal Reports Control(crystl32.ocx). The program I am working on requires multiple of reports with different ranges. In the begining the report preview worked fine...
  6. ITdev

    Eliminate or bypass parameter prompt through VB code?

    Does anyone know how I can stop the parameter prompt from appearing through Visual Basic? I am passing parameter values through the paramter fields but don't want the parameter prompt to appear. Thanks in advance.
  7. ITdev

    How do you close word after printer finish or find printer status?

    Hi, I am trying to quit a newly created word document after setting the document to print. Problem is that I get a error message that the print will cancel if I close the word document. How do I code it where I can close the word document after the print end? Here's a sample of my code...
  8. ITdev

    How do you find printer status?

    Hi, I am trying to quit a newly created word document after setting the document to print. Problem is that I get a error message that the print will cancel if I close the word document. How do I code it where I can close the word document after the print end? Here's a sample of my code...
  9. ITdev

    How do I print to multiple printers?

    Hi, I am developing a POS system where I need to send drink orders to the bar and food orders to the kitchen. There are two different printers where the orders are sent to. I would like to know if anyone has any suggestions or know of a website I can research how to do this. I appreciate any...
  10. ITdev

    Return Vscrollbar to default

    Hi I am having problem setting the vscrollbar back to the top without physically moving it. I am trying to add this to my form deactivates so that every time I open the form it refreshes itself. I appreciate any help. Thanks in advance.

Part and Inventory Search

Back
Top