How to use DBLookupComboBox

edited 12:23AM 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 12:23AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.