Hi all,
I am working on the project In ASP and I want to be able to create NT users and directory from with in my ASP page.
If that is passable can someone please point me the right direction? Because I don’t know where to start in making this happen.
Thanks
Kenneth
...the database get the last number from the database and add one to it so my form label will be form12 then i insert the content of form1 in a temp database and recall it from form2
xform1 = form1.txttext1.text
select * from tempdata where formID = xform1
Any Suggestion or is there a shorter...
I remove the brackets and i get another error
Invalid operation. (Error 3219)
I am using MS access2003 and was wondering if the problem is the database by using DAO as the data engine because when i connect directly to the database from within the form i don’t get any error.
Try this
*******************************
Dim ByteArray() as Byte
ByteArray() = Inet1.OpenURL("ftp://ftp.test.com/test.tmp" , icByteArray)
Then you can save the download file to disk as follow:
Open "c:\test.tmp" for Binary as #1
Put #1,, ByteArray()
Clase #1
I have some stuff like this in the pass my using session variables.
You will have to reading the information from the activex and then store it in session.
Just a suggestion
...Each forms have one text box “ text1,textt2,text3”
The first two forms have two command buttons.
Private Sub Command1_Click()
Form2.Show
End Sub
******************************
Form2 button
Private Sub Command1_Click()
Form2.Show
End Sub
And form three will have the save button that will save...
Hi all,
The company I’m working for have a three pages form that customers will complete, I want to build an application in VB6 using access2000 as the database so we can start storing the information on a database for easy access.
My question is and I will try and make it as clear as I can...
Hi all,
Quick question i have five forms and i just make another one and call it menu form and i want when the program startup the menu form startup as the default startup form. I just can’t remember how to change it.
Kenneth
...I am getting this error when using the insert into statement in VB6.
The data engine is DAO to connect to access2003 database.
I tries the select * statement and that work find.
My question to all is why it’s not inserting new record to the database?
Form
Option Explicit
Private Sub...
...select statement.
Please help
Frmtest
Option Explicit
Sub Form_load()
Dim rstest As Recordset
Dim sql1 As String
Call DataOpen
sql1 = "select * from personalinfo"
Set rstest = gdb.OpenRecordset(sql1)
End Sub
This is the code in the data Module
Option Explicit
Public gdb As Database...
Hi Joseph,
Sorry about that since i am from the old school i always refer to the top domain as PDC.
Yes there were two DC controllers and as i stated one go bad.
See the problem that i am having is that the other DC is running my exchange server and some of the service not working because they...
Hi all.
I am having a problem.
I have one PDC and two DC on my network for some reason the raid on the PDC go bad i rebuild it as the PDC.
My question is it synchronizes the PDC with the two DC servers?
And how can i get back all the user account back?
Thanks in advance
Hi all,
Quick question:
I have a from that update or insert new data, What i want is after inserting or update the information the form clear all the textbox.
Hi all,
Thanks for the help. It is working know i don’t know what i will do with out you guys.
I will be posting as time goes by because i will be doing VB stuff full time from know on.
Once again thanks.
PS: One more question I have a textbox on the form and I want it to show the time when...
Can some one please explane why this insert not working i am geting an error.Run-time error (-2147217900(80040e14)
Syntax error in insert into statement.
Private Sub cmdtest_Click()
Dim test As String
Dim oConn As New ADODB.Connection
Dim strSQL As String
Dim rsdb As New ADODB.Recordset
Dim...
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.