Testing for a field name

Is there a way to test for the existence of a given field name? I am trying to use a single report with a dynamically changing set of fields in a given dataset.

Regards,
Monte Carver

Comments

  • edited 10:39AM
    Try to use property of TfrxADOQuery.

    ADOQuery based on FR compiled demo => select * from customer c
      ShowMessage( ADOQuery1.FieldAliases.IndexOfName('DoesThisFieldExist'));
      ShowMessage( ADOQuery1.FieldAliases.IndexOfName('Company'));
    

    Mick

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.