How to add fields in the report during runtime?
                
                    sridhar                
                
                    Member Posts: 171                
            
                        
            
                    Can any one please say is it possible to add fields in the report during runtime?                
                0                
            Comments
- 
            at runtime :?: No chance.Do you make it right, it works too!0
 - 
            1. If you want to add few field then create report with few sections more.
Header(1)
fieldcaption1 fieldcaption2 fieldcaption3
Body(1)
field1 field2 field3
Header(2)
fieldcaption1 fieldcaption2 fieldcaption3 fieldcaption4
Body(2)
field1 field2 field3 field4
On presection trigger (body,header(1)) put
currreport.showoutput(NOT 4fields)
On presection trigger (body,header(2)) put
currreport.showoutput(4fields)
In dataitem triggers set up variable 4fields0 - 
            he wonts to add completly new fields.Do you make it right, it works too!0
 - 
            You cannot change any object runtime as a user, only via the objectdesigner.0
 - 
            You can only use the "workaround" with more sections or somethink like "dynamic" section - predefined editboxes with variables and it is on you what you put into the variables... in this way you can change which value will be visible and where will be visible, but add new controls is not possible...0
 
Categories
- All Categories
 - 73 General
 - 73 Announcements
 - 66.7K 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
 - 323 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
 

