Is there a way to Invoke a Hand Coded Custom Load Method in Form script?
I get the error cannot call Custom Load Method Directly.
maybe you can check this forms below. I think the'yre using custom load in formscript
Custom load method gets triggered when the ido collection it's attached to is refreshed.
You can refresh the collection in script via ThisForm.PrimaryIDOCollection.Refresh() and the method will be invoked.