Append, Delete & Insert Methods

Hi, I'm building this report and at a certain point I am using the Append, Delete and Insert Methods but there isn't such methods in TfrxDEXQuery or any of its parent classes!!!

I am not supposed to use any of the DataSets or Queries from Delphi, (for my boss doesn't want me to), so I am out of solutions.

What am I supposed to do in such case??? I need these methods and I cannot see any wayout!!

Comments

  • edited 2:22PM
    There is property "SQL" in TfrxDEXQuery.
    Try to do with the help of SQL request.
  • edited 2:22PM
    I got that but I still cannot manage to use the Append() method, it keeps telling me that it's undeclared. That's pretty weird because I can access that method without any problems from delphi, but from Fast-Reports it says that.

    Also I couldn't manage to use the Insert method, with that one I keep getting this message: "Incompatible types, string, extended"!!

    This is how I'm using the Insert Method :

    DBXQuery.SQL.Insert(i, 'value');

    How is the right way of using that???
  • edited 2:22PM
    Strange, but beside me this method works orderly (FR 3.19.2).

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.