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 IamaSherpa 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: *

  1. albertaguilar

    Using LIKE with single character wildcard

    You cannot use wildcards in the middle of the criteria string, only at the end or at the beginning and the end. The following sentence is from the Microsoft ADO 2.6 help file (ado260.chm). you can get this file if you download the Microsoft Data Access Components SDK. You can find it at...
  2. albertaguilar

    Maximize an explorer window on load?

    You can also try with this script placed into your &lt;HEAD&gt; section:<br><br>if (top.frames.length!=0)<br>top.location=self.document.location;<br><br>self.moveTo(0,0)<br>self.resizeTo(screen.availWidth,screen.availHeight)<br><br>I've tested it with NS 4.x and IE 5.x and works just fine.

Part and Inventory Search

Back
Top