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. Imshaad

    Validation Summary shown in another frame

    Hi All, For my ASP.Net project, I have the common page with 3 frames, 1 for navigation, one for the actual page to be displayed when I click the Navigation links and a footer frame. I have made some validation using the custome validator and displayed the error messages in a Validation Summary...
  2. Imshaad

    Runtime Error 3146: ODBC call failed!!

    hi again, just to correct a mistake in the code: If Err.Number = 3146 While MsgBox("ODBC Failed",, vbRetryCancel)=vbRetry AND check = False Check Wend Resume End If
  3. Imshaad

    Runtime Error 3146: ODBC call failed!!

    Hi everybody, Could anybody help me out with this one: i am currently handling the error in the case where sql server is stopped in the middle of a process ----- If Err.Number = 3146 While MsgBox("ODBC Failed",, vbRetryCancel)=vbRetry AND check = False Check End If Wend Resume ----...
  4. Imshaad

    This Formula cannot be used because it must be evaluated later.

    Hi All, I have a problem with a report. The following message is shown :"This Formula cannot be used because it must be evaluated later." In the report we have a subreport that rerurns a value to the main report. In the main report when I try to use this value in teh Seleciton...
  5. Imshaad

    Hi All, I have a big problem rig

    Yes I have same version of Excel as on the Win2000.
  6. Imshaad

    Hi All, I have a big problem rig

    Hi All, I have a big problem right now. I have developed an application in Excel VBA. I have the following codes for connecting to another Excel Sheet Set cnConn = New Connection With cnConn .Provider = "MSDASQL" .ConnectionString =...
  7. Imshaad

    ADO with Win2000 and 98/ MSDASQL provider

    Hi All, I have a big problem right now. I have developed an apllication in Excel VBA. I have the following codes for connecting to another Excel Sheet Set cnConn = New Connection With cnConn .Provider = "MSDASQL" .ConnectionString =...
  8. Imshaad

    Disabling the X (close) button on a DialogSheet title bar

    Thanks all, it works great. Greetings from Mauritius.
  9. Imshaad

    Disabling the X (close) button on a DialogSheet title bar

    Can anyone tell how to diable the Close button or set it to invisible (like using the ControlBox = False in VB) on a DialogSheet?

Part and Inventory Search

Back
Top