Recently i create a form to INSERT, UPDATE or MODIFY data, that comes from a Interactive Report. I try to set the default value of the ID_CIA field with and Application Item variable and set the Default property of the Page Item as Type: Item and Item:APPITEM_ID_CIA (this is the Application Item var)
When i add a new record with the CREATE button the value of the field is set but when i click the save button show the message : “No checksum found for lost update detection. Can only perform UPDATE or DELETE for existing rows”. I have noticed that a new button “Delete” is added as if trying to make a modification.
Then i delete this default property and click CREATE again and only two buttons show (CANCEL and CREATE) and when i type the value allows me to enter the new registration.
Any ideas on how i can set the default value of a text field to an Application Value only when is and INSERT operation ???