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 Mike Lewis 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: JPBURBE
  • Order by date
  1. JPBURBE

    ADO CONTROL

    using an ado data control, how can i get it so that when i edit a record and hit save, it adds a new record, doesn't edit the old one but adds a new one?
  2. JPBURBE

    DT PICKER

    Using a date picker how can i set it to default to the system date evberytime the program is entered. Automatically add 1 month from the date selected and input it to another dtpicker....and send it to a database? Thank you in advance Boulay
  3. JPBURBE

    DIRECTING OUTPUT

    Is there any way to direct the ouput from a VB6 program to a printer that is located on the server and not in the list of printers?
  4. JPBURBE

    Automatically Generate

    Is there any way under a command button, to have a form generated with textboxes & labels, etc? I am planning on using variables to pass the info for the labels.....any ideas anyone? I know i could do it manually but would prefer to have it generated for me......Thanks in advance
  5. JPBURBE

    Print to File

    I have a vb app that takes data that is entered by a user, writes the data entered to a PDF file. I want to be able to print that PDF file to any printer on the server. I am trying the CopyFile command. this works, somewhat, it prints where i direct it to. The only problem is the PDF file is...
  6. JPBURBE

    Print to File

    The user doesn't want to use the print dialog. They want it all to happen from the click of a button
  7. JPBURBE

    Print to File

    Is there any way to print to file in vb?
  8. JPBURBE

    Postscript Conversion

    Is there any way to convert a file to postscript in vb before sending it to the printer?
  9. JPBURBE

    PCL in VB

    hey Jorgen2 if you get this figured out can you email me the code you used....i am trying so far without luck.... thanks pat
  10. JPBURBE

    PCL in VB

    go to www.jspayne.com/io/ascii2hex.html
  11. JPBURBE

    VB Printing

    the document is printing....i guess what i am asking is: is there a way to get the document to change to postscript before sending it to the printer? is that what you described in the above message? not to sure how to do it...help!
  12. JPBURBE

    VB Printing

    I am trying this to print a PDF file to a specific printer over a network.....it works great for text files but when i try it with PDF files it just prints out as garbage..It prints the file where i want but the PDF document isn't ledgible.....the pdf image does not show up.....just the text...
  13. JPBURBE

    VB and PCL

    How can i retrieve the data that is sent back from the following? Private Sub Command1_Click() Dim fnum As Integer, s As String, t As String fnum = FreeFile Open "lpt1" For Binary As #fnum s = Chr$(27) & "%-12345X@PJL DINQUIRE RESOLUTION " & Chr$(27) &...
  14. JPBURBE

    sending PCL to Printer

    How do you send PCL codes to the printer?
  15. JPBURBE

    PCL

    How do i send PCL codes to the printer from VB
  16. JPBURBE

    PCL in VB

    Does anyone know how to use PCL in a visual basic program? here is the PCL i want to use but i don't know how to incorporate it into VB..... <Esc>%-12345X@PJL INFO PAGECOUNT <Esc>%-12345X thanks Patrick
  17. JPBURBE

    PCL/PJL

    Is there any way to use PCL/PJL commands in VB? I need to change the paper bin using PCL commands. Help please Thanks Patrick
  18. JPBURBE

    winsock

    thanks dave, my email address is JPBURBE@hotmail.com
  19. JPBURBE

    Winsock or internet transfer control

    what is your email address and i will......if you don't want to give it so everyone can see it mines JPBURBE@hotmail.com
  20. JPBURBE

    Winsock or internet transfer control

    would i do all this under one command button? Never used this before not sure how to work it...the only example i have is about an email.

Part and Inventory Search

Back
Top