Integer table (system)

s_vahagn
Member Posts: 19
what can I do by Integer table.
DDE functions in Navision
0
Comments
-
Used mostly in reports and dataports for itirations.LR0
-
Hi,
You use it as a FOR statement in a report. By setting 'Table Filter' to:
Number=FILTER(1..5)
you get 5 itterations of your DataItem and its sub-DataItems.http://www.NaviTools.com
Documentation for Microsoft Navision
E/R diagrams, Workflow diagrams, UML diagrams, process diagrams0 -
The integer element is primarily used for reporting. It can also be used for forms. It is commonly used when you want to iterate an unknown number of times.
For example, you may create an array full of answers and when the array is full, print the contents on the report. Check out the Top___Customer list for an example of how this works.0 -
Used to retrieve the content of a temporary table in a report
Example:
One report with two dataintems:
1.Gl entry
2.Integer
You have a temporary table named TEMP;
This table is filled in the first dataitem;
in the trigger OnPostDataItem of Gl Entry you COUNT the number of records in TEMP table
In the trigger OnPredataItem of iInteger you make SETRANGE(number,1,<nº of records in TEMO table);
In the trigger OnAfterGetRecord of Inteder you put this code
IF Integer = 1 then
TEMP.FIND('-')
ELSE
TEMP.NEXT;
And...voilá you have a report using a temporary table.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions