Edit tag is not updatable

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

Edit tag is not updatable

Post by darkdragon »

Project converted from ANM2020 to ANM2022
I have a view where I have set-up the Primary Key manually, because the view looks like this:

select
    a.column_1
    a.column_2
    a.column_3
FROM
(
   SELECT X, Y, Z FROM TABLE_1 JOIN TABLE_2 ON ...
   WHERE CONDITIONS...
) a

I'm unable to set-up the Edit tags where I can make use of SELECT, RADIO, CHECKBOX ...
The above view was working ok in both ANM2020 and 2021


MichaelG
User
Posts: 1111

Post by MichaelG »

Did you set the Edit Tag in the Field panel (Field -> Edit Page -> Edit Tag) or clicking the icon in Edit Tag panel? What error message did you get?


darkdragon
User
Posts: 150

Post by darkdragon »

I do not get any error, simply the EditTag panel is not available with message: "the field is not updatable"
screenshot: https://i.ibb.co/QMt96fY/ANM2022-Edit-Tag-Not-Available.png

This appear to be widespread in the whole project; I think either I will reinstall the product or start with a new project from the scratch, just to see if it is replicable.
OS: Windows 11 (22000.493)


Post Reply