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 wOOdy-Soft 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: WTL
  • Content: Threads
  • Order by date
  1. WTL

    Stored Proc returning Recordset?

    Hello and thanks for your input<br><br>I've written a sp like this <br><br>create proc sp_myproc (@value1 int,@value2 int)<br>as<br><br>INSERT titles (value1,value2)<br>VALUES (@value1,@value2)<br><br>-- followed by<br><br>SELECT * FROM titles<br>return<br><br><br>/* I would like to return the...
  2. WTL

    Using Hex

    Why are values sometimes assigned to variables in Hexadecimal. 0xFFFF? What is the benefit of this?<br> <br> Thanks for the response.
  3. WTL

    Setting default value in Pull Down from another page??

    Thanks for considering this<br> <br> I need to set the value of a pull down from another page.<br> <br> I would like to use something like this:<br> <br> href=&quot;/newPage.asp?value=2&quot;<br> 'global var in newPage<br> m_value = Request.QueryString(&quot;value&quot;)<br> <br> 'pull down id =...
  4. WTL

    how do I create a 'Splash Screen' like VC++ start up screen

    Hello and thanks in advance for considering my question<br> <br> I would like to display a splash screen that displays when my program starts, just the like the one seen when starting the VC++ IDE. <br> <br> Any advice or example on this is greatly appreciated.<br> <br> Best Regards,<br> <br> Andre

Part and Inventory Search

Back
Top