How Do I Prevent the End User from Adding New Records? (Magic xpa 4.x)
By default, a Magic xpa task allows users to add, delete, and change records. If you want to prevent the user from adding new records, do the following:
-
Go to task properties (Ctrl+P).
-
Click on the Options tab.
-
In the Create field, enter No.
-
Alternatively, you can zoom (F5, double click) from the Create field to enter a boolean expression. If the expression is false at runtime, the user will not be able to create a record.
|
|
The Online and Rich Client Samples projects (program TS12 and RTS12)