Questions about CREATOR

chuck hinkle chuckbo at hinkles.us
Sun Oct 26 11:42:02 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
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
> 



A typo from trying to simplify the example. But the problem persists.



More information about the Valentina mailing list