What is synchronize?
Answers were Sorted based on User's Feedback
Answer / chaudhry
It is a terminal screen with the internal state of the form.
It updates the screen display to reflect the
information that oracle forms has in its internal
representation of the screen.
| Is This Answer Correct ? | 21 Yes | 10 No |
Answer / ijeoma
Synchronize is a term especially used in parallel
computing. It refers to instantaneous execution of the same
task on multiple processes in order to derive the results
faster. Synchronization is the coordination of simultaneous
processes or threads to finish a task faster efficiently
and effectively while reducing any unwanted race condition.
The "race condition" is a fault in a system or process
whereby the output is sometimes surprisingly dependent on
the sequence of other events.
| Is This Answer Correct ? | 5 Yes | 8 No |
How to call a report from Forms?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
what is the source file of po report?
What are the important difference between property clause and visual attributes?
can you convert or reverse engineer a fmx back to a fmb file?
List the system variables related in Block and Field?
What are the types of trigger actions?
What are the default extensions of the files careated by forms modules?
What is a predefined exception available in forms 4.0?
What is a physical page ? & What is a logical page ?
When will ON-VALIDATE-FIELD trigger executed ?
What is a user exit program in oracle reports?