Re: [dba-dev] Strange behavior when loading a form using a macro.

2005-07-26 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew, 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, eEmpty) ' Variable NOT defined 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, oNull) ' Object Variable NOT set 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, NULL) ' Object Variable NOT set

Re: [dba-dev] Strange behavior when loading a form using a macro.

2005-07-26 Thread Andrew Douglas Pitonyak
Thanks! Frank Schönheit - Sun Microsystems Germany wrote: Hi Andrew, 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, eEmpty) ' Variable NOT defined 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, oNull) ' Object Variable NOT set 'oFormDoc = oFormDef.execute(sOpenMode, nCmd, NULL) '

[dba-dev] Embedded Database and User accounts and Schema's

2005-07-26 Thread Andrew Jensen
A few questions regarding User accounts and the embedded HSQL database engine? I suppose I can boil it all down to - Will they be supported or not? Here I am NOT talking about supporting concurrency or record locking - gotta let the folks at HSQL have at that first I suppose. I am just

[dba-dev] OOo driver for Embedded Data

2005-07-26 Thread Andrew Jensen
This is a similar question to one posed earlier regarding Crystal Reports but in broader terms. Are there currently any plans to implement either a JDBC or ODBC driver for access to the data in an Embedded database file? Thanks Andrew Jensen