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 strongm 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: sindhufire
  • Order by date
  1. sindhufire

    ASP form to SMS

    If you got the solution, please inform me ;( I'll be very thankful
  2. sindhufire

    Comma after values when submitting

    If there are two check boxes with the same name, and you've selected the both, then the submitted value will be Val1,Val2. because both boxes are checked.
  3. sindhufire

    How do I close a running program?

    It's usefull for windows developers!
  4. sindhufire

    ADO Recordsets - More than one open at a time??

    you can have multiple recordsets opened at anytime objRS1.open objRS2.open objRSN.open
  5. sindhufire

    'First' is not a recognized function name

    jump to the first row (if there ARE more than one records exists) and then execute the SQL statement may be the following will help you. sSql1 = "SELECT clid, clLoanNo FROM client whERE (((clRegion)='" & region &"') AND ((class)='Active' )) GROUP BY clLoanNo ORDER BY...
  6. sindhufire

    Which code editor do you use?

    i use DreamweaverMX for color coding, UltraDev when to using server-side programming and VB's reference viewer to view the Methods and Properties of an API. All these are best in its nature and work :)
  7. sindhufire

    Create Excel file for download

    use the Office API to create an ExcelBook. visit: thread333-147841 will surely solve your problem.
  8. sindhufire

    Which Is best - Fixed DSN or DSNLess??

    I would like to vote for DSN-Less connections, bcoz it doesn't need to configure the DSN settings again and again. DSN-Less connection finds its path and comes in action while DSN needs to configure the username and pass etc. but it's true that DSN connections are more secure.
  9. sindhufire

    ActiveX does not support this property or method

    why did you put an "_" after funciton name? Call doUpdate_(sPath, nSiteID, iBillItem, sServerName) try removing

Part and Inventory Search

Back
Top