I am looking to reuse code written in one macro for use in two or more macros, and I don't want to just copy and paste into each macro.
Ex. I have a SendEmail Macro, and I want to be able to call it from OnSave, and OnAfterDelete.
I've tried
SendEmail
SendEmail()
Call SendEmail
Call SendEmail()
Execute "SendEmail()"
Execute "VMORDENT_SendEmail.vms"
My Application is Not set to store in the DB, and I am using VMFG 9.0.8.
Any comments, or Ideas would be appreciated.
Thanks
John Keegan