Sorry if I accidentally post a blank message.
Try this:
<%If not Rs.EOF then%>
<marquee bgcolor="#000000" border="0" align="middle" scrollamount="2" scrolldelay="90" behavior="scroll" width="100%" height="16"...
1. On the connection you need to specified the database name and table name:
Set mCon = "DSN=yourDSN;DataBase=yourDB"
2. On the Recordset need to have the query string:
mRecord.Open "SELECT * FROM yourTable", mConn(Active Connection)
Try that tvuong@kempercm.com...
Hello all, I have a question.
On WINNT, when you hit CTRL + ALT + DEL it pops the WINNT Security form. In that form, there is a button "Change Password".
I wondered is there a way that I can show my custom form instead of WINNT default "Change Password" when user click on...
Hello all, I have a question.
On WINNT, when you hit CTRL + ALT + DEL it pops the WINNT Security form. In that form, there is a button "Change Password".
I wondered is there a way that I can show my custom form instead of WINNT default "Change Password" when user click on...
Hello all, I have "c:\MyDll.dll" and class name is "GetData"
How can I set the object "GetObject("Path", "Class"), i have try "Set A = GetObject("C:\MyDll.dll") and it doesnot work, it said path not found.
thanks
Hello I have a problem when try to use the "Remote Data Service (RDS)", error: "Internet server error".<br>I created a VB Script (ActiveX Control) the will connect to the store procedure and return the records:<br>'Sample Codes:<br>Dim Rds as Object<br>Dim ObjComm as...
Hello guys,<br>I need help here.<br>How do we print the content of an ASP or HTML Page in Lanscape instead of portrait? Can we set page brake, too?<br>Thanks.
Let me exlain my problem a little more clearly.<br>
<br>
I have an activeX control that runs on the client machine and is accessed by a web application that my agency is developing. <br>
<br>
I have created a web cab file that is automatically downloaded from the web server running the program...
Let me exlain my problem a little more clearly.<br>
<br>
I have an activeX control that runs on the client machine and is accessed by a web application that my agency is developing. <br>
<br>
I have created a web cab file that is automatically downloaded from the web server running the program...
Hello My name is Thai Vuong, created an ActuveX control using VB6, flatform: Winnt 4.0.<br>
When I post it on the server running Winnt, it work OK, but the client site that are using win 95/98, I have problem.<br>
Error 430, "Class does not support Automation or does not support expected...
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.