Sign Up

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.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Hussain/Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments
  1. Asked: November 30, 2020

    Primary/Foreign Key Error which

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on February 7, 2021 at 12:52 pm

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: November 30, 2020

    Primary/Foreign Key Error which

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on February 6, 2021 at 9:52 pm

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  3. Asked: November 30, 2020

    Primary/Foreign Key Error which

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on February 5, 2021 at 12:20 pm

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  4. Asked: December 20, 2020

    How to call database procedure on button click

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on December 21, 2020 at 10:56 pm

    Thank you afzal,   Working perfect!

    Thank you afzal,

     

    Working perfect!

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  5. Asked: December 20, 2020

    How to call database procedure on button click

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on December 21, 2020 at 11:21 am

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  6. Asked: November 29, 2020

    How to make filed as Read only through java script

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on November 30, 2020 at 10:57 am

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  7. Asked: October 23, 2020

    Rate doesn't take from database when query/Item selection

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on October 31, 2020 at 10:49 am

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  8. Asked: October 17, 2020

    Crate LOV from Shared Components in Mapping

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Added an answer on October 19, 2020 at 12:17 pm

    Thanks for you update on this.

    Thanks for you update on this.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  9. Asked: October 13, 2020

    Customer name (item Type PopLOv) in Oracle Apex

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on October 16, 2020 at 12:07 pm

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  10. Asked: October 13, 2020

    Customer name (item Type PopLOv) in Oracle Apex

    Hussain

    Hussain

    • 26 Questions
    • 47 Answers
    • 0 Best Answers
    • 194 Points
    View Profile
    Hussain Professional
    Replied to answer on October 16, 2020 at 11:18 am

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
1 2 3 … 5

Sidebar

Ask Question
Write a Post
  • Recent
  • Answers
  • Hussain

    Need to displayed Total in Interactive Report

    • 2 Answers
  • sathishkeethi

    APEX - How to Upload & Download Document in my ...

    • 0 Answers
  • Kanshu

    Can you explain this 15 puzzle code in shell script ...

    • 0 Answers
  • Sanjay

    ORA-01034 ORACLE not available

    • 2 Answers
  • afzal
    afzal added an answer STEP -1 CREATE REPORT LIKE-- select SAL AS "SALARY", NVL(COMM,0)… March 2, 2021 at 10:25 am
  • apex4ebs
    apex4ebs added an answer I have used a union in the sql of the… March 1, 2021 at 1:38 pm
  • Eyad
    Eyad added an answer Thank you. I noticed that The type sequence works only… February 28, 2021 at 3:27 am
  • SupriyaJain
    SupriyaJain added an answer Called color_ig_cells() in Page change event. It is working now.… February 26, 2021 at 4:29 pm
  • SupriyaJain
    SupriyaJain added an answer When I toggle between Page Numbers at the bottom of… February 26, 2021 at 3:10 pm

Recent Blog Posts

  • Vinish

    Oracle Apex - Display External File in Region

  • Vinish

    Oracle PL/SQL Download BLOB File to Disk

  • Vinish

    Oracle Convert External File to BLOB

  • Vinish

    Oracle Apex Calendar Example

  • Vinish

    Oracle Apex - Open Modal Dialog Page Using JavaScript

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About

© 2021 OrclQA.Com. All Rights Reserved. Privacy Policy