marsonije Newbie
Joined: 28 Feb 2020 Posts: 5
|
Posted: Fri Feb 28, 2020 9:48 pm
Help with missing command IDs from dev kit |
In 7.21 i'm writing a script that uses VBScript to do stuff with an external database,
however in the script I need to execute the #MXP command to allow the user to click on links on the screen.
From http://www.zuggsoft.com/page.php?file=zmud/comserve.htm
I see that I could use
Code: |
method zMUDCommand(ComID: Integer; P: OleVariant); |
However the #MXP command seems to not be in the Developer's Kit zmud.inc file at all.
Does anyone know which ID it has? |
|