Posted 18 years ago by Jake Pearson - Software Developer, Alion Science and Technology
Avatar
Hi,
Is there an easy way to swap out a command? The app structure at my office has a Base form that is inherited by lots of other forms to customize the form to their needs. So if I create a NewCommand class for making new documents in the Base, can I have other developers override the NewCommand class and have it get hooked to the original Command class's CommandLinks.

thanks,
Jake

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jake,

No that is not possible right now. You would have to either replace all the links for your one command with links for the other command, or you'd have to redirect your click event handler code based on which command you want to handle at the time.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.