Passing delphi variable to fast report
I work on a delphi program that consists of several forms.
In these forms the user defines values to several varaibles controlled by editboxes.
These variables are then required to be displayed in a fast report component which is contained in an other delphi form.
How can I pass these variables so their already defined values can be displayed in the fast report ?
Should I create/introduce new variables in the fast report using the editor ? IF yes how these new introdused variables can be linked with the real ones ?
In these forms the user defines values to several varaibles controlled by editboxes.
These variables are then required to be displayed in a fast report component which is contained in an other delphi form.
How can I pass these variables so their already defined values can be displayed in the fast report ?
Should I create/introduce new variables in the fast report using the editor ? IF yes how these new introdused variables can be linked with the real ones ?
Comments