Server FastReport has some limitations for performance of some reports on the server side:
- You cannot use any db-aware controls in forms;
- You have only two event handlers in a script - main script (operates on report start), and DialogPageOnDeactivate (it is started after dialogue closing), you can the example "\reports\5.Dialogs and script4.Dialog and script.fr3" see
- You cannot use any other event handlers for controls (OnClick and т.д);
- Reports should not be compressed or ciphered.
Comments
the version is 2.1.0 S.O WINXP PRO
thanks
- You cannot use any db-aware controls in forms;
- You have only two event handlers in a script - main script (operates on report start), and DialogPageOnDeactivate (it is started after dialogue closing), you can the example "\reports\5.Dialogs and script4.Dialog and script.fr3" see
- You cannot use any other event handlers for controls (OnClick and т.д);
- Reports should not be compressed or ciphered.