InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Form Init () & Ds Init ()? |
Answer»
The form data source init method creates the query to FETCH data from the database and SETS up links if the form is linked to another form. The form data source init method creates the query to fetch data from the database and sets up links if the form is linked to another form. |
|