wwBusinessObject::oData
Data member that receives all of the field names as property values.
Example
foxpro
foxpro
loBus = CREATEOBJECT("cCustomer")
if (!loBus.Load("_4FG12Y7UD"))
RETURN .F.
ENDIF
loBus.oData.Company = lcCompany
loBus.oData.Updated = DATETIME()
loBus.Save()
See also
Class wwBusinessObject© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic