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
0
Comments
if you called the dataport from the Bank Account Reconciliation form, then after calling the dataport, add the code : CurrForm.UPDATECONTROLS;
If you read help:
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