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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DWalto

  1. DWalto

    Removing menu bar from IE6

    This may help, I need to startup a new window with no menu/toolbar. This is the function I call. <script LANGUAGE=&quot;JavaScript&quot;> function new_window(url,link) { link = window.open...
  2. DWalto

    Problem when loading ComboBox list at Runtime

    If you set the Property value Sorted = True that should do it.
  3. DWalto

    Reading characters

    Are you going to enter using five text field or one. If one you can break the text into diff values. dim lng1 as long dim lng2 as long dim lng3 as long dim lng3 as long dim lngTot as long lng1 = val(mid(text, 1, 1)) lng2 = val(mid(text, 2, 2)) lng3 = val(mid(text, 4, 2)) lng4 = val(mid(text...
  4. DWalto

    Get my form variables on Crystal Report 8.5

    This works with crystal 6.0 rpt_BRL.Formulas(1) = &quot;ReturnBy = 'Please review and return by: &quot; & _ Format(DateAdd(&quot;d&quot;, 10, Now()), &quot;MM/DD/YYYY&quot;) & &quot;'&quot; ReturnBy is a formula field in my crystal report
  5. DWalto

    VB5, CR6 and Cannot Find SQL Server with Subreports

    Im having the same problem in the same environment, but My app runs fine over our test database(where I created the report), when I change it to run over the production data I get the same 20559 error your getting. If you find a way to fix this I would be interested. Thanks

Part and Inventory Search

Back
Top