DBLookupComboBox not geting enable

jspjsp
edited 10:51PM in FastReport 4.0
I want to use the DBLookupComboBox component in a dialog form with an ADO query to supply data to it . I have a query like 'select Code, Name from table' and i use it with the DBLookupComboBox component. BUT the component is NOT getting enable - i am setting it on -
So I can not give to the user of the report a chance to select something throught DBLookupComboBox


Comments

  • edited 10:51PM
    jsp wrote: »
    I want to use the DBLookupComboBox component in a dialog form with an ADO query to supply data to it . I have a query like 'select Code, Name from table' and i use it with the DBLookupComboBox component. BUT the component is NOT getting enable - i am setting it on -
    So I can not give to the user of the report a chance to select something throught DBLookupComboBox

    Is there a solution to this please?

    Regards

    Bobby

  • edited 10:51PM

    Take these two steps :
    1. Download the latest version of Fast Report Studio .
    2. Set the following properties : Keyfield ,ListField ,dataset,AutoOpenDataset=True ;

Leave a Comment