Skip All Invoke

Skip All Invoke

Anonymous
Not applicable
299 Views
2 Replies
Message 1 of 3

Skip All Invoke

Anonymous
Not applicable
hi all, i am coding in vc++. I want to invoke the skipall command in the "Resolve Link" event. I tried in the ONFILERESOLUTION event, but the dialog is still fired. thanks in advance.
0 Likes
300 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Have you tried setting the SilentOperation property on the Application
object to True? Be sure to reset it to False after you're done.

Sanjay-

wrote in message news:5785935@discussion.autodesk.com...
hi all, i am coding in vc++. I want to invoke the skipall command in the
"Resolve Link" event. I tried in the ONFILERESOLUTION event, but the dialog
is still fired. thanks in advance.
0 Likes
Message 3 of 3

Anonymous
Not applicable
hi thank you. it is working . thanks again
0 Likes