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...
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
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
----...
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...
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 =...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.