I've got a function that looks like so:
<a name=getEditUsers PUBLIC lguserid lgcasedb_id>
Hello there
</a>
declared in a code module. I compile the module, then use the <USES my_module> snippet in my vortex script to link things in.
When I call my function in the script, like this:
<getEditUsers lguserid=788 lgcasedb_id=760>
The script just prints out that line in the HTML-- it doesn't actually run the function. It's like it can't find it. I'm doing something wrong, but can't see it.
<a name=getEditUsers PUBLIC lguserid lgcasedb_id>
Hello there
</a>
declared in a code module. I compile the module, then use the <USES my_module> snippet in my vortex script to link things in.
When I call my function in the script, like this:
<getEditUsers lguserid=788 lgcasedb_id=760>
The script just prints out that line in the HTML-- it doesn't actually run the function. It's like it can't find it. I'm doing something wrong, but can't see it.