Hello Apex Expert, In Apex, I have Master Detail form where Detail part is created using Interactive Grid. This is one go form i.e. entering master and detail record on the same form. I do not have Master Report. So when I click the Save button I want to save the data in Master table as well as in Detail ...
vinish.ai Latest Questions
I have develop an application on Real Estate Management System. It’s Database version is Oracle 12c and developed by Apex 20.1 . Now i want to take a domain and hosting so that it can be access remotely by the end user. I want my HTTP URL like www.aksirnagar.com Kindly tell me please how can i get that features.
Kindly tell me how can I add quantity and item on the collection when I click the Card Layout Report.
In Apex, I have a Interactive grid which displays data from a view. The data is not modified in the grid but needs to be saved to another table when we click on the save button in the interactive grid. I am new to Apex and am unable to save the data to the table. Currently I have created an ...
In Apex 20.1, when consuming services from an api it shows the error Ora-29273 http request failure So I try in sqldeveloper the following: Select apex_web_service.make_rest_request ( P_url => ‘https://developers.decidir.com/api/v2/healthcheck’, P_http_method => ‘GET’) from dual; And I get the same error. I have created ACL with connect, resolve privileges for my apex user That link does not have CA, since testing it from Arc, postman or ...
Hello everyone. I’m having trouble translating alert messages in Oracle apex. Since my language (Bosnian) is not supported by apex, I’m trying to translate entire application manually. I’ve done 90% of work already, translating strings in Shared Components/Globalization/Text messages. I have found text message names and English text values on official oracle website on this link. Now my problem ...
Hello Sir, I want to know, how can i print oracle reports 10g directly from printer without showing on screen, i found some of example where experts uses java beans to accomplish this task, but i want to know is that any other way to do this? Thank You!
Hi! How to display image from table in card report. I created card report, but when I add blob file into sql query I get [datatype] instead of image. I tried to find solution, but I couldn’t. Thanks in advance!