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
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).
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156