1.

What Is The Difference Between Form Init () & Ds Init ()?

Answer»
  • Form init (): in it is activated immediately after NEW and creates the run-time image of the form.
  • DS init (): Creates a data SOURCE query based on the data source properties.

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.



Discussion

No Comment Found