GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Oracle Forms 4.0

 Print  |  
Question:  Data which are checked in control block should be populated in detailed block

Answer: hello,
i am facing one problem. I have one main form. In that when i press one button, one window will be pop up with the details of Orders for the particular supplier which was selected in main form. I will check only few orders which i need and when ever i click submit, those checked records should populate in the detailed grid. Popup window is based on control block.

One record it is populating. But if i have multiple records then last record is populating. I need all the records which are selected.

Can you please any one guide me how to proceed.

Thanks & Regards,
Akash


August 08, 2008 06:05:41 #1
 samrat_misra   Member Since: August 2008    Total Comments: 1 

RE: Data which are checked in control block should be populated in detailed block
 
First go to the first record of that block from which you want to populate data, check whether that is checked or not, if checked then assigned those values into that block where you want to poulate. Loop untill the last record is fetched. May be it can resolve your problem
     

 

Back To Question