Generate page APEX when running?

Hello

Has anyone of you has tried to generate an APEX editable form page when running?

I have about 10 pages that are read by an ASP .NET application which generates HTML pages for these card display datasheet of attribute objects. Let me turn to pages generated, APEX because they are much more pleasant. Is it possible at all?

TIA

Best regards, Tamas

Hi Samara,
I did it for an internal application and it was a little more complex. So I can't use it as a sample. But what I can do, I can tell you the things you need to know. (I spent weeks for details). If you can do your own thing.

Here are the few things.

* How to create a

To do this, use the APEX_ITEM API

Examples:

Text element

 htp.p(APEX_ITEM.TEXT(
                    p_idx=>1,-- This is the ID value used to access the item. So give unique value here
                    p_value=>'MY VALUE',--Value of the item
                    p_size=>30,--Length of the item
                    p_attributes=>'readonly=readonly',--If you wnat to make this read only. Else use empty string
                    p_maxlength=> 40,--Maximum number of characters
                    p_item_id=>'P1_TEXTITEM1',--Name of the item
                    p_item_label=>'text Item:'--Label of the item)
               );

When you want you can access the highest point value using code below

APEX_APPLICATION.G_F01(1)

Departure and try this. And cket me know if you need more details

* If this answer is useful or appropriate then please mark and award points.

Tags: Database

