how to use combo box in dialog form???

i'm trying to use a DBLookup combo box in a dialog form to select a name and then show the report about the firm selected but i don't know why the combo box doesn't list the record contained in the db. I followed the instruction explained in the fast report 3 manual but nothing seems to change.there's anybody who has the same problem or can show me an example?
thanks

patrick :

Comments

  • edited 2:14AM
    on the OnActivate of dialog you must have
    qrCurrency.Active:=True;
    dblcCurrency.KeyValue:=<qrCurrency."ID">;
    where qrCurrency is the query asociate to the dblookup and dblcCurrency is the control
    and all the setings of the control corect

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.