From: "Eric Givler" <egivler@flash.net>
Newsgroups: comp.databases.oracle.tools
References: <3A145E8A.B287382F@hsv.boeing.com> <3A1A8051.5B06@yahoo.com> <3a23d4ca.12843688@News.CIS.DFN.DE>
Subject: Re: How do you load a list item programmatically??
Lines: 22
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.3018.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
Message-ID: <SCjW5.25793$6W1.1434184@news.flash.net>
Date: Sun, 03 Dec 2000 04:04:02 GMT
NNTP-Posting-Host: 63.254.25.144
X-Complaints-To: abuse@flash.net
X-Trace: news.flash.net 975816242 63.254.25.144 (Sat, 02 Dec 2000 22:04:02 CST)
NNTP-Posting-Date: Sat, 02 Dec 2000 22:04:02 CST
Organization: FlashNet Communications, http://www.flash.net


Doesn't the create_group_from_query return a number.  If there is something
wrong with your SQL statement, the return code is the Oracle error.  If
there is NO ERROR, the return code is 0.  You may want to check this!

"RBR" <ruddyr@home.com> wrote in message
news:3a23d4ca.12843688@News.CIS.DFN.DE...
> On Tue, 21 Nov 2000 22:01:54 +0800, Connor McDonald
> <connor_mcdonald@yahoo.com> wrote:
>
> >
> >a) create a record group with "create_group_from_query"
> >b) call populate_list using the record group
> >
> >HTH
>
> I'm trying to do this with Forms 6i at runtime using the
> "create_group_from_query" followed by a populate_list using the record
> group but my list never gets loaded??? I don't get it.
>
> Rob



