Hi Scott,
Thanks for reply. As I've tried I think eg
get_project_attached_files_path %A;
dialog.start(%Asimple, Mydialog, %AMydialog.ops);
works fine to load the dialog with default settings but the ops file in path %A is not updated when project is saved...could this be done via code eg mybe I have to copy .tops file from origin direcrory? Am I missing something with saving attached files that have been altered.
The temp folder is updated but not deleted though.
get_project_attached_files_path %A;
dialog.start(%Asimple, Mydialog, %YMydialog.ops);
though seems to work fine and maybe I'll stick with this for now.
Cheers,
pete
Edited by - peter.cook on 02/09/2004 3:38:06 PM