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 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
Would it be easier to use the Internet transfer control? Here is what i am trying to do. Oracle sends data to a network card ip instead of the printer, i retrieve the data, bring it into a vb form, merge it with a pre-created pdf form, and send it to a fax machine..... Any ideas?
Can anyone explain to me how to retrieve data from an ip address? Oracle sends it to an ip address....vb using winsock picks it up and imports it into vb? Is this possible? Can anyone help?
How can i format a field so it has the following:
########-#
This is what i tried but it doesn't work!Help please
num = 999999999
numStr = new String(num);
newStr =
numStr.substring(0,numStr.length-1)+'-'+numStr.substring(numStr.length-1)
How can i select a printer to print to in NT 4.0 from my VB app? I don't want to use the default. i need to specify a printer because some of the users do not have a printer setup in their profile. Can anyone help?
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.