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:  Can a value for a display item come from two blocks? How will that be done?



August 08, 2008 02:40:56 #1
 table12345   Member Since: July 2008    Total Comments: 1 

RE: Can a value for a display item come from two blocks? How will that be done?
 
Yes it can come from two blocks. If the cource block is database/from clause query block then just go to the POST-QUERY of that block where display item exist and write :block.display_item:=block1.field1||block.field2 int hat POST-QUERY.
     

 

Back To Question