Hi Keith,

> sGenrePath =
> oFormDetails.getColumns.getByName("Categores_filename").getString

Checking oFormDetails like this should do:
  If Not ( oFormDetails.isBeforeFirst() _
        Or oFormDetails.isAfterLast() _
        Or oForm.IsNew _
         ) Then
    ...
  End If

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [email protected] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to