i have files ( word - excel - pdf) are base64 ... i want to download this files from oracle apex depend on parameter
Discy Latest Questions
Hello everyone I want to ask how to active / inactive links in Interactive grid I want to activate the link when RANK1 is Employee name and deactivate the link when RANK1 is Hire New. Is there a solution to my problem? Thank you very much
Hi. How can I include DATE RANGE search criteria in Faceted Search? (while I was trying, I am getting the following error. Facet is not supported for DATE or TIMESTAMP columns.) Thanks,
I am creating a collection in page1 and saving the collection name into a page item . Now I have to pass this collection to page 3 and use there. I used the page item where I stored the collection name as a parameter to page 3 and trying to use in page3 , but somehow it does not work. can you give some guidance Thanks George Thomas
Dear Vinish i want to create a login page with new user and old user authentication.. for eg if a user has user id and password he can login from login page. but if a user is new to he has to create login credentials.. currenty i have already created custom authentication as shown in your link 'https://www.foxinfotech.in/2019/09/create-custom-authentication-in-5-easy-steps-in-oracle-apex.html' i have also placed a link on login page 'to create new user press here' and redirected the link to another page in application but as i have created autentication i'm not able to redirect to other page from login screen thanks in advance can anyone help me out?
I am having form and interactive grid on same page in my apex application like header and detail part if i do change in Header and Detail both and press apply change buttton it shows me following error: No Primary Key item has been defined for form region INV_HDR. if i do change in only header part and perss apply change button changes get saved .
i am displaying image in my region i want to move to the left how can do it means on top of column yymm
I have a report in my apex app in which in report i have kept page items as parameters through which report gets displayed In which there are page items 1) id 2) image i'm trying to display image based on page item id , my image column gets image through "blob column return by sql statement" i'm not getting Image based on id i tried all dynamic action like refresh page item image when id is changed can any one help me out?