Help on creating simple TfrxDialogControl DB component
Hello,
I'm trying to create an simple DBText component.
I need this component to display dataset data when my user change item from a TfrxDBLookupComboBox.
I have attached my both unit to this topic.
My issue is that I'm not able to modify dataset and datafield properties when designing my report.
This looks trivial but I'm not able to do it easily !
Another solution is to implement a OnChangeKeyValue on the tFrxDBlookupCombobox ...
Can somebody helps me on this ?
Thank you
I'm trying to create an simple DBText component.
I need this component to display dataset data when my user change item from a TfrxDBLookupComboBox.
I have attached my both unit to this topic.
My issue is that I'm not able to modify dataset and datafield properties when designing my report.
This looks trivial but I'm not able to do it easily !
Another solution is to implement a OnChangeKeyValue on the tFrxDBlookupCombobox ...
Can somebody helps me on this ?
Thank you
Comments
I'm creating a "Custom Common Controls" that can be placed on a FastReport design dialogue form. This component inherit from "TfrxDialogComponent???
TfrxCheckBoxView component is a "Custom Report Components" that can be placed on a report design page !
I don't want to be rude, but did you have a look to the attached file ?
Dataset and Datafield properties are already in the published section and I do not need to override the "GetData" method as this is not needed with "TfrxDialogComponent??? components (I helped myself borrowing the TfrxDBLookupComboBox structure)
My problem is that FastReport Object inspector doesn't display any available dataset when I click on the "Dataset" field (and this obviously works with the TfrxDBLookupComboBox component...)
Any help will be usefull