I have a text item named :table.item set :
UPDATE ALLOWED = YES
UPDATE ONLY IS NULL = YES
If the first time I enter data in the text item :table.item and commit, the second time I can't modify the item data, but if I press a button with the followin code:
:table.item:='0001';
Why Forms change the data commited in the item, if it isn't updateable??????
best regrads.
UPDATE ALLOWED = YES
UPDATE ONLY IS NULL = YES
If the first time I enter data in the text item :table.item and commit, the second time I can't modify the item data, but if I press a button with the followin code:
:table.item:='0001';
Why Forms change the data commited in the item, if it isn't updateable??????
best regrads.