Checklistbox not work on FastReport Server

Question: Checklistbox not work on FastReport Server

Answer:

Due to the nature Fast Report Server, in constructing the report, which will be used on the server must take into account some limitations:

  • You can not use any db-aware controls on a form (only normal control);
  • You have only two event handler in the script - main script (works on the launch of the report), and DialogPageOnDeactivate (starts after the closing of the dialogue). You can see an example of "\ reports \ 5.Dialogs and script \ 04.Dialog and script.fr3";
  • You can not use any other events for the controls (OnClick, etc);
  • Records should not be compressed or encrypted.