rp_data::newrecord

Exactly the same as the New command. Introduced so as to avoid command conflict in Languages in .NET

o.newrecord( llnonewpk)

Return Value

True or False


Remarks

This will place a blank record from the table into o.oData. If the property o.lcreateidonnew is set
to true then a unique PK will created and placed in the appropriate PK field within o.oData. It is identical
to the o.New() command but this method name will not cause conflicts with reserved commands
in .NET

Example

o.NewRecord()
This would place a blank record from the table into o.oData

See also:

Class rp_data


Last Updated: 23/11/2005