Valentina - RunRev

william humphrey bill at bluewatermaritime.com
Tue Sep 21 13:07:34 CDT 2010


Warren

I call the database open stuff  in an open card handler.  I learned
that was important cuz you only want to do it once.  Also I run this
after open:


function ShowStatistic

   put VDatabase_ErrNumber(gDatabase) into field "IsErrorField"
   put VDatabase_Path(gDatabase) into field PathField
   put VDatabase_Name(gDatabase) into field DbNameField
   put VDatabase_IsOpen( gDatabase) into field IsOpenField

end ShowStatistic


More information about the Valentina mailing list