Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

Detect NoData

edited May 2004 in RAP
Is there a way to test in RAP that a certain dataset has no data. I'm
using several datasets in comparaison and it can happen that one of
them has no data, the others always 1 record.

So i can reference the fields of the dataset in rap. Problem is that
if the dataset contains na data this results in an error.

I suppose that placing that field on a tppdbText and then reference
the value of that object will solve the problem but i'm hoping of a
'easyer' solution.

Thx

Comments

  • edited May 2004

    If myPipeline.Bof and myPipeline.Eof then
    {there is no data}


    --
    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.