1). Is there an easy way to disable all of the data manipulation statements on the client (the Select Menu).
2). If the user selects the SORT option, they see all of the columns in the table. Is there a way to restrict the list of columns for sorting. I do not want the end user delving into our table structure!
Yes. Set each corresponding form property value to “none”.
Set list view form’s onSortCmd property to “none”. Then create a globals.gToggle field and allow toggling of each column’s sort order by attaching an onAction method under properties to each column heading label. Use a method like this: