checkbox eception
I replaced some boolean fields in a report with check boxes and in design mode all ok.
When I loadfromfile, prepare and then do a showreport I get this exception
Debugger Exception Notification
Project pcdManagement.exe raised exception class EClassNotFound with message 'TfrCheckBoxView
TfrCheckBoxView
TfrCheckBoxView
'. Process stopped. Use Step or Run to continue.
OK Help
It looks like it can't find the correct class.
Any ideas other than reverse my changes.
When I loadfromfile, prepare and then do a showreport I get this exception
Debugger Exception Notification
Project pcdManagement.exe raised exception class EClassNotFound with message 'TfrCheckBoxView
TfrCheckBoxView
TfrCheckBoxView
'. Process stopped. Use Step or Run to continue.
OK Help
It looks like it can't find the correct class.
Any ideas other than reverse my changes.
Comments
I need to add the unit containing the checkbox class to my own unit that has the frReport component dropped on it, in this case FR_ChBox.
I guess I will have to do this for some of the other things I want to use.