The table control looks like a spreadsheet. The grid is predefined with fields as
columns and records as row. In the table you control which type of data (control)
and which data (value) is presented in each cell.
The table control has related controls as a grid. Decide which of these controls
should be used in each cell of the table. Use the following two options for
specifying which control to use for each cell:
• Override the method editControl() and return a handle to the
control. This method has the actual row and column as parameters.
The kernel calls this method when the information is needed.
• Call the method cell() of the table control. Specify the actual row and
column as parameters. This returns a FormTableCell object. On this
object call the method editControl with a handle to the control as a
parameter. Use this to specify all the controls in a loop construction.
The specification of data in the table is performed in a similar manner.
• Override the method data() and return the actual value of the cell.
The method is similar to the editControl().
• Obtain the formTableCell object and call the method data().
The labels of the row and columns are specified by overriding the methodsrowLabel and colLabel of the table control.
An example of a table control is the form SysDateLookup which is used to
select a value in a date field.
The forms tutorial_Form_Table illustrates many of the functions related to the
table control and how they are programmed in X++.
Best Regards,
Hossein Karimi
Saturday, July 14, 2018
Table
+10 years of experience with hands-on lead-level background in the full life cycle of software development with demonstrated cross-functional team leadership skills.
Programming:
• ERP :Microsoft Dynamics AX 2012
• Language :X++, C#, C++, XAML, Asp.Net, Html, VB.Net, Android
• Environment : Windows XP, Windows 8, Windows 10, Windows Server
• DataBase : Oracle 9i,10g,11g and SqlServer and SQLlite
Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
In Reporting Services, reports and resources are processed under the security identity of the user who is running the report. If the report ...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
No comments:
Post a Comment