I have a universal datawindow userobject... u_dw.
Inherited a new object u_dw_attachments
Added a user function of_setworkorder( al_workorder )
In script, when I try to call that function, I get a compiler error. Here's my script:
idw_attachments.of_setworkorder(il_workorder)
Here's the error:
C0051: Unknown function name: of_setworkorder
The function is public
Any idea what's causing this error?
TIA,
Tracy