sql - Oracle forms12c Runtime setting-Aplication server URL -
i have oracle 12c client-server enviroment & running 12c ias.
for aplication developement using oracle forms 12c builder.
in forms builder under view->preferences there runtime tab. under runtime tab there option aplication server url.
basically can run (f5) aplications forms builder long said .fmx on ias well.
my problem constructing proper url link forms server. right have made this:
http://[server]/forms/frmservlet?config=development link works browser/ias fails find application "can not run .fmx c:\....".
if not specify exacty form want run this:
http://[server]/forms/frmservlet?config=development&form=module2.fmx and make this:
http://[server]/forms/frmservlet?config=development default form value passed local path .fmx.
question is: how pass form name parameter?
Comments
Post a Comment