wwBusinessObject::Find

Return .T. or .F. if a SQL search expression (a WHERE clause essentially) can be found.

Only the first item found is returned so you probably want to reserve this for known lookups of unique items.

By default the method sets the .oData member unless the llNoDataMember parameter is set in which case the .oData member is left as it was.

o.find(lcFilter, llNoDataMember)

Return Value

.T. or .F.

Parameters

lcFilter
WHERE clause filter expression

llNoDataMember
If .T. won't set the .oData member and only returns .T. or .F.


See also:

Class wwBusinessObject

© West Wind Technologies, 1996-2022 • Updated: 02/01/19
Comment or report problem with topic