Home » Developer & Programmer » Forms » Forms 4.5 - Queue, array or collection
Forms 4.5 - Queue, array or collection [message #240295] Thu, 24 May 2007 10:06 Go to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
I need to do an array of records with Forms 4.5, and ... there is any datatype that support.
How make it?.
the ...TABLE OF ... is illegal.
the ...VARRAY .... is illegal.
the Record_Group only adds records when is query-based.


I need memory data-struct. Some idea?
Re: Forms 4.5 - Queue, array or collection [message #241070 is a reply to message #240295] Mon, 28 May 2007 04:56 Go to previous messageGo to next message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

For those inline with C/C++ or java, always look for this in oracle. NOBODY answered me either when I ask this question. I think the most convenient way is to create a temporary table, just drop it when program terminates.
Re: Forms 4.5 - Queue, array or collection [message #241152 is a reply to message #241070] Mon, 28 May 2007 08:33 Go to previous messageGo to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
Thanks, I can resolve it adding rows to a record_group non query-based Wink
Re: Forms 4.5 - Queue, array or collection [message #244501 is a reply to message #241152] Wed, 13 June 2007 02:23 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
You can create the table in a package and store and retrieve the data via a procedure or function.

David
Previous Topic: alerter
Next Topic: how to create custom calendars
Goto Forum:
  


Current Time: Sun Feb 02 16:03:21 CST 2025