How to use DBLookupComboBox

edited 9:14AM in FastReport 3.0
Hi,

I'm using FR3. i could not find the way how to use this object DBLookupComboBox.

- I placed this object on dialog form, and assigned the ListField, Keyfield and Previwed it but it does not show any values.

Thanks in advance


Regards
Srini

Comments

  • BruceBiddleBruceBiddle Nottingham UK
    edited 9:14AM
    Try opening the dataset in the dialogs onactivate event.
    Mydataset.open;
    You must do this with code when the dialog displays, the report will not open it for you.

    Regards
    Bruce

Leave a Comment