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 you are going to love this place.

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 Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Martin/Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments
  1. Asked: January 13, 2021

    Showing a Page Item below a table in a region

    Martin

    Martin

    • 2 Questions
    • 5 Answers
    • 0 Best Answers
    • 33 Points
    View Profile
    Martin Contributor
    Added an answer on January 14, 2021 at 1:47 pm

    Thanks Vinish. Not sure if it'll work as regions seem to always want a name that'll be displayed which I don't want. I'll give them a try. Thanks Martin

    Thanks Vinish. Not sure if it’ll work as regions seem to always want a name that’ll be displayed which I don’t want. I’ll give them a try. Thanks

    Martin

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: January 13, 2021

    Showing a Page Item below a table in a region

    Martin

    Martin

    • 2 Questions
    • 5 Answers
    • 0 Best Answers
    • 33 Points
    View Profile
    Martin Contributor
    Added an answer on January 13, 2021 at 5:32 pm

    Hi Vinish Hope you're well. Wasn't clear - sorry. So, I have 3 page items on a page with a classic report. I want two of the page items to appear above the classic report (table) and one of them to appear below the classic report. As I've said, the third item just happens to be populated by a SQL stRead more

    Hi Vinish

    Hope you’re well. Wasn’t clear – sorry.

    So, I have 3 page items on a page with a classic report. I want two of the page items to appear above the classic report (table) and one of them to appear below the classic report. As I’ve said, the third item just happens to be populated by a SQL statement from a table which is different from the table that is populating the classic report.

    Martin

     

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  3. Asked: October 6, 2020

    Javascript combined with PL/SQL on Apex page

    Martin

    Martin

    • 2 Questions
    • 5 Answers
    • 0 Best Answers
    • 33 Points
    View Profile
    Martin Contributor
    Added an answer on October 20, 2020 at 2:35 pm

    Hi Vinish I just wanted to update you on the progress of this task. I've managed to implement my second requirement, solving a couple of issues on the way. It may not be the same solution that you may have proposed but very similar. I wanted to check for a value that was already being used in anotheRead more

    Hi Vinish
    I just wanted to update you on the progress of this task. I’ve managed to implement my second requirement, solving a couple of issues on the way. It may not be the same solution that you may have proposed but very similar.

    I wanted to check for a value that was already being used in another table so activated the Ajax code on the Delete button, having set a page item of the ROWID on the selection change of the region. All worked well except where I’d added a duplicate item of one that was being used in the other table, and then tried to delete the new item. The Ajax code ran because I was deleting something.

    So, because the new item hadn’t been submitted to the database, its RowID was set as a temporary one (t1000 etc.), I was able to trap this and therefore delete it without checking about it being used in the other table.

    So, thanks again for your help.

    Martin

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  4. Asked: October 6, 2020

    Javascript combined with PL/SQL on Apex page

    Martin

    Martin

    • 2 Questions
    • 5 Answers
    • 0 Best Answers
    • 33 Points
    View Profile
    Martin Contributor
    Added an answer on October 8, 2020 at 7:25 pm

    Hi Vinish, Many thanks for this. I've implemented the first issue successfully after missing the colon in the Expression of the  Set Value and the typo in the text, where passing P12_EMPID instead P3_EMPID :-) I'm having trouble implementing the second part although I understand what's to be done. IRead more

    Hi Vinish,

    Many thanks for this. I’ve implemented the first issue successfully after missing the colon in the Expression of the  Set Value and the typo in the text, where passing P12_EMPID instead P3_EMPID 🙂

    I’m having trouble implementing the second part although I understand what’s to be done. I’m going to preserver and will get back to you if I get stuck.

    Thanks again. I bow to your knowledge!!

    Martin

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  5. Asked: October 6, 2020

    Javascript combined with PL/SQL on Apex page

    Martin

    Martin

    • 2 Questions
    • 5 Answers
    • 0 Best Answers
    • 33 Points
    View Profile
    Martin Contributor
    Added an answer on October 6, 2020 at 7:20 pm

    Hi Vinish Ouch! Didn't realise it would be like that but many many thanks. This will help in increasing my understanding of Apex and how it all hangs together. I'll let you know if I've understood it properly.

    Hi Vinish

    Ouch! Didn’t realise it would be like that but many many thanks. This will help in increasing my understanding of Apex and how it all hangs together.

    I’ll let you know if I’ve understood it properly.

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter

Sidebar

Ask Question
Write a Post
  • Recent
  • Answers
  • Bheem

    What is best way to design school time table?

    • 0 Answers
  • OrclQA Wiki

    How to display file contents in MAC terminal app?

    • 1 Answer
  • Greg

    Displaying image in modal window

    • 3 Answers
  • Greg Grimes

    20.2 APEX: How can I pre-select the searchable column in ...

    • 0 Answers
  • ApexPadawan
    ApexPadawan added an answer Have you tried using the built in file browse item,… January 21, 2021 at 1:29 pm
  • ApexPadawan
    ApexPadawan added an answer First Add the following to CSS > Inline under Page… January 21, 2021 at 1:21 pm
  • Vinish
    Vinish added an answer Yes, this is also fine. January 19, 2021 at 3:25 pm
  • Greg
    Greg added an answer I tried your solution and it worked, but since I… January 19, 2021 at 3:23 pm
  • Vinish
    Vinish added an answer You can use the cat command to display file contents… January 19, 2021 at 10:41 am

Recent Blog Posts

  • Vinish

    Copy URL to Clipboard on Button Click Examples

  • Vinish

    Find When Your Mac Was Last Shutdown

  • Vinish

    Oracle SELECT Statement

  • Vinish

    Python Append List to List Example

  • Vinish

    JavaScript Object Get Value by Key

Explore

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

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