Guys,
When I have a browse containing a view of Address records and have set the form type to be popping up, then this works great for the insert button.
When I put an edit button on a row I cannot use the 'default' one since the view has primary ID field VNAW.ID and the form expects NAW.ID. I need to create a custom button calling the form with formAddress?NAW__ID=VNAW.ID. On the custom button template I cannot find anything to enable popup forms.
How can I deal with this issue?