As of version 1.4.0.0186, dbFront will now optionally call a store procedure just prior to loading the Form Data. This procedure is only called if you select a record from the grid.
The procedure is configured in the [**Events**] tab in the Table Properties.
Once the user selects a record then the procedure will be called. dbFront will pass as parameters, each of the Primary Key fields followed by the %UserName% of the current user.
It is up to the stored procedure to throttle itself and skip any processing if it is no longer needed for that user, record or day.
This functionality is not available if the table does not have a primary key.