Form 6i, Oracle 10g Database Hi Experts. i want to make a form where a user every time update any value of the field a password canvas appears. .The 'ccc' canvas has one button and one text item. where user put the password in text item and press button. if the password is correct then update and when password is not correct then restore the previous value please advised. IF :System.Form_Status = 'CHANGED' THEN show_view('CCC'); end if;
Discy Latest Questions
Hi Vinish, Thanks for all your post. Really amazing and easy tutorial for all Apex Developers. Actually i have to create a page with (one form with two editable interactive grids) with one Save button. I just followed your master_detail blog and try to create a page. But while trying to save , getting an PL/SQL numeric value error. Please help me to solve this issue.
I have an item A whose value is chosen from a Select list. Depending on the chosen value, a DA is activated and in its true option it updates an item B, with the option Set value, that does it well and shows it on the screen. The problem is that item B has the Value required parameter set to true and therefore it shows me a validation error even though item B shows the value on the screen. How can I solve that ?
How to update a database table column using ajax call back process. I have a an interactive grid on a table A and when records in table A are updated the process should get user confirmation and update table B if user confirms by pressing ok. I have created a customer button for Update. I have a hidden data item which is incremented after the grid is saved. I have a dynamic action created on change of the hidden data item to execute javascript and call the ajax callback process. It works fine and give the confirmation message. However, when user presess Ok, i am not able to update the database table B Any suggestion will help. Thanks, Vina