I cannot locate the function you describe...in other words the VBA does not recognize it. Which version of DeltaV are you using?
I get a VB error 13(D) when I execute frszOpenTagForm Me. This is a Type mismatch error. What is the syntax for this command? I can't find it in any help screens.
Hi
Unknown function for me (DV 8, 9 or 11)
When you enter the parameters on the program line, intellisence shows you the parameters names (not very explicit) and the parameter type, like Long or String.
If the word Optional appears ahead a parameter definition, that means that this parameter (and follows) is not compelling.
You can also see for informations by using the F2 key in the VBA editor (search cell) : parameters list may apprears too.