I am trying to pull the "Quantity on Hand" value in Vbscript into my Javascript function. I have tried everything and its not working. Please help... Thanks!
Code:
<%@ LANGUAGE = "VBScript" %>
<!-- #include file="db.inc" -->
<!-- #include file="config.inc" -->
if stage="" or stage=null then...
I want to find out the value of a single field in a sql stmt and put it into a variable for later use. I dont want to add, or update the table.
For instance....
Private Sub cmdCustomer_Click()
'Recordsets
Dim cn As ADODB.Connection, _
rcd0 As New ADODB.Recordset, _
fldDealerNo As ADODB.Field...
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.