Quote:
Set Cn = CreateObject("ADODB.Connection")
End Quote
<%
Set Cn = SERVER.CreateObject("ADODB.Connection")
Set Rs = SERVER.CreateObject("ADODB.Recordset")
%>
before <html> you can use
<OBJECT RUNAT=SERVER ID=cn PROGID="ADODB.Connection"></OBJECT>...
timer1.enabled=false
timer1.interval=50 'or whatever
in textbox_lostfocus()
timer1.enabled=(textbox.text="")
end sub
in Timer1_Timer()
if val(textbox.tag)=10 then
textbox.tag=0
textbox.backcolor=white
exit sub
end if
if textbox.backcolor=red then
textbox.backcolor=white...
try # between the dates
strQuerySql = "SELECT distinct * FROM ChillTemp where Date = #" & testdate & "#"
®od
--------------------------------------some Music?
http://www.artistlaunch.com/silverside
With Dialog
.CancelError = True
.Filter = "File Types (*.doc)|*.doc|All Types (*.*)|*.*|"
( .Flags = cdlOFNHelpButton Or cdlOFNExplorer)
.ShowSave
if err=0 then
strThisFile=.FileName
endif
end With
®od
®od
--------------------------------------some Music...
...does,
but if you just want to copy files:
strFromPath ="C:\somewhere strToPath ="D:\ToSomeWhere
strFile = Dir$("*.*")
Do
If strFile = "" Then Exit Do
Err=0
FileCopy strFromPath & strFile, strToPath & strFile
'-- use...
create a temp table a copy but with the new size for
that field.
copy data to this temp table.
remove/rename the first table.
rename temp to the first tables namn
you can do this in code.
®od
--------------------------------------some Music?
http://www.artistlaunch.com/silverside
nah, you have to make one
form
frame
picture
whatever container there is
and .Caption =" Go to Lunch :-)"
®od
--------------------------------------some Music?
http://www.artistlaunch.com/silverside
at MSDN the only 'help' is here
http://support.microsoft.com/default.aspx?scid=KB;en-us;186063&
--------------------------
could it be a invalid/missing reference ?
®od
--------------------------------------some Music?
http://www.artistlaunch.com/silverside
try VB Resource Editor, enable it from the Add-In Manager
®od
-----------------------------------------------------
some Music?
http://www.artistlaunch.com/silverside
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.