Thursday, March 21, 2019

how to run oracle forms 12c or all in apex

runs in internet explorer

create regin : pl/sql dynamic content

begin

HTP.P('<iframe src="http://localhost:9001/forms/frmservlet?form=E:\SCL12C\test12c.fmx" height="500px" width="100% id="li">

</iframe>');

end;

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...