Yesterday I used the built in FormDesigner to create a simple 2 gadget Form called 'TestForm01.pbf". When I compile/run the program, I get this:
OpenTestForm01() is Not a function, Array, List, Map Or Macro.
Here is the first portion of my program which dies on line 4
#ProgramTitle = "TestForm01.pb"
#ProgramVersion = "v1.00.0 MG"
XIncludeFile "TestForm01.pbf"
OpenTestForm01()
I tried changing line 4 to:
and got this error:OpenTestForm01.pbf()
What to do ?Structure not found :pbf
Thanks,
M...

