InterviewSolution
Saved Bookmarks
| 1. |
Application Functionality Would Like To Allow The User To Print Selected Rows. How Is This Done? |
|
Answer» You can COPY the selected rows to a data store or a HIDDEN DW control USING rowscopy () and PRINT the data store or hidden DW control. You can copy the selected rows to a data store or a hidden DW control using rowscopy () and print the data store or hidden DW control. |
|