Binary Load
Advantages:
Really FAST
You can hide script from users.
You can load a whole model with only one line of code
Section Access also transferred
Cons:
Lack of flexibility
Can load only one model
Binary load is used only for one application means you are able to read data from only one QVW application and on the above of the set scripts is a restriction.
should be done at the begining
It does not load the layout information or variables
you can load variables into a table in the source document and then retrieve them from the table (using peek()) in the target document.
You could use an include file to hold the variable definitions and then call the include file in both QVWS.
Comments
Post a Comment