Size: a a a

2021 March 26

AT

Abinesh Toretto in Oracle APEX
Is there any blog related switch(item)
источник

AT

Abinesh Toretto in Oracle APEX
i want to apply js dynamic change the value in the item '
источник

JK

Jash Ka in Oracle APEX
Темик
Why not to use parameters in the package ? I think it is a most common way of doing it. Maybe there are some other ways around it,  but this is what we doing in our development.
I agree with it. Parameters are the way. I'm dont like to fill "Items to Submit" and "Items to Return". And I'm dreaming about change items directly inside my_package.my_proc().

But this is most likely impossible.
источник

Т

Темик in Oracle APEX
Jash Ka
I agree with it. Parameters are the way. I'm dont like to fill "Items to Submit" and "Items to Return". And I'm dreaming about change items directly inside my_package.my_proc().

But this is most likely impossible.
No clue mate, maybe you someone more experienced will answer that question. Good luck anyways!
источник
2021 March 27

R

RAULdba in Oracle APEX
Переслано от RAULdba
Tem gente que fala que não teve oportunidade de fazer um bom curso pagando muito pouco...
Tem gente que fala que se um treinamento é barato não deve ser bom...
Eu adoro desafios... Por isso resolvi lançar os cursos do projeto DBA por três dias o pacote completo contendo 6 módulos do inicial (zero mesmo) ao avançado todos com certificado, por apenas R$ 150,00 para provar que oportunidades existem e que nem tudo que é bom precisa custar caro.
acesse: http://www.projetodba.com.br/pascoa e confira agora mesmo.
Mas corre que é até domingo 28/03/2021 às 23:59.
#oportunidade #treinamento #tmjprojetodba
источник

AT

Abinesh Toretto in Oracle APEX
Guys anyone used switch
источник

AT

Abinesh Toretto in Oracle APEX
in item, or any blog related blog
источник

JK

Jash Ka in Oracle APEX
Темик & Ko Thanks!

And next question now.

I have table1. I make region in Page1. I give this region some parameters (items) and make grid on table1 within this region. Some complex logic grid. And I'm going to change this logic in future.

And I want use this region as sub region in Page10, Page55 and Page155. I can of course mouse right click on region and "Copy to other Page...". But I want reusable region. I want change region in one place and propagating changes everywhere at the same time.

Can I?

Or may be "Parameterized reusable region" == plugin?
источник

Т

Темик in Oracle APEX
Jash Ka
Темик & Ko Thanks!

And next question now.

I have table1. I make region in Page1. I give this region some parameters (items) and make grid on table1 within this region. Some complex logic grid. And I'm going to change this logic in future.

And I want use this region as sub region in Page10, Page55 and Page155. I can of course mouse right click on region and "Copy to other Page...". But I want reusable region. I want change region in one place and propagating changes everywhere at the same time.

Can I?

Or may be "Parameterized reusable region" == plugin?
Don't think so I used something similar, but sounds interesting and I think you can do it. However, don’t know how to achieve this. Do some research on "reusable grid" or reusable region maybe, something along these lines ..
источник

AS

ABST Support in Oracle APEX
Abinesh Toretto
Guys anyone used switch
any
issue
источник
2021 March 28

HB

Hurman BOK in Oracle APEX
Documentation for disconnected
источник

PR

Prashanth Reddy in Oracle APEX
yeah that would be it
источник

TE

Tony Eccles in Oracle APEX
Which way please?
источник

TE

Tony Eccles in Oracle APEX
источник

AT

Abinesh Toretto in Oracle APEX
ABST Support
any
issue
I have region in that region there is image on the image I have a dynamic text when I click the switch that should hide
источник

HB

Henry B in Oracle APEX
now it should be fine
источник

TT

TronGamingToken Tron... in Oracle APEX
But how to send in one message
источник

JK

Jash Ka in Oracle APEX
Abinesh Toretto
I have region in that region there is image on the image I have a dynamic text when I click the switch that should hide
Create Switch P2_SWITCH, set attribute Settings to "Custom", set On Value as "ON", Off Value as "OFF" (or other values as you wish)
For P2_SWITCH Create dynamic action as When = "Change". Client-side Condition Type = "Item = Value", Item = "P2_SWITCH", Value = "ON"
Create TRUE Action as Show, Affected Elements = "your-image-region".  
Create FALSE Action as Hide, Affected Elements = "your-image-region".
источник

AT

Abinesh Toretto in Oracle APEX
Jash Ka
Create Switch P2_SWITCH, set attribute Settings to "Custom", set On Value as "ON", Off Value as "OFF" (or other values as you wish)
For P2_SWITCH Create dynamic action as When = "Change". Client-side Condition Type = "Item = Value", Item = "P2_SWITCH", Value = "ON"
Create TRUE Action as Show, Affected Elements = "your-image-region".  
Create FALSE Action as Hide, Affected Elements = "your-image-region".
I have tried tho but the true action thing let me see
источник

JK

Jash Ka in Oracle APEX
Abinesh Toretto
I have tried tho but the true action thing let me see
Or may be you don't need region, but concrete item to hide-show? Then select this  Item here.
источник