✏️ Explanatory Question

What are the different types of menu items available, explain each of them

👁 98 Views
📘 Detailed Answer
98
Total Views
5
Related Qs
0%
Progress
💡

Answer with Explanation

What are the different types of menu items available, explain each of them

  • Display - for Form
  • Output - for Report
  • Action - for classes

What are the most important methods on the Report?

  • Init()
  • run()
  • fetch()
  • send()
  • print()

How can we sort the DS, what facility we can get in by placing fields in Ranges

this.query().datasource(1).addsortfield (fieldnum(tablename,fieldname),sorti ng:ascending);