Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: WorkrAnt
  • Content: Threads
  • Order by date
  1. WorkrAnt

    Pull a Vbscript object into a Javascript function??

    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...
  2. WorkrAnt

    Show me how to throw a ADODB.recordset field into a variable

    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...

Part and Inventory Search

Back
Top