Back to SPR List Previous Next
New databases are not fully Initialised.
Minor Closed - Fixed Found:2002.20.36 02 DEC 2004 Fixed:2002.20.37 03 DEC 2004

DETAILS
 After creating a new database you need to initialise it before you can do
 certain things. For example add data via the spreadsheet or use a database is
 block.

 Any retrieval update will initialise the database, as will running a data
 entry form. The update does not have to add any data.
EXAMPLE PROGRAM
 RETRIEVAL UPDATE NOAUTOCASE
 BEGIN
 END BEGIN
 END RETRIEVAL
WORKAROUND
Run the example program to initialise the database.
Back to SPR List Previous Next