Compiling Forms (OpenInsight Specific)
At 12 MAY 1998 07:24:07AM Jeff Word wrote:
I wrote a program to compile all forms using repository compile. When the form compiles using repository compile, does it compile the associated scripts that are attached to the forms?
At 12 MAY 1998 12:03PM Nick Stevenson wrote:
I believe it does if you use the "TCOMPILE" method.
At 12 MAY 1998 01:32PM Jeff Word wrote:
I don't see that mentioned anywhere in documentation. Where did you get that command from? Is it documented?
Do you just use TCOMPILE instead of COMPILE in the repository function?
At 13 MAY 1998 05:38PM Gene Gleyzer Revelation wrote:
Jeff,
if you turn on engine log while saving a form in form designer, you'll see that the last executed command is something like:
run repository 'TCOMPILE', 'MYAPP*OIWIN**MYWIN', 1
The only thing I can add to it is taht '1' stands for condintional compilation.
Gene