How to refresh a table box
pjfilipe
Member Posts: 10
I have done a dataport that imports bank statements, but after importing the data the table box remains empty and I have to close and reopen the bank account reconciliation form to display the imported values.
Anyone knows how to do this automaticaly?
Thanks
Paulo
Anyone knows how to do this automaticaly?
Thanks
Paulo
0
Comments
-
pjfilipe wrote:I have done a dataport that imports bank statements, but after importing the data the table box remains empty and I have to close and reopen the bank account reconciliation form to display the imported values.
Anyone knows how to do this automaticaly?
Thanks
Paulo
if you called the dataport from the Bank Account Reconciliation form, then after calling the dataport, add the code : CurrForm.UPDATECONTROLS;Sunday, Godwin G0 -
Actually you should use:
CurrForm.UPDATE(FALSE);
If you read help:CurrForm.UPDATE[(SaveRecord)]
Use this function to save the current record and then update the controls in the form. If you set the SaveRecord parameter to FALSE, this function will not save the record before the system updates the form.
CurrForm.UPDATECONTROLS
Use this function to reload the captions of all controls on the current form. This is necessary when the user changes the caption class of a control after the form has been loaded.®obi
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions