BankStatementFormView Class [AX 2012]

The BankStatementFormView class is the form view of bank statement form.

Syntax

class BankStatementFormView

Run On

Called

Methods

  Method Description
JJ744660.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ744660.protmethod(en-us,AX.60).gif changedReportEntryEventHandler Handles the event after the BankStmtISOReportEntry value is changed.
JJ744660.protmethod(en-us,AX.60).gif changedStatementEventHandler Handles the event after the BankStmtISOAccountStatement value is changed.
JJ744660.pubmethod(en-us,AX.60).gif changeReportEntry Changes the active BankStmtISOReportEntry record.
JJ744660.pubmethod(en-us,AX.60).gif changeStatement Changes the active BankStmtISOAccountStatement record.
JJ744660.protmethod(en-us,AX.60).gif changingReportEntryEventHandler Handles the event before the BankStmtISOReportEntry value is changed.
JJ744660.protmethod(en-us,AX.60).gif changingStatementEventHandler Handles the event before the BankStmtISOAccountStatement value is changed.
JJ744660.pubmethod(en-us,AX.60).gif createGroupHeaderPre Creates a BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif createStatementPost Performs actions after a BankStmtISOAccountStatement record is created.
JJ744660.pubmethod(en-us,AX.60).gif createStatementPre Creates a BankStmtISOAccountStatement record.
JJ744660.pubmethod(en-us,AX.60).gif deleteGroupHeaderPost Deletes a BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif deleteReportEntryPost Deletes a BankStmtISOReportEntry record.
JJ744660.pubmethod(en-us,AX.60).gif deleteStatementPost Deletes a BankStmtISOAccountStatement record.
JJ744660.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif formClosePre Called before form is closed.
JJ744660.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ744660.protmethod(en-us,AX.60).gif init Initializes an instance of the BankReconciliationStatementFormView class.
JJ744660.privmethod(en-us,AX.60).gif initBalanceDSByType Initializes the data source for the BankStmtISOCashBalance record by adding the balance type range.
JJ744660.privmethod(en-us,AX.60).gif initButtonControls Initializes the form view button controls.
JJ744660.privmethod(en-us,AX.60).gif initButtonGroupControls Initializes the form view button controls.
JJ744660.protmethod(en-us,AX.60).gif initControls Initializes the bank statement form controls.
JJ744660.protmethod(en-us,AX.60).gif initDataSource Initializes the bank statement form data source.
JJ744660.privmethod(en-us,AX.60).gif initFieldControls Initializes the form view field controls.
JJ744660.protmethod(en-us,AX.60).gif initializedViewEventHandler Represents the initialized view event handler delegate.
JJ744660.protmethod(en-us,AX.60).gif initializingViewEventHandler Represents the initializing view event handler delegate.
JJ744660.protmethod(en-us,AX.60).gif initStatementViewModel Initializes the bank statement view model.
JJ744660.privmethod(en-us,AX.60).gif initTabControls Initializes the form view tab controls.
JJ744660.pubmethod(en-us,AX.60).gif initValueEndingBalancePost Initializes the ending balance.
JJ744660.pubmethod(en-us,AX.60).gif initValueGroupHeaderPost Initializes values of the BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif initValueNetAmountPost Initializes the net amount.
JJ744660.pubmethod(en-us,AX.60).gif initValueOpeningBalancePost Initializes the opening balance.
JJ744660.pubmethod(en-us,AX.60).gif initValueStatementPost Initializes the values of the BankStmtISOAccountStatement record.
JJ744660.privmethod(en-us,AX.60).gif initViewForLineAmountControls Initializes the form-view for the statement line amount.
JJ744660.pubmethod(en-us,AX.60).gif linkActiveGroupHeaderPre Links the active BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif linkActiveStatementPre Links the active BankStmtISOAccountStatement record.
JJ744660.pubmethod(en-us,AX.60).gif markNewBankDocument Marks new bank document.
JJ744660.pubmethod(en-us,AX.60).gif modifiedCreditAmount Modifies the credit amount.
JJ744660.pubmethod(en-us,AX.60).gif modifiedDebitAmount Modifies the debit amount.
JJ744660.pubmethod(en-us,AX.60).gif modifyBankAccountTable Called after you modify field BankAccountTable of table BankStmtISOAccountStatement .
JJ744660.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankStatementFormView class.
JJ744660.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.)
JJ744660.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.)
JJ744660.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif parmDSBankDocumentInformation Gets or sets the DSBankDocumentInformation parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSDocument Gets or sets the DSDocument parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSEndingBalance Gets or sets the DSEndingBalance parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSGroupHeader Gets or sets the DSGroupHeader parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSNetAmount Gets or sets the DSNetAmount parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSOpeningBalance Gets or sets the DSOpeningBalance parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSReportEntry Gets or sets the DSReportEntry parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSStatement Gets or sets the DSStatement parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmDSTradingParty Gets or sets the DSTradingParty parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmStatementFormRun Gets or sets the StatementFormRun parameter.
JJ744660.pubmethod(en-us,AX.60).gif parmStatementViewModel Gets the StatementViewModel parameter.
JJ744660.privmethod(en-us,AX.60).gif refreshStatement Refreshes the BankStmtISOAccountStatement buffer.
JJ744660.pubmethod(en-us,AX.60).gif setButtonVisible Sets the button groups and buttons that are visible when you switch the grid and details.
JJ744660.privmethod(en-us,AX.60).gif setHeaderTitle Sets the header title text.
JJ744660.pubmethod(en-us,AX.60).gif setReportEntryAllowEdit Sets the allow edit property of statement line fields.
JJ744660.pubmethod(en-us,AX.60).gif setReportEntryButtonStatus Sets report entry button status.
JJ744660.privmethod(en-us,AX.60).gif setReportEntryFieldsAllowEdit Sets the allow edit property of statement line fields.
JJ744660.pubmethod(en-us,AX.60).gif setStatementAllowEdit Sets statement allow edit property.
JJ744660.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ744660.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.)
JJ744660.pubmethod(en-us,AX.60).gif validateWriteGroupHeaderPost Deletes a BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif validateWriteStatementPost Deletes a BankStmtISOAccountStatement record.
JJ744660.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ744660.pubmethod(en-us,AX.60).gif writeDocumentPre Writes the BankStmtISODocument record.
JJ744660.pubmethod(en-us,AX.60).gif writeGroupHeaderPost Writes the BankStmtISOGroupHeader record.
JJ744660.pubmethod(en-us,AX.60).gif writeReportEntryPre Performs pre actions when a BankStmtISOReportEntry record is written.
JJ744660.pubmethod(en-us,AX.60).gif writeStatementPost Performs post actions when a BankStmtISOAccountStatement record is written.
JJ744660.pubmethod(en-us,AX.60).gif writeStatementPre Performs pre actions when a BankStmtISOAccountStatement record is written.
JJ744660.pubmethod(en-us,AX.60).gif writeTradingPartyPre Indicates whether to write the trading party record.
JJ744660.protmethod(en-us,AX.60).gif writingReportEntryEventHandler The method contains no code.
JJ744660.protmethod(en-us,AX.60).gif writingStatementEventHandler The method contains no code.
JJ744660.protmethod(en-us,AX.60).gif writtenReportEntryEventHandler The method contains no code.
JJ744660.protmethod(en-us,AX.60).gif writtenStatementEventHandler The method contains no code.
JJ744660.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ744660.protmethod(en-us,AX.60).gif JJ744660.static(en-us,AX.60).gif ::construct Creates an instance of the BankStatementFormView class.
JJ744660.pubmethod(en-us,AX.60).gif JJ744660.static(en-us,AX.60).gif ::newFromParameters Constructs an instance of the BankStatementFormView class from a FormRun object.

Top

Inheritance Hierarchy

Object Class
  BankStatementFormView Class