Originally Posted by
lianjasupport
1. You need to build a custom query form as a custom canvas then have some buttons that do the retrieval and then change the datasource on a grid (assuming you want to populate a grid).
2. The "FormBar" at the botton of the screen is a standard attribute and can be hidden/disabled. If the user does not have delete permission the button should be grayed out. If it isn't thats a bug.
3. Yes the field (caption and control) will not be visible. Thats also true for apps, pages and sections. Its all role/permission based.
sidenote: it sounds like we need a new attribute (Don't load data when app first loaded) that will prevent the grids being populated automatically when the App is loaded. This would provide the functionality that you are mentioning i.e. build a query and the call refresh() on the grid from a commandbutton click delegate.
Bookmarks