Share via


TaxReportGenerate347.queryRun Method [AX 2012]

Returns the QueryRun object, which is used by the QueryPrompt class.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public QueryRun queryRun([QueryRun _transactionQueryRun])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public QueryRun queryRun([QueryRun _transactionQueryRun])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public QueryRun queryRun()

  Microsoft Dynamics AX 2012 (FPK)
          public QueryRun queryRun()

  Microsoft Dynamics AX 2012 (SYS)
          public QueryRun queryRun()

Run On

Called

Parameters

Return Value

Type: QueryRun Class
The QueryRun object, which is used by the QueryPrompt class.

Remarks

This method is used if a query prompt is the dialog box, and if a Select menu item is added to a dialog box. Do not instantiate the queryRun object whenever the method is called. This should be done in the unpack method and the initParmDefault method. Or it should be used in the init method, if this is used, or in the method only when it is not instantiated.

See Also

Reference

TaxReportGenerate347 Class