What is a physical page ? & What is a logical page ?
Answers were Sorted based on User's Feedback
Answer / guest
A physical page is a size of a page. That is output by
the printer.
The logical page is the size of one page of the actual
report as seen in the Previewer.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / navin kumar
when page is started and loaded it is called physical pages.
and when it comes from the run time it is called logical
lpage.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between call_form, new_form and open_form?
hiding item in report how like that properly,thats manually but at runtime i want to do
List some built-in routines used to manipulate images in image_item?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What do you mean by a page ?
What is responsibility and how u attach How to create user and how u attach with responsibility.
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the smae block level ?
What are the built-ins used for processing rows?
How to create Drill down report?
What is the User-Named Editor?
What is coordination Event?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?