InterviewSolution
Saved Bookmarks
| 1. |
Why Must You Specify The Transaction Object For A Datawindow Control After Creating The Datawindow Object? |
|
Answer» The CREATE() function MUST be followed by SetTransObject() function because Create() DESTROYS any previous association between the DATAWINDOW and a transaction object. Then, we can issue a Retrieve(). The Create() function must be followed by SetTransObject() function because Create() destroys any previous association between the DataWindow and a transaction object. Then, we can issue a Retrieve(). |
|