Page 1 of 1

Chaining Visual Builder Forms

Posted: Thu Oct 11, 2007 2:15 pm
by Neil G
If I setup a report to be printed (Report1.sty) and chain Report2 that will be exported to Excel, will the variables set in Report1 be available to Report2 or should I use Global variables, releasing when finished?

Is Embedding a form the same as Chaining forms?

Posted: Thu Oct 11, 2007 2:17 pm
by COBS Tech Support
You must define your variables as GLOBAL's if you want to pass them between separate forms.

You can create Form1 which might chain to Form2, Form3 and Form4, and Form3 might have a further chain sequence of its own. In this sense further form printing is 'embedded' in other forms.