AdoShapeServer:ClearRelation()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoShapeServer Class >

AdoShapeServer:ClearRelation()

Previous pageReturn to chapter overviewNext page

Purpose

Clear relations to Shaped DatSet Child Servers

 

Prototype

METHOD ClearRelation   (  symField )     CLASS AdoShapeServer</text>

 

 

Argument(s)

symField        (Optional) Field name of the field that defines the relation.

 When omitted or of wrong type all relations are cleared.

 

 

The server will send a NOTIFYCLEARRELATION to the child/children. This will automatically reset the children to show all records and will send a NOTIFYRELATIONCHANGE to all their children.

 

 

Return

LOGIC         TRUE when succesful, else FALSE

 

 

See Also

AdoShapeServer, AdoShapeServer:SetRelation()