Reputation: 137
I would like to bring view details button in my form when right clicked on my form view details should be shown like in standard any form for example when we right click on item number field on the form we have view details option when clicked that opens the details form of that item.
I tried using the normal right click method but could not succeed, please help me how to bring the view details functionality in my custom form.
Upvotes: 0
Views: 5374
Reputation: 18051
To have the "View details" standard context menu, the following must be true:
FormRef
property must be setRunning the Best Practice check will usually spot the errors.
This blog entry explains it nicely.
Upvotes: 4
Reputation: 7627
You have to create Display Menu Item with the selected form.
Then you can set newly created menu item for the FormRef
property of the Table.
Upvotes: 1