SAGE DATA OBJECTS > C#


sage line 50 sage line 100 sage line 50 training 50 line pos sage sage line 50 financial controller 100 line sage software 50 line sage software training 50 accounting line sage software sage line 50 software sage line sage line 50 training course 50 controller financial line sage v12 sage line 50 note 100 50 line sage 50 cheap discount line sage Searches done in April 2006 Count Search Term sage software sage accounting software sage payroll software sage software inc 100 line sage software 50 line sage software training act sage software sage payroll software training sage software training 50 accounting line sage software sage software mas 90 sage line 50 software accounting sage sales software sage payroll software course sage account software discount sage software sage accounting software uk sage book keeping software form sage software sage line50 software C# .NET Visual Basic .NET VB.NET Component OCX DLL Return to Sage Data Objects for .NET homepage SDOLinkedSubFile Object

SDOLinkedSubFile Object

Methods and Properties

The SDOLinkedSubFile object represents the linked list files that themselves contain linked lists such as HEADER.DTA and SPLITS.DTA. It is derived from SDOLinkedFile and inherits all of its properties and methods including those that SDOLinkedFile itself inherits from SDOFile.

When a SDOLinkedSubFile object is opened directly it is immediately positioned to the first record in the file. The Fields collection of the file will then return the data of this current record. You can then use the MoveNext, MoveLast, MovePrev and MoveFirst methods to navigate the whole file.

If a SDOLinkedSubFile object is returned as a result of another objects Items property or Link method then the MoveNext, MoveLast, MovePrev and MoveFirst methods will navigate the originating object's items.

For example, the Items property of the HeaderData object returns a SDOLinkedSubFile object representing the splits for that header record, using the MoveNext, MoveLast, MovePrev and MoveFirst methods on this link would navigate through the specific splits for that header.