progress bar for xmlport

Carlos_PtCarlos_Pt Member Posts: 21
Hi all, im trying to develop a progress bar for a heavy data xmlport. I've tryied to put the common window.open(####) in the OnPreXMLport() trigger and then update the window with window.update('...') at my main dataitem. My problem is that the update function shows the "Do you confirm you want to change the key that identifies this record" message. Any idea to skip this message?

Thanks in advance.

Comments

  • krikikriki Member, Moderator Posts: 9,110
    1) Are you sure you don't have the message if you don't do an UPDATE?
    2) If 1) is ok, create an extra variable to which you assign the value you want to show.
    3) check this http://www.mibuso.com/howtoinfo.asp?FileID=17. It might be useful.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.