Home » Developer & Programmer » Forms » sort data in non-base table multi record block
sort data in non-base table multi record block [message #86918] Fri, 19 November 2004 21:11 Go to next message
odeveloper
Messages: 34
Registered: September 2004
Member
hi

i am using forms6i and 10g for development of user interface. i have a problem that i have multi records block which is non-base table. i want to sort data in this block for user to check when user complete data entry and press button OK to finish. can i do it???

thanks.

 
Re: sort data in non-base table multi record block [message #86928 is a reply to message #86918] Sun, 21 November 2004 19:50 Go to previous messageGo to next message
hay
Messages: 6
Registered: August 2003
Junior Member
GO_BLOCK(NON BASED BLOCK NAME);
FIRST_RECORD;
LOOP
--Using any Sorting Algortmes
--NON_BASED BLOCK like ARRAY
--The RECORD like NODE in ARRAY
--You can moving by NEXT_RECORD and PREVIOUS_RECODR

NEXT_RECORD;
EXIT WHEN :SYSTEM.LAST_RECORD ='TRUE';
END LOOP;
Re: sort data in non-base table multi record block - live plz read [message #86958 is a reply to message #86928] Tue, 23 November 2004 23:53 Go to previous message
odeveloper
Messages: 34
Registered: September 2004
Member
thanks live for help.
can you please give an example code of rows you mentioned with (-) because i failed to understand these as i have started learning sice 6 or 7 months.
thank you again.
Previous Topic: An Error cannot understand why? VERY URGENT
Next Topic: Installing Forms 6i on Windows XP
Goto Forum:
  


Current Time: Sat Sep 07 15:45:26 CDT 2024