> gMyDB = new(xtra"VDataBase", #kLocal)
> gMyDB.open(the moviepath &"db\database.vdb")
> gMyCursor = new( xtra "VCursor", gMyDB.Ref, sql)
> recno =gMyCursor.recordCount
>
> {Script error: Property not found #RecordCound}
Did you check, if gMyCursor was a valid object?
Greets Tsch.
---------->
on stopMovie
mRemember gRealLife
updateStage
no end