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 Mike Lewis 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. acsmith

    MDAC Issues ??

    what error messages are you getting?
  2. acsmith

    Calling a sub procedure from a different frame

    to call a sub from a different frame you just qualify the sub name with parent.framename. For example, if frame 1 was named Frame1 in the frameset, to call dologin from frame2, you would say <br> &lt;script language="vbscript"&gt;<br> parent.frame1.dologin("some text")<br> &lt;/script&gt;
  3. acsmith

    Help with FlexGrid

    set up an odbc driver to point to the dbase file.link the flexgrid datasource to a data control. set the datacontrols default type to UseODBC, and put the dsn of the odbc driver in the databasename property.

Part and Inventory Search

Back
Top