Hello all,
Can anyone tell me how to use dialog windows to show progress on a dataport when i import data .
what i am doing at the moment is i have a created a dialog varible called window and i am calling on before import trigger as window.open
now it shows the dialg window when i import data but does not show the progress as it imports data .Any help is higly appreciated .I dont know what to pass in the window.open(? ) here .
Cheers ,
Toshi
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
it has a has a line in there that looks like this:
Window.UPDATE(2,ROUND(EmpCount / MaxEmpCount * 10000,1));
Find out how this is used and there you have your solution. I've used it several times.
In the OnPreDataItem trigger: In the OnAfterImportRecord trigger: In the OnPostDataItem trigger: