Design Table Dialog Suppression?
Design Table Dialog Suppression?
(OP)
Im using OLE/VBA to edit design table configurations.
All goes well, except for the darn MsgBox telling me that I have created|removed a configuration.
Ive found the entries for suppression of File Dialog messages, but not for Design-Table messages. I have all the info I need from the return values of my function calls, and Id be unable to create|remove other configs from other PartDocs until this message is removed.
Do I have to subclass to get rid of this?
All goes well, except for the darn MsgBox telling me that I have created|removed a configuration.
Ive found the entries for suppression of File Dialog messages, but not for Design-Table messages. I have all the info I need from the return values of my function calls, and Id be unable to create|remove other configs from other PartDocs until this message is removed.
Do I have to subclass to get rid of this?






RE: Design Table Dialog Suppression?
Scott Baugh, CSWP

credence69@REMOVEhotmail.com
http://www.3dmca.com
http://home.insightbb.com/~scott.baugh/
*When in doubt always check the help*
RE: Design Table Dialog Suppression?