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 8:16PM
    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