InterviewSolution
Saved Bookmarks
| 1. |
Can You Dynamically Assign A Datawindow Object? |
|
Answer» Yes, using DataWindow’s CONTROL ATTRIBUTE “DataObject”. DataWindow control has the attribute DataObject. If we WANT to change an associated DataWindow object at RUNTIME we need to put a line in the script that changes the value of the DataObject attribute. For example: dw_1.DataObject = “d_name” Yes, using DataWindow’s control attribute “DataObject”. DataWindow control has the attribute DataObject. If we want to change an associated DataWindow object at runtime we need to put a line in the script that changes the value of the DataObject attribute. For example: dw_1.DataObject = “d_name” |
|