FormObjectSet Class

The FormObjectSet class is a base class that provides basic functionality for working with the data sources for a form.

Syntax

class FormObjectSet extends Object

Run On

Client

Methods

  Method Description
Gg879258.pubmethod(en-us,AX.60).gif active Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.active method, which retrieves data from joined data sources when a user navigates to a new record.
Gg879258.pubmethod(en-us,AX.60).gif addNotifyHandler
Gg879258.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif create Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.create method, which creates a new record in the data source.
Gg879258.pubmethod(en-us,AX.60).gif cursor Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.cursor method, which returns the currently active record in the table that is referenced by the data source.
Gg879258.pubmethod(en-us,AX.60).gif delete Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.delete method, which deletes the record that is currently selected from the data source.
Gg879258.pubmethod(en-us,AX.60).gif deleteMarked Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.deleteMarked method, which deletes all marked records from a data source.
Gg879258.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif findRecord Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.findRecord method, which finds a specified record in the data source and makes it the current one.
Gg879258.pubmethod(en-us,AX.60).gif first Moves focus to the first record in a data source.
Gg879258.pubmethod(en-us,AX.60).gif formRun
Gg879258.pubmethod(en-us,AX.60).gif getPosition
Gg879258.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif id
Gg879258.pubmethod(en-us,AX.60).gif init Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.init method, which creates a data source query, based on the data source properties.
Gg879258.pubmethod(en-us,AX.60).gif initValue Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.initValue method, which initializes field values in a new record.
Gg879258.pubmethod(en-us,AX.60).gif last Moves focus to the last record in the data source.
Gg879258.pubmethod(en-us,AX.60).gif leaveRecord Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.leaveRecord method, which provides a notification when the user moves to another record.
Gg879258.pubmethod(en-us,AX.60).gif masterObjectSet Retrieves the master object set for the current object set.
Gg879258.pubmethod(en-us,AX.60).gif name Gets or sets the name that is used in code to identify a form, report, table, query, or other Microsoft Dynamics AX application object.
Gg879258.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif next Moves focus to the next record in the data source.
Gg879258.pubmethod(en-us,AX.60).gif nextPage Moves a specified number of records forward in the data source.
Gg879258.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif object
Gg879258.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif prev Moves focus to the previous record in the data source.
Gg879258.pubmethod(en-us,AX.60).gif prevPage Moves a specified number of records back (a positional change) in the data source.
Gg879258.pubmethod(en-us,AX.60).gif prompt Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.prompt method, which activates the SysQueryForm class that is used to limit a query range.
Gg879258.pubmethod(en-us,AX.60).gif refresh Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.refresh method, which updates the view of all records in the data source.
Gg879258.pubmethod(en-us,AX.60).gif refreshEx Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.refreshEx method, which updates the view of the specified record.
Gg879258.pubmethod(en-us,AX.60).gif removeFilter Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.removeFilter method, which resets the query for the data source.
Gg879258.pubmethod(en-us,AX.60).gif removeNotifyHandler
Gg879258.pubmethod(en-us,AX.60).gif reread Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.reread method, which rereads the current record from the database.
Gg879258.pubmethod(en-us,AX.60).gif research Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.research method, which updates the database search that is defined by the filters and sorts that are currently applied to the form.
Gg879258.pubmethod(en-us,AX.60).gif setPosition
Gg879258.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif validateDelete Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.validateDelete method, which prompts the user to confirm the deletion of a record from the data source.
Gg879258.pubmethod(en-us,AX.60).gif validateWrite Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.validateWrite method, which determines whether data is valid and ready to be written.
Gg879258.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg879258.pubmethod(en-us,AX.60).gif write Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.write method, which manages the database write operation.
Gg879258.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Most of the methods on the FormObjectSet class are empty. They are implemented in the FormDataSource derived class.

Inheritance Hierarchy

Object Class
  FormObjectSet Class
    FormDataSource Class

See Also

FormDataSource Class