On May 01, 2006, at 8:52 PM, Charles Kelley wrote:
A few minutes after I posted the response above, I tried the following code and built an application instead of running it under the aegis of the IDE, i.e., Project -> Run.dim SDB as REALSQLDatabase SDB = new REALSQLDatabase if SDB.error then MsgBox "Your error was " _ + Format(SDB.errorCode, "-0") else MsgBox "No error was made." end if // SDB.error?In the built application, no error is generated, but in the IDE it is.
I took your code (no changes) and stuck it in the action event of a bevel button n a window in 2006r2 and I get "No error was made"
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
