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.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Showing a Page Item below a table in a region
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
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 lessShowing a Page Item below a table in a region
Martin
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
Javascript combined with PL/SQL on Apex page
Martin
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 lessJavascript combined with PL/SQL on Apex page
Martin
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 lessJavascript combined with PL/SQL on Apex page
Martin
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