This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - how to close old window(Document) and transfer functionality to new window(Document)

jagdish - Tuesday, August 28, 2012 3:14 AM:

hello friends .........

i have a document and has three files attached to it 1) .iso, 2).ai, 3).svg . Document has a button(Edit) , when i click on Edit button it will open popup by which i can select single file to open. when i select one file. it gets opened....now when i would select .iso file. before opening iso file .svg has to be unlinked from document. i have written code to unlink svg file......

my question......when i select iso from popup to open it will ask me to unlink svg file(already done). after unlinked code returns result which open new window for same document with no svg file................its as per code but further i want to open iso file ..after returning value from svg unlink code it stop execution and the code for opening iso file doesnot execute.................. i have two window one front with no svg and unlocked while behind this old window locked...........

i want single window with no svg but should open iso file............how would i accomplish this..............i am beginner in aras please help me for this....!!!!!!