jagdish - Tuesday, August 28, 2012 9:40 AM:
hello..........friends
when i revise(Revise Button) my document, some files attached to it get renamed and after revise document get refreshed and shows renamed files..........
this happens when my document is unlocked and i get only one output window..........
but when i lock my document and then revise it using same button . files get renamed but two windows get opened...........one behind with old file name.
and front window with revised , renamed window....................but i dont want old window behind new one how can i close old window programmatically.????
help me please any suggestion acceptable.....!!
fli - Wednesday, August 29, 2012 7:36 AM:
Hello Jagdesh,
try this
top.aras.uiCloseWindowEx(ResItem.getID());
/ Christoffer