Hi all,
Anyone know if is possible to disable the "Go To Main Table" feature at records in Forms dynamically per user or user group?
I just want to create a simple menu for some manufacturing workers but I dont want them wandering around the tables.
Regards
Pedro
0
Comments
You can do it. Go to your field on datasource and override method
public void jumpRef()
{
// super();//this calles "Go To Main Table"
}