Questions about CREATOR

Fred.Stephenson Fred.Stephenson at communication-unltd.com
Sun Oct 26 17:12:16 CST 2003


>I'm having trouble re-opening a database that I've saved.  I'm certain that
>my problem is that I'm not using the .Creator property correctly. (Maybe
>it's just late -- I'm heading to bed after I send this note.) Here's the RB
>code.
>
>To create the database, I'm using
>   myDB = new goDB
>
>   f =  getsavefolderItem("gdb","TestDB")
>
>   mygoDB.schemaversion = 1
>   mygodb.creator = "goDB"
>
>
>   if f <> nil then
>     rc= mygDB.create(f,1,4*1024)

Above ^^^^^^^^^^^^^^^^

shouldn't that read mygoDB.create, everywhere else you're using 
'mygodb" apart from there ??


all the best

Fred


More information about the Valentina mailing list