From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com] On Behalf Of Glenn Anders
Sent: Friday, 10 July 2009 8:32 AM
To: briousers@yahoogroups.com
Subject: [Brio Users] Re: Brioqry Object model - results?
--- In briousers@yahoogrou
>
> Hi,
>
> There's no distinction 'object class wise' between query and results. They're both 'sections'
>
> I think this is the hierarchy that you're after:
>
> Documents["<
>
>
> André
> NZ
> --- In briousers@yahoogrou
> >
> > I am writing a VB.Net program that uses with the Brioqry object model.
> >
> > I see each section has a section type (e.g. query, results, etc). There is a querysection class, but no resultsection class, even tho the sectiontype property of a given section is 'results'.
> >
> > What am I missing? Where do I access the results? In particular, I need access to the limits associated with the results.
> >
> > Thanks.
> >
>
There is a difference if you are using the type library brioqry.tbl from a .Net Application. There is a class for querysection but not for resultsection. If you try to use the querysection class for the results, it errors with a mismatch. The closest I have been able to find, which I think will work, is tablesection. I will be doing more testing to make sure.