Re: PL/SQL problem in forms v4.5

From: Joseph Strano <stranoj.dulcian_at_postoffice.worldnet.att.net>
Date: 1997/05/06
Message-ID: <336FD5E2.322B_at_postoffice.worldnet.att.net>#1/1


Create_Group_From_Query is a Function. Here's some sample syntax:

Declare
  rg_id recordgroup;
BEGIN
  rg_id := create_group_from_query(...); -- This returns the ID that

           --Oracle assignes the new record group.

END;

-- 
Joe Strano
Dulcian, Inc.

-----------------------
Drew Leske wrote:

>
> using Forms v.4.5.7.1.6 (including PL/SQL Version 1.2.1.5.0):
>
> I am an initiate into the land of Oracle, and I'm having some trouble
> with a form of mine (my first actually). I want to fill a list box with
> some data from a table and for this I am using
> Create_Group_From_Query ( ... )
> Populate_Group ( ... )
> Populate_List ( ... )
> My problem is that execution dies on the first two lines, although the
> third seems to cause no problems. All three subprograms appear in the
> "Standard Extensions" branch of "Built-in Packages" in the object
> navigator, but only Populate_List is recognized. The other two get the
> following error: "'CREATE_GROUP_FROM_QUERY' is not a procedure or is
> undefined".
>
> Any ideas?
>
> Drew Leske
> dleske_at_ceiss.org
Received on Tue May 06 1997 - 00:00:00 CEST

Original text of this message