Templates
Include a template in the Symbol form only if you are using a script for the symbol.
Generic template NEW
Option Strict Off
imports System
imports System.Data
imports System.Diagnostics
Class HookScript
Inherits FcProcFuncSetEventHook
Function presave() As Long
End Function
Function postsave() As Long
End Function
End Class