roam frxDBDataset.X

Hi everyone, sorry for my english.

Could help me somebody to roam a frxDataSet.X???

I explain me, if por example we do this query "select * from city", the masterdata will roam every row and it will show it.
I want do it manually, for show only some rows and not others.


Really I want do this for show only the value != 0

Thanks.

Comments

  • gpigpi
    edited 9:38PM
    Try to use
    MasterData1.Visible := <frxDataSet."X"> <> 0;
    in MasterData1.OnBeforePrint event
  • edited 9:38PM
    zirogirls wrote: »
    Hi everyone, sorry for my english.

    Could help me somebody to roam a frxDataSet.X???

    I explain me, if por example we do this query "select * from city", the masterdata will roam every row and it will show it.
    I want do it manually, for show only some rows and not others.


    Really I want do this for show only the value != 0
    Why not just do it in the query?
    "select * from city where X <> 0"
  • edited 9:38PM
    thanks to both for reply, i have got!

    the solution always was here, it was very easy.
    finally i have used another master data, with <> 0 option enabled (this was only a example, i have a more complicated case and it was not only a simple <> 0), but i needed know other value associated at main value.

    Thanks anyway.

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.