enable-update-delete-insert a row when radio buttons pressed

﹥>﹥吖頭↗ 提交于 2019-12-13 20:53:14

问题


I had tabular with 10 number of display items which is disabled update delete insert property and also the text_items so at initialization of form most likely are disabled. I tried to add radio button so when user select a row only selected row will be enabled its text_items and update delete insert property when user move to another record it will disabled again but I am getting this error message

ORA-00904: "RADIO_GROUP33": invalid identifier

SELECT ROWID,column1,column2,column3,RADIO_GROUP33 FROM table1

回答1:


Just for sharing my problem that I was navigating through multiple forms using OPEN_FORMS which is by default has NO_SHARE_DATA_LIBRARY I had replace it with CALL_FORM which is has same parameters as OPEN_FORMS but it is allow forms to do update insert and delete transactions for more understanding Please refer to oracle forms builder help search for OPEN_FORM AND CALL_FORM key words

Thanks



来源:https://stackoverflow.com/questions/30128120/enable-update-delete-insert-a-row-when-radio-buttons-pressed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!