Progress bar for xmlport

Carlos_PtCarlos_Pt Member Posts: 21
Hi all, im trying to develop a progress bar for a heavy data xmlport using this triggers:
OnPreXMLport()
window.open


Main Dataitem - Export::OnAfterGetRecord()
window.update

OnPostXMLport()

window.CLOSE;

Progress bar works great, my problem is that the window.open() shows up the "Do you confirm you want to change the key that identifies this record" message. Any idea for skip this message?



Thanks in advance
Sign In or Register to comment.