dbFindRowByName( d_cellViewId t_name ) => d_rowId / nil
d_cellViewId t_name
d_rowId
Finds the specified row.
d_cellViewId
The database ID of the cellview.
t_name
Specifies the name of the row.
The database ID of the row when successful.
nil
The specified row does not exist in the given cellview.
Row Functions