making ARRAY help needed please [message #86810] |
Thu, 04 November 2004 19:54 |
odeveloper
Messages: 34 Registered: September 2004
|
Member |
|
|
hi all!
i m using 6i and 10g for development of user interface. i want to make ARRAY in Form for a variable like we can do in C/C++. please give an example code also to understand it.
i tried :global.var+n or :global.var||n but not working.
actually i m going to validate from multiple records block while user have not yet saved but its in Form. the fields are: code, range_from and range_to. code can be entered multiple times but range from always be +1 of range to of previous record which have the SAME code. at the time user press Save button i want to validate ranges (user can enter multiple times a code no matter its in sequence or not like
001, 1, 10
002, 1, 5
003, 3, 6
001, 11, 20
002, 6, 10
001, 21, 30
and so on)
in this case i want all DISTINCT codes and pass to a function through a loop to validate ranges one by one.
thanks in advance for a solution.
|
|
|