Is it normal for an onAction method not to fire when a user doesn’t have Update privileges for the table on which the form is based? It would appear this is the behavior I am experiencing.
I am working between two forms - a list view and a record view - based on the same table. The user clicks a row on the list view form, and that record (in detail) is displayed on the record view form.
There are some users I don’t want to change data in the table, but I need to know the primary key of the record that was clicked on. I solved the issue by using a transparent button in front of the fields, but I wanted to ensure this was the proper behavior.
I am running Servoy Developer/Client 2.2.3 (issue exists in both) on Mac OS X 10.4.4.