InterviewSolution
Saved Bookmarks
| 1. |
How Often Must You Set The Transaction Object ? |
|
Answer» Just once when we define the DW control. If we CHANGE the association of a DATAWINDOW object with a DataWindow control in a script, we MUST re-issue the SetTransObject () before the NEXT retrieval or update. Just once when we define the DW control. If we change the association of a DataWindow object with a DataWindow control in a script, we must re-issue the SetTransObject () before the next retrieval or update. |
|