Unable to use dblookup control

edited 11:08PM in FastReport Studio
trfxdblookupcombo is always grayed, as if it was disabled. I filled the relevant properties (dataset,listfield and keyfield) but it seems no to connect to db. Am i missing something?

Comments

  • edited 11:08PM
    No idea, really?
  • edited 11:08PM
    tidly wrote:
    trfxdblookupcombo is always grayed, as if it was disabled. I filled the relevant properties (dataset,listfield and keyfield) but it seems no to connect to db. Am i missing something?
    Could you describe exactly steps before getting error?
  • edited 11:08PM
    Try this in script:
    procedure DialogPage1OnActivate(Sender: TfrxComponent);//onActivate dialog event
    begin
      DBLookupComboBox1.DataSet.Open;
    end;
    
  • edited 11:08PM
    Den, you're the best !

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.