hi
I want to know the easiest way to load a form based on entered criteria.
Lets say we have form and I want to load all records that have set "Free" to true.
1. The user must be prompt with a popup window to choose the criteria.
2. The form must be loaded based on the criteria the user has entered.
*This post is locked for comments
I have the same question (0)The second part of the question is simple. Just place a range on the DataSource containing your field (you can do this in the Init() method of the DataSource, after super(), or in the ExecuteQuery() of the DS before super(), or in the Init() method of the form, after super()) and set its value to your value.
The first part could allow multiple answers depending on what you are actually looking for. You could build a dialog in a class and after that start your form (do this as simple as you can, probably in the main() method of the class).
Syed Haris Shah
9
Mea_
4
KP-31070522-0
3