Different Form for the same Table, is possible?

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
AndreasV
User
Posts: 4

Different Form for the same Table, is possible?

Post by AndreasV »

Hello, we finally decided to go for a purchase for this very good product (indeed)...
So, we are in status to developing a new app.

One problem that we came across is that there is no obvious solution when We want to make more than one CRUD form for the same table.
Is this possible?
We try creating a VIEW and than checking the Add [] in the ADD page, but this is actually get.... unchecked! after the compilation...

Is there any work around pls?

Thank you!!!


AndreasV
User
Posts: 4

Post by AndreasV »

I managed to find the solution...
I had to check the Primary Key Column feature as it was not checked by default in the View (even if the MS SQL column in the table is PK).
In addition, when I performed Copy Field Settings the PK is not copied (from the original table to the view).

So, I had to set the PK flag ON, manually in my view.


Post Reply