Modify a  Page created in Application Builder (cursor problem)

I created a application in the 'Application Builder' that comes with Oracle Express. I can not get the cursor to start in the first field if that field is a 'text field automatically submit when enter pushed'. it only works when I change that field to 'text field'.
Is there a way to fix this?
or
Can I pull up the code for that page and modify it manually?
or
Can I open that form in JDeveloper?
Thanks.

Hello Garrett,
Around here, apex, ApEx, APEX, is short for Oracle Application Express.
Oracle XE comes with Oracle Application Express, however it is Application Express version 2.1. The latest production version of Application Express is version 3.2.1.00.12. See here: http://www.oracle.com/technology/products/database/application_express/download.html for information on upgrading your version of ApEx to the latest version. It provides tons of improvements over what was already a sweet tool.
Application Builder is just one of the tools (albiet the primary tool) in ApEx. It sounds like you're definitely going to want to spend some time with the Help, and also in the number of tutorials available at http://apex.oracle.com/i/index.html to get up to speed with it. There's too many places to list here where you can incorporate Javascript into your applications - but check out the help and tutorials and I'm sure you'll soon no longer be a "total noob"! I'm assuming you do mean Javascript - not Java - two very different languages used for two completely different things.
Hope this helps,
John

Similar Messages

  • Is it possible to embed DAQmx in Installer(created by Application Builder)?

    The good thing of Installer (created by application Builder) is that it also integrates LabView Runtime Engine along with supports like Serial port support, Port I/O support etc. Due to which one can install the application developed by Labview on any system wheather that contains Labview or not, as the engine required by that application also gets installed.
    But problem with my application is that it uses DAQmx related stuff, so I have to install DAQmx 8.0 prior to running my application installer on any system. Is it possible that the DAQmx related stuff required by my application also gets install through same installer as it installs LabView Runtime Engine, so that the distribution of my application donot require the complete installation of DAQmx.

    You need to use LV 8.0.  You can add NIDAQ to your installer in LV 8.0.  In previous versions I do not think it is possible.
    see: http://zone.ni.com/devzone/conceptd.nsf/webmain/5ADBC06AC32E508A8625706E0062EBD1
    Matt
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

  • Problem modifying FPGA code in an Application Builder-based system

    I've inherited a working test system which uses LabVIEW FPGA, LabVIEW, Application Builder, and third party tools.  The FPGA module (a FlexRIO) is responsible for generating test signals to a DUT and acquiring DUT output data.  The host LabVIEW code controls the FlexRIO and acquires the test data.  Application Builder is used to convert the host LabVIEW code to a Windows DLL so that it can be in turn controlled by higher level data analysis software running on Windows.
    All of this currently works, and we're using it on a daily basis to test production devices.
    We need to modify the FPGA operation to change the way the tests operate.  We've modified the the FPGA VI to operate as we need it to and rebuilt the FPGA code (resulting in a new bit file), but subsequent runs of the test stack do not show the change to the operation of the FPGA code (the signals it is generating look exactly the same as in the original, unmodified, VI).  We've tried renaming, deleting, and moving the bit file, but operation of the system is always exactly the same, even when the bit file is named differently or not located in the expected directory.  We can't seem to affect the behavior we get out of the FPGA.  It seems like we're not rebuilding something correctly, or that the system somehow has a copy of the old bit file stored away some place that it's using instead of the desired bit file.
    We've verified that the newly created bit file is different than the original bit file, so it appears that the FPGA build process is succeeeding.  I see no errors from LabVIEW when I build the FPGA code.
    Does a DLL-ized version of LabVIEW host code operate the same as the same VI run from within the LabVIEW environment?  When the DLL loads the FlexRIO, does it do so from the same referenced file path (I have the "Open FPGA VI Reference" properties set to use the bitfile, and the "Run the FPGA VI" checkbox is checked).  We've power-cycled the host PXIe chassis between software runs to make sure the configuration memory in the FlexRIO is cleared.
    It seems highly suspicious that we see the FPGA come up and run even when the bit file has been renamed or moved from the directory indicated in the "Open FPGA VI Reference".  I would think that the DLL would attempt to open that file, fail to find it, and trip some sort of error dialog.  But this doesn't occur, the FPGA gets loaded normally, and the test system operates as if nothing had been touched.
    Previous developers were able to make this build process work, but it seems we're missing some critical step needed to actually update the code that ends up running on the FPGA.
    The system is LabVIEW 2012.

    The FPGA build definition has the bitfile filename hardwired into it, so the name is constant across rebuilds of the FPGA code. So we always have the same bitfile name (and consequently if we're not careful about saving the old files, then the old bitfile will be overwritten by a new build).
    I could try your suggestion about the alternate calling method, but I'm hesitant about changing a build process that was known to work. It seems to me that I'm somehow not building the software correctly, as if I don't understand something about the DLL build process that's keeping the new FPGA code from being used.
    To reiterate, our build process is:
    1) Modify the LabVIEW FPGA VI
    2) "Run" the FPGA VI to compile it (by the way, last night we tried a "Rebuild" on the FPGA code from the right click menu off the VI in the LabVIEW project and that also has failed to change the results)
    3) Build the host DLL code by right clicking the DLL build definition in the LabVIEW project and selecting Build
    4) Copy the resulting host DLL over to the directory location where the higher level Windows software expects to find it
    5) Run the higher level Windows software (at which point we view waveforms generated by the FlexRIO to see if the FPGA's behavior has changed).
    We've verified that the LabVIEW DLL won't rebuild if we rename the bitfile (LabVIEW gives an error saying it can't find the bitfile). We've also verified that the higher level Windows software won't run if the LabVIEW DLL is renamed in its directory (so we know that that exact copy is being opened by the Windows software). Yet we can't seem to modify the FlexRIO's behavior through this process.

  • Modify logon page for Standalone Application

    Hi,
    I need to modify logon page for a standalone web dynpro application ( not in enterprise Portal).
    I only find documentations for change it in EP, but nothing about standalone application.
    Some ideas?
    Thanks
    Andrea

    Hi Andrea,
             you can modify the design of the WD appln using the properties that is listed for each UI elements.
             You can also change the layout of the root container Element properties to Matrix layout to satisfy ur kind of design.
            For displaying different lanuages in a dropdown box.
    1) select DropdownbyKey UI Element.
    2) set this to context attribute.
    3) Go to Dictionary -- Local dictionary -- simple type --create new simple type.
    4) In the datatype select the Enumeration tab and give the different text and values.(In ur case give ur different type of languages.)
    5) Go to WD appln. select the attribute that u hav created and change its type to the corresponding simple type.
    6) select dictionary simple type>Local dictionary>package that u hav declared-->inside that select ur simple type and execute it.
    Hope this one satisfies ur query.
    Regards,
    Nagarajan.

  • Unable to open excel file through application created by application builder

    Hello,
    I've created an application for my program using application builder, but the built application  is not able to open the required excel file as it was being opened in original program.
    Please help.

    Please post your code. We cannot do anything to help you if you do not. There are too many things that could be wrong for us to try and guess what you are doing. Also please tell us which version of LV you are using and which version of the toolkit. This is important because there have been a lot of changes to the toolkits here in the last couple of years.
    Joe.
    "NOTHING IS EVER EASY"

  • Modifying serch pages in Sales application

    Hi all,
    Is there any way to modify the contact search page in Sales application?
    I want to add one more criteria (contact type) to the search page.
    TIA,
    AZ

    Timo ;) +1
    The real answer (once they have read the supplied link) will be one of my favourites: "Try asking your question on the proper forum, which in this case (I'm guessing) will be the OA Framework Forum"
    :D

  • Oracle application builder open problem

    I have downlooded Oracle Application Express .zip file and extracted.
    Now I want to login to the application window but there is no setup .exe or installation file I wantto install this software on my pc,
    to create application through application builder.
    Thanking You,
    Shahaji Thorat
    +91 9850063645

    Have you taken a look at the install guide?
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BEHGEFDI
    Thanks
    Shail

  • Cfreport cutting off lines on multiple pages created with report builder

    I have a report built with report builder and it appears that if you set the body to "stretch with overflow" that cfreport will "cut off" a line or two every time it paginates see attached for a simplified version of the report, I have removed all but the body on this (actual report has a watermark, report header, page header and page footer ...the problem is pretty apparnt with this scaled down version as you can see it's missing text from one page to the next ..any ideas/suggestions/known bug?? You can see a sample of the issue here: http://www.arroyoc.com/onlybody.pdf

    Hi Helen,
    As per my understanding, I think this issue is caused by width size is not appropriate in the report. To narrow down this issue, please make sure that Body Width + Left margin + Right margin <= (Page width).
    If the tablix is a matrix, because of the column group can expand to multiple columns, we should according to the following rule:
    Body Width + Extra expanded column width + Left margin + Right margin <= (Page width).
    Besides, please make sure there are no extra page breaks before each “R”. To check whether the issue is caused by the letter “R”, we can try to use another field to replace the Company Name field.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Oracle forms application login cursor problem

    Hi,
    Goodmorning to all. I've a problem here. I've an application in Forms 6i istalled in my system which has a problem in the Login page where when you press the Tab button, the cursor is moving from one item to another. It is working fine in another system but this is the client's system on which I'm facing the problem . I reinstalled the application 3 times but to no effect. Can anyone help me out?
    Thanks in advance,
    Nitin

    You really were not very clear. What exactly is the problem? Is the cursor not moving, is it moving to the wrong item, etc?
    Additionally, is this a web form or client/server? What is the client platform and version? If a web form, which browser and version? If web, which Jinitiator or Sun JRE version? What is the complete Forms 6i version?

  • Sun One Mobile Application Builder BIG PROBLEM!

    Hi!
    I can't make S1MAB starts to run on WindowsXP!
    I downloaded and installed:
    1) JSDK1.4.2
    2) Wireless Toolkit 2.1
    3) Sun One Mobile Appication Builder
    Everything seems OK(except, one thing during installation i got next message "JVM could not be found", althought i have installed JSDK already!!!)
    Well...whem i'm tryting to start S1MAB, i got next message:
    [03/Aug/2004:14:04:38 1000] [ERROR]-main-java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:436)
    at java.lang.Integer.parseInt(Integer.java:518)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.initialize(ApplicationBuilderState.java:169)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.<init>(ApplicationBuilderState.java:109)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.getInstance(ApplicationBuilderState.java:73)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:319)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:82)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder$83.construct(ApplicationBuilder.java:3278)
    at com.aligo.tools.thread.SwingWorker$2.run(SwingWorker.java:149)
    at java.lang.Thread.run(Thread.java:534)
    at com.aligo.tools.thread.SwingWorker.start(SwingWorker.java:192)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.main(ApplicationBuilder.java:3325)
    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:324)
    at com.zerog.lax.LAX.launch(DashoA8113)
    at com.zerog.lax.LAX.main(DashoA8113)
    After that process is termination.
    P.S.: i wounder, that so big famous company, make such software - software that is not working. Or at least poor documented! Because i have any info where is problem can be! What i must add/change/replace? What this message is really mean? What i must do? Help is extremelly needed!

    Already added! No success! I installed JBuilderX from Borland and it RUNS OK! But S1MAB is not working still! :(

  • Application Builder: What is the significance/function of "page sequence"?

    Because we are always pressed for time, I have developed the nasty habit of glossing over things that may be opaque to me, with the mental reservation that I will re-visit the issue "when things calm down".
    One of those opaque things is the function, significance, or use of "sequence" in the context of APEX Application Builder and application pages.
    I am working through the Oracle-By-Example application labeled OBE_PROJECTS. I have created the Master-Detail form, but it has not come out as expected. According to the instructions, when I created the page, I designated the home page as its parent. Yet, when I run the application, the icon for the master-detail form does not appear.
    I assume that I've fat fingered something when I built the page and attempt to correct it. I think that the answer will lie in the task "Reparenting page hierarchy". When I look at the "Create/Edit Breadcrumb Entry page", I see in the "Entry" region, that the Parent Entry is, indeed, correct ... that is "Home (Page 1)". On the other hand, the text box labeled "Sequence" is set to "10". And this is the same value as the Home Page itself. Can that be correct? Shouldn't my Master-Detail page have a sequence number subordinate to the Home Page?
    Any help/elucidation will be appreciated.
    Regards,
    Gus

    Varad,
    I hadn't gotten that far yet. I'm still following OBE script and accessing the page from the "Run Page" icon in application builder.
    The issue itself, pages not showing up, is solved for me. I had anticipated that simply declaring the parent of Master-Detail page to be home page would automagically make those objects appear on the home page.
    Slogging through the Oracle By Example, I learn that one must actually edit the home page to have them appear (how barbaric!)
    But, the question of exactly what "page sequence" means and how it's supposed to be used is still there.
    Thanks for the Response,
    Gus

  • Run page with cleared cache after edit in application builder

    When I am building a form and run into an error while submitting the page I get the following situation. After making some changes to the page I try to run it again but the values from the previous try are still in the cache. So I immediately run into the same error I had earlier. The only way around this, that I currently know of, is to select another page in the application builder and start this. Then I can navigate to the page I'm working on using the menu. I usually start pages from the menu with a cleared cache.
    Is there an easier way to do this?
    There are currently two "run" buttons in the application builder. There is the button that says "run" and there is the "traffic light". Maybe one of those can be used the run the page with a cleared cahche and the other one with the cache still intact.
    Edited by: Rene W. on Dec 23, 2010 6:26 AM

    Hi,
    One of the parameters in the URL is for clearing cache:
    f?p=App:Page:Session:Request:Debug:ClearCache:itemNames:itemValues:PrinterFriendly
    so, you could just enter the page number into the 6th parameter to clear the cache for that page
    Andy

  • Application Builder for labVIEW 7 Doesn't support any report generation function

    I'm Using LabVIEW 7.0 to build an application My Application is exporting data to an excel report. the vis were working great until i tried to creat an .EXE file. The application is working fine but when i try to generate the report nothing happens.
    So, I decided to test the report generation functions alone (New Report.vi, Append report text.vi and Dispose Report.vi). The Problem Still there, the .EXE file takes no action when i attend to generate a report. any suggetions please.

    Shady Yehia wrote:
    > I'm Using LabVIEW 7.0 to build an application My Application is
    > exporting data to an excel report. the vis were working great until i
    > tried to creat an .EXE file. The application is working fine but when
    > i try to generate the report nothing happens.
    >
    > So, I decided to test the report generation functions alone (New
    > Report.vi, Append report text.vi and Dispose Report.vi). The Problem
    > Still there, the .EXE file takes no action when i attend to generate a
    > report. any suggetions please.
    Another possible reason besides of possible path problems: Are you
    running that application on the same computer? If not you need not only
    to install the Runtime-Engine (automatic when you create an installer)
    but also the Report Active X support.
    To include that into the installer
    you go into the Installer Settings Tab, then press the Advanced button
    and make sure that you check the NI Reports Support checkbox before
    creating an application build.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to add third party dll in our installer using application builder?

    Hello friends,
    I have one application (VI) which is using some third party dll of protocol and now I want to make a installer which should install dll along with application exe. Please suggest the way ..
    Thanks
    Solved!
    Go to Solution.

    Hi,
    I placed it in project file and included it in category of "Always Included" in exe creation. Then after i created installer with needed NI drivers. But this installer didn't registered the dlls in project file. I registered it manually using regsvr32 command..
    Any help to do it automatically during installation..
    To brief my words, I need help to understand the process of third party dll registration during installation of installer created by application builder..
    Thanks

  • Application-Builder-Exe with Web-Server crashes

    Windows XP Service Pack 2
    EXE file created with Application Builder
    Web-server active - as picture 1 time per second
    Access from browser in local network:
    3 times has occured application crash:
    Yesterday:
    10:26:34
    Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    10:30:21
    Memory fault 1129110434.
    13:50:59
     Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    Now:
    First access with browser at 08:03, second acess at 08:24
    08:26:07
    Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    08:30:49
    Memory fault 1129110434

    Hey Hellboy,
    Please have a look at this thread -> http://forums.ni.com/ni/board/message?board.id=170&requireLogin=False&thread.id=194442
    You might find some hints due to the facts its discussing the same error.
    Christian 

Maybe you are looking for

  • Discoverer 4i - Time Series Data type support

    Does Discoverer 4i support time-series data type i.e. the ability to store an entire string of numbers representing for example daily or weekly data points? Thanks & Regards, Deepti

  • Oops - meant to say "Controlling Legacy DOS program from Java ..."

    Sorry - don't know what I wasn't thinking - muddled up my post title! As part of my final year project, I'm trying to control a camera mount automatically using stepper motors. This will then be used for robotic navigattion. Most of my code is writte

  • Myself, my iMac, and the bleeding edge of technology.

    Okie... As a producer and a new Macintosh user, I just about wet myself when these hit the stores. I scrape up some jangle and head to the Mac store, surrender my savings account to the cashier, and run home to set it up in my studio. I hadnt been th

  • I don't believe it

    First time I have managed to access my online bill as it hasn't worked before anyway had to have a chuckle to myself. The 28th was the original date but it didn't go live till the 15th November and we only got our original number returned (which we t

  • Exported images to external editor (Photoshop CS5) have missing adjustments

    Hi All Wonder if anyone knows the answer to this. Basically if I select a image that has Aperture adjustments applied to it and edit in external editor (in my case CS5) the image opens without the adjustments, however if I export the image say to the