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?
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
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
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...
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!
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...
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) &...
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
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.