Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Primary/Foreign Key Error which
Hussain
Hi, Create two form Dept and Emp, both have primary and reference key. However, try to delete dept which deptno exist in emp then you will be getting constrain error, this error i want to be displayed as per my message.
Hi,
Create two form Dept and Emp, both have primary and reference key. However, try to delete dept which deptno exist in emp then you will be getting constrain error, this error i want to be displayed as per my message.
See lessPrimary/Foreign Key Error which
Hussain
Unique constrain or primary key or any other error message should be displayed as per mapping which has been defined in custom table.
Unique constrain or primary key or any other error message should be displayed as per mapping which has been defined in custom table.
See lessPrimary/Foreign Key Error which
Hussain
Hi, I have create function based on this" https://www.foxinfotech.in/2020/03/oracle-apex-error-handling-function-example.html" and called at page level, but still there is no proper error appearing which can be more readable. Please suggest. Thanks.
Hi,
I have create function based on this" https://www.foxinfotech.in/2020/03/oracle-apex-error-handling-function-example.html" and called at page level, but still there is no proper error appearing which can be more readable.
Please suggest.
Thanks.
See lessHow to call database procedure on button click
Hussain
Thank you afzal, Working perfect!
Thank you afzal,
Working perfect!
See lessHow to call database procedure on button click
Hussain
Hi Fazal, Can you please elaborate few more steps so i can complete this activity as i am doing this first time. Thanks.
Hi Fazal,
Can you please elaborate few more steps so i can complete this activity as i am doing this first time.
Thanks.
See lessHow to make filed as Read only through java script
Hussain
Thanks, It's working. Can we do the same for sub Region, for example, i have to change caption of Static Conent but no luck. can you please suggest some idea.
Thanks,
It's working.
Can we do the same for sub Region, for example, i have to change caption of Static Conent but no luck.
can you please suggest some idea.
See lessRate doesn't take from database when query/Item selection
Hussain
When I select item (DA) on sales then system get rate automatically from item setup. For example laptop item defined rated 50000, but when changed to 60000. However, after saving this record and then see it again system show the old rate where in database it’s 60k. In this regards, I have applied coRead more
When I select item (DA) on sales then system get rate automatically from item setup. For example laptop item defined rated 50000, but when changed to 60000. However, after saving this record and then see it again system show the old rate where in database it’s 60k.
In this regards, I have applied condition through DA at item that if rate is null then system get rate from item master table then above my issue get resolved
Now if saved laptop item based on that system get rate automatically which is 50k. Now replace item “laptop” with “mouse” then system don’t get rate just because already mentioned DA that rate will be fetched when rate is null, so how can I solve this issue
See lessCrate LOV from Shared Components in Mapping
Hussain
Thanks for you update on this.
Thanks for you update on this.
See lessCustomer name (item Type PopLOv) in Oracle Apex
Hussain
If allow user select pick from lov then it again take time, As in oracle Forms user can enter value manually or take it from list which validate form it self. Is there any workaround, so user can select values either list or manually and customer_id alos can be stored. Thanks.
If allow user select pick from lov then it again take time, As in oracle Forms user can enter value manually or take it from list which validate form it self.
Is there any workaround, so user can select values either list or manually and customer_id alos can be stored.
Thanks.
See lessCustomer name (item Type PopLOv) in Oracle Apex
Hussain
Thanks Vinish, I will apply the validation, But now where can store code, Let suppose, i have customer name which select from LOV and code automatically store at backend. However, when set LOV as manual then user may able to do any value at from-end but validate run make sure either this customer naRead more
Thanks Vinish,
I will apply the validation, But now where can store code, Let suppose, i have customer name which select from LOV and code automatically store at backend. However, when set LOV as manual then user may able to do any value at from-end but validate run make sure either this customer name exist or not, if exists then it will allow.
Now Question is what about the customer_code which is stored behind, what about in this case.
Thanks.
See less