Similar Questions

  • Define a jsf page links when running?

    Hello

    I use JDev 11 g to generate an application ADF BC (well, to play with her really ;-).

    I would like to know if it is possible to define links when a page is run.

    What I want to achieve, it is this, using the HR schema for example, is to have a main table detailing the DEPARTMENTS and a table of detail showing EMPLOYEES or LOCATIONS on the same page. Now, I could do with a switch, but I really didn't need two detail to run links. In addition, at some point in the future, I agree with being able to go, for example, a master EMPLOYEES retail DEPARTMENTS to a view of employee detail WORK/master on the same page, using the same components.
    So basically, what I want to do is first to define table dynamically links and then the relationship of the related mater-detail.

    Is it possible to redefine the links and my properties of tables when running, or do I have to take a different approach?

    Thank you for your help,

    Albain

    Hello

    There is no public API for this. In theory, you can generate the XML definition of the page on the fly if you understand what should be good enough. I don't know if it's worth because it's very advanced stuff you are trying. The gift that the bindings use deferred execution, your usecase is not yet valid for such an approach. Aynway, good luck

    Frank

  • What page template will change when change of page template when running?

    Hi all

    When we create a portal that have not only a model for example my portal has 4 pages, each page use different page template.
    Which pages will be changed in the new template when we use the model of change running page?
    How to frame these page should change?

    Thank you.

    I understand.
    It all depends on how you have selected the model. If you selected explicitly model A, B, C or D for your pages and you change the default template, none of the pages will be updated.

    If your current default template is set to A and you create a page when running, you can choose from all models, but you can also select default Application. If you select this, your page will get you the model that has been set by default in the config tab.
    When you update the default template in the config tab, only the pages that have the model request by default assigned will be updated which means that as soon as you select a template to explicitly, the default template is not serious and he will not change your page.

    Is this clear?

    Just try, put your default template on A and create two pages:
    Page to where you select default APplication as model
    Page B, you select A model as
    Do not change the model by default in the config to B tab and look at page A and B. You will notice that A page will be updated and uses the B model while page B will always use the model A.

  • Update page APEX when executing process on the database

    Hello

    I create a package on the database, which performs certain actions. These actions can be considered in different steps in a workflow, but this package does that automatically. Would be nice, if the user gets information about what happens during the process execution.

    So my question is: is it possible to update the information on a page of the APEX, during execution of the process?
    I am thinking something like this:

    Step 1: done
    Step 2: done
    Step 3: processing...
    Step 4:
    Step 5:

    While the substantive process on the database is running.

    Is it possible, and if so, how has been done?

  • If you can get the steps as different records (for example if they are inserted in a table or a lined pipe function can return these documents), then create a new SQL report based on an SQL query, fetch records (possibly ordering him by any column to store these ID information or insert the date)
  • Then add a JS code that refreshes the report automatically after a predetermined period (5 seconds or more), you can find this code snippet in this thread: {message identifier: = 9491610}

  • Error when running a page in J Developer - java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    Hello

    In J Developer a strange error happens when I try to run any page yesterday.

    I don't know what happened and how do I fix this

    Can someone please help me what to do?

    Screenshot below shows the dialog box when opening the developer J (10.1.3.3)

    Capture.PNG

    Here is the error when running a page,

    java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:128)

    at oracle.jdeveloper.xml.URLDomIO.load(URLDomIO.java:21)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:37)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getServerConf(Oc4jConfigAdmin.java:227)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getRmiServerURL(Oc4jConfigAdmin.java:978)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getRmiServer(Oc4jConfigAdmin.java:1002)

    at oracle.jdevimpl.runner.oc4j.Oc4jZombieUtil.okToProceed(Oc4jZombieUtil.java:38)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.preStart(Oc4jStarter.java:614)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.start(Oc4jStarter.java:269)

    at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:830)

    at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:473)

    at oracle.jdevimpl.runner.run.RunningProcess.startTarget(RunningProcess.java:76)

    to oracle.ide.runner.RunProcess$ $2 1.run(RunProcess.java:768)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Caused by: oracle.xml.parser.v2.XMLParseException: start of the element root waited.

    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)

    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)

    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)

    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:115)

    ... more than 20

    java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:128)

    at oracle.jdeveloper.xml.URLDomIO.load(URLDomIO.java:21)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:37)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getServerConf(Oc4jConfigAdmin.java:227)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getHttpWebSiteConf(Oc4jConfigAdmin.java:359)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getHttpPort(Oc4jConfigAdmin.java:1125)

    at oracle.jdevimpl.runner.oc4j.Oc4jPortConflictUtil.acquirePorts(Oc4jPortConflictUtil.java:58)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.preStart(Oc4jStarter.java:622)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.start(Oc4jStarter.java:269)

    at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:830)

    at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:473)

    at oracle.jdevimpl.runner.run.RunningProcess.startTarget(RunningProcess.java:76)

    to oracle.ide.runner.RunProcess$ $2 1.run(RunProcess.java:768)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Caused by: oracle.xml.parser.v2.XMLParseException: start of the element root waited.

    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)

    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)

    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)

    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:115)

    ... more than 20

    I guess BC4J Server is not running.

    Please help me.

    Had to extract the patch again and run the new developer,

    Old data of projects migrated to this new folder, then it is running

  • How to generate the alert when pageitem move on the page? and what class boss be use to move pageitem

    How to generate the alert when pageitem move on the page? and what class boss be use to move pageitem

    Hi Philippe,.

    You can see the kDocBoss for the ClassID with the PMIID IID_ITRANSFORM_DOCUMENT kLocationChangedMessage.

    Markus

  • I am a new learner, I get an error when running a sample of pag welcome

    Hello

    I am able to record a package and also a page but when I run this page I'm getting error messages tracking, I use jdeveloper 10.1.3.3.0.3 version

    and also please help me how to create a component of business package in this release.

    In the document 'WorklistPG ': validation error
    Invalid value ' / oracle/apps/fnd/wf/worklist/webui/AdvancWorklistRG ' of property 'Extends' component 'WorklistRN '. XML validation with OA "C:\New Folder\jdeveolper\jdevhome\myprojects\oracle\apps\fnd\framework\toolbox\samplelib\webui\StandardWidgetsPG.xml" file extensions.
    XML validation with OA "C:\New Folder\jdeveolper\jdevhome\myprojects\oracle\apps\fnd\framework\toolbox\samplelib\webui\WorklistPG.xml" file extensions.
    In the document "HomePG: validation error
    Invalid value ' / oracle/apps/fnd/wf/worklist/webui/AdvancWorklistRG ' of property 'Extends' component 'notifications '. XML validation with OA "C:\New Folder\jdeveolper\jdevhome\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\HomePG.xml" file extensions.
    [05: 58:33] Compilation complete: 0 errors, 19 warnings.

    Details of the exception.
    oracle.apps.fnd.framework.OAException: Application: DNF, Message name: FND_NO_REGION_DATA. Chips: BOUNDING is/mycompany/oracle/apps/po/WelcomePG/webui/WelcomePG;.
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)




    Please help me in this issue I'm new to this I get an error indicating that the warning: there is no element in the package.



    Thank you

    Hello

    If you want to know how to create a package and component BC4J it check this link http://sushantsharmaa.blogspot.in/2012/11/7-simple-search-page-in-oaf.html

    Note : please visit index.html in Jdeveloper patch, when you check out patch you will find three files (Jbin, Jdevhome, JdevDoc) select Jdev doc - > Index.html
    open content exercise and select Oracle Application Framework Toolbox tutorials provided and try in a sequential order, it will help you to learn things in the OPS.

    -Had

  • How to log on automatically to the apex and run a specific page / application

    Hi all.

    I would like to know if there is a way to connect automatically to the apex and run a specific page / application. I mean, invoke browser and necessary information for you connect (non-public user) and run a specific application (secure ina in if possible).

    Thanks in advance...!

    Hello

    Well, as a very crude test, you can set your authentication scheme being request Express authentication define specific users to Apex. Then, create one before the login process of header on the page of connection (101) to automatically open a session that contains:

    apex_authentication.login(
        p_username => :P101_USERNAME,
        p_password => :P101_PASSWORD );
    :P101_PASSWORD := NULL;
    

    conditional on P101_PASSWORD is not null.

    Then you can login using your username and password in the URL, for example

    f? p = YOURAPP:LOGIN:P101_USERNAME, P101_PASSWORD:username, password

    Rod West

  • Save Pages when running

    Hello

    Newbie question here. I restart my exploration of the Webcenter after a blunder understand based on the ADF.

    I have a question about creating Pages when running... Is it possible to save this page after I created so that
    even after that I restart my Application portal, I could still see the page I created before?

    I noticed that my pages is lost after that I restarted my portal application.

    Thank you.

    WebCenter 11G PS3

    This is the default behavior. You can of course change.
    I have explained in my tutorial: http://www.yonaweb.be/webcenter_tutorial/part1_configure_webcenter_portal_application

    Pages are stored in the MDS, and every time that you run the portal, JDev will remove runtime customizations. It's just the settings in the properties of the application, as you can see from my explanations in the tutorial.

  • Header is repeated when running on the 2nd page of table

    I have a form with a dynamic array, in which the user is allowed to add and remove lines to it as needed.  The table also has a column at the end of it which will become visible/hidden on the click of a button.  He also performed some arithmatic (addition and multiplication) basis for calculating prices for orders.  The problem occurs when the table is too large to fit on one page; She throws herself on a second page.  When the file is saved, closed, and then reopened the table appears with two repeated headers and two repeated the footer.  Any idea what is the cause to happen?

    Imagxyz.png

    Above is an example of the table before the problem occurs.

    Imagexyb.png

    Above is the double page that is displayed when the file runs on a second page, is saved, closed and then reopened.

    Any help is appreciated.

    Thank you.

    You can check the check boxes in the attached picture on how you want to than the header and footer to repeat in the pagination...

    If you want the header to appear on the first page, then check the first box below.

    If you want it repeated in every subsequent page check the other...

    Similarly, if you want the footer to display at the end to check the last box...

    To set these properties, select the header row / line footer in your range of hierarchy and goto paging tab in the properties of the object...

    Thank you

    Srini

  • Error page when running example OFA page

    Hi, I use the new instance of R12, I started to create the OAF page, at first, I started with the sample page. When I compiled, no error came. But at runtime, I got the following error:

    "Error page".
    You have encountered an unexpected error. Please contact the system administrator for assistance.

    Please tell me what I should do to fix this error.

    Select the profile option: DNF: Diagnostics for details on the error.

    http://oracleanil.blogspot.com/2009/04/itemrn.html

    Thank you
    -Anil
    http://oracleanil.blogspot.com

  • InDesign extension is not displayed when run via the option "Debug as".

    InDesign extension is not displayed when run via the option "Debug as".

    Hi all

    I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

    I'm having two problems, do not know if they are related.

    1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

    Could not open the Editor: an unexpected exception was thrown.

    Details:

    java.lang.NullPointerException

    at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

    to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

    at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

    at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

    at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

    at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

    to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Here is my manifest file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

    " ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < author >

    <! [CDATA [Swati Sisodia]] >

    < / author >

    < ExtensionList >

    < extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

    < / ExtensionList >

    < ExecutionEnvironment >

    < parameter Listehotes >

    < host name = "IDSN" Version = "7.0" / >

    < host name = "Clement POUPARD" Version = "7.0" / >

    < / parameter Listehotes >

    < LocaleList >

    < Locale code = 'All' / >

    < / LocaleList >

    < RequiredRuntimeList >

    < RequiredRuntime Name = "CSXS" Version = "2.0" / >

    < / RequiredRuntimeList >

    < / ExecutionEnvironment >

    < DispatchInfoList >

    < Id = "com.pubpress.CXP.extension1 extension" >

    < DispatchInfo >

    < resources >

    < SwfPath >./ConnectXPress.swf < / SwfPath >

    < / resource >

    life cycle of the <>

    < AutoVisible > true < / AutoVisible >

    < / life cycle >

    < UI >

    Panel < type > < / Type >

    ConnectXPress < menu > < / Menu >

    < geometry >

    < size >

    < height > 520 < / height >

    < width > 350 < / width >

    < / size >

    < / geometry >

    < icons >

    < Type icon = 'Normal' >./icons/normal_icon.png < / icon >

    < Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

    < Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

    < Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

    < Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

    < / icons >

    < /UI >

    < / DispatchInfo >

    < / extension >

    < / DispatchInfoList >

    < / ExtensionManifest >

    2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

    Any help is very appreciated. Please let me know if I need to provide more information.

    Kind regards

    Swati.

    I've solved both of my problems. And I thought I'll post for others.

    First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

    I changed it to:

    I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

    The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

    This is what brought me to do:

    I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

  • Label and Format data binding work when running in JDev, but not deployment...

    Hello world:

    We run JDeveloper 10.1.3.42.70
    JHeadstart 10.1.3.2.51
    Our Oracle 10 g database is.

    I've been shooting some modifications of an existing Web page. Changes in which I remove an element of the page, or remove a box, this works fine running within JDeveloper (execution ViewController right-click menu arrow) and in the later deployment.

    But what I feel is anything in EO/VO data links - such as the format of a digital or a label behave differently when running in JDEV, then running deployed.

    When I change a label, or in a digital format in the folder of the local editor control tips entity/View, then run the application using the 'performance' within JDeveloper arrow, the changes appear as I expect.

    But I deploy this application, then run and formats and the old labels appear, but the new withdrawal of parts or elements is such that I wait for him. The new formats of labels / is displayed when the server is restarted. I'm testing if we can bounce the app, or bounce the container, but I wonder why these properties of the editor view/entity control Hint may not behave in the same way as other changes (deletion of point or region).

    I tried the model of cleaning & rebuild each time. I tried to clean the ViewController and rebuild each time. I closed my browser and deleted all the cache, then re-opened to make sure that I didn't put one old cached.

    After searching this forum, I tried the check from the "Bind prompt element to ADF BC control indication"Label text? '" under Tools - Preferences - settings of Jheadstart. Who hasn't made a difference.

    I do not understand why these changes form appearing when I run inside the JDEV app, but not when I deploy this application until the server is stopped. I hope certainly that I did not restart the server whenever I want to re - deploy.

    Does anyone have any suggestions? To try to understand what is happening here, I would also like to know where the text is generated when I make a change to a format or label. I can find references to the link in several files, for example ("#{bindings.") PersonLastName.label}'), but where is the actual location of the file that contains the label of 'Name' that I put in the entity control tips Editor folder in the "Text of the label" box?

    Is there a setting on the server? Is there something else I'm supposed to do?

    I appreciate any assistance.

    Mary
    U

    Mary,

    As long as the app server JAVA virtual machine is running, the adf business components are not reloaded. There is no mechanism for reloading available for business components on a JAVA virtual machine running. So, I'm afraid you will have to continue to restart the server. This also occurs when you run the application in JDev. She always starts a new OC4J instance, that's why you see the changes immediately JDev.

    Steven Davelaar,
    JHeadstart team.

  • Page APEX control items are displayed using the APPS user!

    Hi friends,

    I am running an Apex Application of the Apps (E Business suite-> link to Application). When the user clicks on this link without asking the login of the APEX, the application is open based on credentials Apps. Now my problem is the customer requests to restrict the display of the elements of the page (i.e. buttons) in the Application of the Apps user login and accountability-based APEX.

    I know how to show the result as normal button: APP_USER = "ADMIN" for example. But I don't know how to control from APPS. As I am new to both I need help from you guys to get this functionality.

    I need the faster response because it is very urgent for me.

    Thank you
    Stéphane.

    When you call page APEX-separated values, you can set the Variable of APEX with comma

    For Ex.

    f? p = 102:1:F102_ORG_ID, F102_GL_SET_OF_BKS_ID, F102_RESP_ID, F102_USERID, F102_HOME_URL:' | vOrgId | ',' || vSobId | «, » || vRespId | «, » || vUserId | vURL

    Alternatively, you can pass these parameters as Cookies.

    Let me know if you need something more.

    HTH

    Dinesh

    Published by: DineshS on February 20, 2009 02:08

  • How to load a picture of the XYgraphs when running

    Hello everyone.  I need to load a picture of the XYgraphs when running.  Each element of the array is a collection, an item is an XY Chart.  Each curve on its own XYgragh is generated as part of a search optimization.  The number of curves generated based on input from the user during execution.  Resulting curves can be sorted by the user according to different criteria.  Using the sorted curves, the user selects one or more games associated with operating conditions.  So, only 1 curve by graphic, as each curve has its own functioning conditions who were responsible of his generation (the other members of the collection).

    When I try to connect the data a little test vi, I get the error listed... that seems to be complaining that my data types match actually! ??

    Thanks a bunch

    Terry

    Look more closely at your data types.  Upstairs, you have two tables 1 d of double grouped.  While done in a 1 d table.  It is a pink cluster, transformed into a table 1 d of pink cluster.

    Look at the empty table going into the shift register.  Your XY graph is a table 1 d with a bunch of Brown.  This Brown cluster consists of two double scalars, not the two table 1 d double you up there.

    In your loop For on the top, try to convert the blue Angelfish in doubles, then the two values to group together.  Feed this cluster at the edge of the loop For and auto-index on this tunnel. Now, you will have a table 1 d with a bunch of doubles.  Which feed the element of the XY cluster at the bottom.

Maybe you are looking for