HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Fri, 05 Dec 2003 07:04:58 GMT Connection: close Content-Type: text/html
What does this mean?
i'm just testing a simple Perl Script
this is the code in my .shtml
<HTML>
<TITLE>Test File</TITLE>
<body>
<!--#include...
what is the syntax of including asp page into html page?
i try to include this before the <HTML> tag
<!--#include file="HitsCounter.asp"-->
but nothing happen
Sample of Storing and retrieving image
'BeginAppendChunkVB
Public Sub AppendChunkX()
Dim cnn1 As ADODB.Connection
Dim rstPubInfo As ADODB.Recordset
Dim strCnn As String
Dim strPubID As String
Dim strPRInfo As String
Dim lngOffset As Long
Dim lngLogoSize As Long
Dim...
how can i do this...
i have this product report where list of product are displayed. i want the picture of each product to be included in my report.
only the picture path is saved in the database..
im using vb.. and field definition report
try this..
SELECT *
FROM tSTATS st
inner join tMEMBERS mem on st.FAMILY_ID = mem.FAMILY_ID
left join tStudents s on mem.FAMILY_ID = s.FAMILY_ID
WHERE PAID_STS='Y' and LIST_STS='Y'
skippypaul
try this code...
Private Sub Text1_KeyPress(KeyAscii As Integer)
Select Case UCase(Chr(KeyAscii))
Case "A" To "Z", Chr(vbKeyBack), Chr(vbKeySpace) 'Allowed
Case Else
KeyAscii = 0
End Select
End Sub
hope i help you... [pipe]
Tholits
the most basic way is to use the GotFocus of the controls..
Declare a module level variable which where you will store the name of the control.
Set the name of the control in this variable in GotFocus event of all the controls.
Use this variable to know which control has the focus
Ex...
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.