Hi,
In my dictionary I have two tables for example. One is called CARS with prefix CAR. And the other one is a VCARS which is a view on the backend and therefor has a different prefix VCAR.
When I configure a browse with the table (view) VCARS and tell it to use the form for updating the CARS table, I cannot use the default Edit/View/Delete row buttons, because of the different prefixes.
How can I solve this. I now do this with custom row buttons, but they don't support the POPUP mechanism. I would like to use the default buttons. But how?