Link to home
Start Free TrialLog in
Avatar of jocafi
jocafi

asked on

Oracle Forms 10g: How to add/remove objects to/from an ArrayList?

Hi,

 1) How to create an Arraylist in Oracle Forms 10g ? It can be a common (dynamic) Array like ArrayList in Java or even a fixed length double[] array.

 2) How can I add / remove items to / from an ArrayList ?

3) What is the best practice to avoid a duplicated key in this list ? In this case the list is similar to HashMap in Java.


Please, answer my other questions related to Oracle Forms 10g:
https://www.experts-exchange.com/questions/26964865/ORacle-Forms-10g-How-to-enable-disable-blocks-in-Master-Detail.html

Thanks for all answers.

Best Regards,
jocafi
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

I would use a record group. All about it you can find in the on-line help: "About Record Group Built-in Subprograms" topic.
If there would be any questions then ask.
Avatar of jocafi
jocafi

ASKER

Thanks Henka,

 number 1 and 2 are answered. How about the item 3?



ASKER CERTIFIED SOLUTION
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jocafi

ASKER

Thanks !