Create a new form using template.fmb part 2

Hi dear friends

I create a new custom form for EBS and I followed the docs, I should start with the template.fmb. I tried to create new blocks and remove some of the blocks pre-created. There are 4 blocks pre-created in the TEMPLATE.fmb. They are CALENDAR, BLOCKNAME, PROGRESS_INDICATOR, DETAILBLOCK, I was able to remove BLOCKNAME and DETAILBLOCK but I can not delete CALENDAR and PROGRESS_INDICATOR. When I delete these 2 blocks, I got error:

FRM-15110: cannot remove PROGRESS_INDICATOR because it belongs to a group of objects that are subclassed.

How to remove or disable these blocks please...

Thank you very much

MsK

The default order in which forms of exhibition items is assigned the order in which items appear in the Forms object browser. If you have added your new data blocks after blocks by default to the template.fmb in the node browser data blocks, the first navigable element in the first block of data registered will appear when you run your form. The simplest solution is to move the block of data to display as a default at the top of the node of the data blocks is the first block in the list. As a matter of habit, I always moved by default blocks of the template.fmb to the bottom of the list of data blocks. You can change this default behavior of the forms by calling the built-ins Go_Block or Go_Item in your trigger a times-new-form-Instance, but I prefer the first option because it doesn't require any code and it is the default functionality of the forms.

I hope this helps.
Craig...

If a response is appropriate or useful, please mark accordingly

Tags: Oracle Development

Similar Questions

  • How to create a new bar using Forms 6i

    Hi all

    I use Forms 6i and I want to create a new form a bar...

    P.S. the info to display will be seized another form & stored in the database...

    In other words simple, a mobile text bar

    all the ideas!


    Thanks in advance

    I came up with a solution that worked really,

    forget the displacement of a text, I have created a slider & a timer when the timer changes msg loops...

    Hamid thanks for your help

  • create the new file using report generation express vi

    Hello

    In my application, I need to write that certain data in spreadsheet Excel. For whom I created an excel template and I used the express vi report generation Toolkit to record appropriate data in the columns of the place. I need a new file created every day by the name of the day and write the data that he rest of the day. I have problems, create the new file using this express vi. I tried to use the low level vi but not able to make properly.

    Join my code and the excel template.

    Help, please.

    Thank you!

    I suspect that your problem is illegal characters (' / ') in your path, certainly it is the case in your original vi. You need to format your path, something like this (underscore instead of a slash stroke):

  • How to get rid of the bulging Properties tab when I create a new form?

    Hello! I'm having a little trouble to get rid of the Properties tab appears each time I create a new form in Photoshop CC.

    Is there some settings to prevent this? I have my strictly organized space, as most of you no doubt, and I need to close it every time I have create new form... so it's frustrating.

    Thank you!

    After you draw a shape, then go into the menu drop-down to the properties panel and uncheck the display on the creation of the form



  • My project will not move past slide 7.  I created a new project using a ppt presentation and the porject won't move past slide 7 even in preview.  Help?

    My project will not move past slide 7.  I created a new project using a ppt presentation and the porject won't move past slide 7 even in preview.  Help?

    I was pulling the presentation ppt to a network drive, so he didn't fully assume.  I saved the presentation on my desk and imported again and it worked fine.

  • When you create a new DPS use sizes offered by InDesign or the size of the unit?

    Hi all

    When you create a new DP, use sizes offered by InDesign or the size of the unit?  I fell on this question when I was looking for the sizes of the various devices and found that the iPhone 5 s, iPhone5c and iPhone4s sizes differ the defauly dimensions offered by InDesign.

    Also, should I worry about the DPI of resolution?  With the iPhone, they all seem to be 326ppi, but when it comes to other devices it's something I should consider?  Ideally, I could create DPS apps for all devices offered in digital publishing in InDesign (iPhone, iPad, Kindle Fire/Nook and Android).

    Thanks for any help you can provide.

    Also, if it helps I use InDesign CC.

    1024 x 768 using and creating PDF articles you will get OK with the two resolutions of the iPad, and Bob L. said, result 'quite decent one size fits all' for all other devices.

  • Is it possible to create a new file using the XML via java Script?

    Hello everyone,

    Is it possible to create a new file using the XML via java Script

    • I have xml information that need to use for file name, size.
    • Based on xml file we can create a new file in InDesign with java script?
    • Kindly help me if anyone has an idea about this.

    I use InDesign CS4 on windows 7

    Sample file is attached below.

    Kind regards

    Siva

    <UpdateAd>
    <AdId>3403699</AdId>
    <Width type="mm">91,79</Width>
    <Height type="mm">80,00</Height>
    <ProductionCategory>4</ProductionCategory>
    <BookedCCIColors>sw</BookedCCIColors>
    <WorkFlowType>PDF</WorkFlowType>
    <CustomerNumber>652224</CustomerNumber>
    <CustName1>Erich Prang</CustName1>
    <Description/>
    <Description2>R</Description2>
    <UpdateIns>
    <Titel>RHZ</Titel>
    <Publication>B2</Publication>
    <RunDate>26-07-2011</RunDate>
    <Zone>H30</Zone>
    <KDDATEN>nein</KDDATEN>
    </UpdateIns>
    <WorkflowStep>IR</WorkflowStep>
    <Proof>No</Proof>
    </UpdateAd>
    
    

    xml.png

    Try this:

    var f =File.openDialog ();
    f.open('r');
    var xml = new XML(f.read());
    f.close();
    
    var myDocument = app.documents.add();
    myDocument.documentPreferences.pageHeight = xml..Height+"mm";
    myDocument.documentPreferences.pageWidth = xml..Width+"mm";
    var rect = myDocument.pages[0].rectangles,add();
    rect.geometricBounds = myDocument.pages[0].bounds;
    rect.strokeAlignment = StrokeAlignment.INSIDE_ALIGNMENT;
    rect.strokeColor = myDocument.swatches.item("Black");
    rect.strokeWeight = 1;
    myDocument.save(File(f.path + "/" + xml..AdId + ".indd"))
    

    Substances

  • Form TEST using TEMPLATE.fmb does not work

    Hi Hussein/Helios,

    I created an example using the TEMPLATE.fmb test form. I just created a single block of data using 2 columns
    on a table. Then I compile it. Then I click Run, but the form just run and any form of window appeared :(
    It seems out unconditionally.


    Help, please

    Thank you very much

    Mrs. k

    Hi yxes2009,

    You try to execute the form directly from the form's constructor? That usually will not work. The way of the development of Oracle Applications (E-Business Suite) forms is:

    1 copy and rename the TEMPLATE.fmb and use this copy as a starting point for your form.
    2. develop the form with Forms Builder (Windows), compile it, and check that there are no errors (do not run).
    3. transfer the form to the server Oracle Apps (linux) and compile the form.
    4. move the compiled form (xxx.fmx) to the appropriate location (Nom_liste)
    5. connect to Oracle Applications, run the form a from there and test it.

    To develop the form (step 2), you must follow the standards as stated in the Guide to the application developer. Also, to correctly compile the form to the server, you must have the source (forms, libraries) directories in the path of forms. And of course, before step 5, you must perform some configuration in the application (form-function, menu creation, responsibility, assign the user).

    I hope this helps.

    Kind regards.

  • How can I create a new form from scratch online?

    I'm unable to create a new online starting from scratch as the software asks me to use a template, but when I click the link it says page not found. I use Adobe Acrobat X Standard. Help, please

    Hi michellem44243306,

    You can view the following link to create a form on Adobe Acrobat X Standard: Adobe Acrobat X Pro * create forms using Acrobat

    It contains the steps and the video tutorial for a better understanding.

    In the case where you are still having a problem please lets us know.

    Kind regards

    Nicos

  • create a new form on the procedure

    What I'm missing here...

    I am trying to create a form on a procedure (new page). I've done this before and never encountered this problem. I'm under Apex version 3.0.1.00.08 on Oracle 9.2

    The database schema and workspace are the same name "EDGE". The stored procedure is the "EDGE" scheme The stored procedure has Execute privilege granted to public and also a public synonym.

    I walk through the steps in the wizard to create a new page Apex:
    -Create the Page
    -Form
    -Shape relative to a procedure
    -Procedure owner: EDGE
    -Identify the process belonged to EDGE where you want to create your form.
    -The 'Stored procedure name' dropdown does not include the stored procedure, that I'm trying to select.

    I tried to update the list, clear the cache, search for the procedure, checked grants and roles on the procedure, but nothing moves. I don't see the stored procedure using the wizard of the Apex and the drop-down list to choose the procedure.

    Any advice would be greatly appreciated.

    Thank you, Todd

    Todd:

    The procedure has all the settings? If this isn't the case, you can not build an APEX form based on this procedure.

    CITY

  • Photo album of faces: how to create a new and use it?

    IPhotos and both Photo "Faces" category default apps, but iPhoto is easy and the picture is driving me crazy.  I've done it before, but can't let happen experimentally now: HOW TO add ANOTHER FACE AND CREATE A NEW ALBUM IN THE 'FACE ALBUM' ON PHOTOS?  And once we have this beautiful circle of faces in different people is finished and available: how to use elsewhere?  By clicking here and there for study, but without success with indicators in this Photo request for the creation of a new face, or how make use of the one I have.

    Thank you for your time and your consideration.

    My god!  I just posted this and I went back and just to emphasize the new face (I could only creates the iPhoto application by clicking on 'i' icon that appears there by not that i can see on the soft pictures... then sync moved which 'faces' to appear on Photos.)  Getting a new album in the Photos was simple: (once the face has been recognized through iPhotos) as causing the face recognized in the line up of circles and faces appointed: when I went to drag it was invited to 'name' and he went online with others.

    Now: how to use this elsewhere like a face surrounded by a circle, and not all the sound origin in a photo?

  • Unable to create the new tab using '+' or ctrl T or the drop down menu.

    By clicking on '+' in the tab bar, using ctrl T or the drop down menu of the file menu new tab does NOT create a new tab. New tabs created only if clicking a link creates one.

    Uninstall the toolbar Ask and it should work again. There is a compatibility issue with the Ask and Firefox toolbar that prevents the opening of new tabs.

  • Unable to create the new folder using Vista Home Premium 32-bit.

    It is on a Toshiba laptop which is about five years old.

    Explorer

    Explorer (explorer.exe) is the program that is the start menu and taskbar, windows folder and the office (which is a folder window).

     

    To see if a fix is available

    In Control Panel (and select Classic discovered in the left pane) select reports on the problems and Solutions (problem of type in the START search box), go to historical problem, right-click of your error and choose check for the Solution.

    You can also right-click and choose Details for more information. Post these details here. The name of the Module fault is important information.

    If the problem affects Panel press the Windows key + R and type wercon (or type it at a command prompt).

     

    Close the browser and start a command prompt

    About any what Explorer windows Start - All Programs - Accessories - right click on command prompt and choose run as administrator. Click Start. Ctrl + Shift + Right-click on an empty spot (just above the power of buttons is one place) then Exit Explorer. Press Ctrl + Alt + Delete then Task Manager.  Control all processes to explore are closed. On the process tab select explore and right-click and choose end process, repeat if more of an Explorer in the list.

    Then to restart the Explorer after trying all of the following

    Press Ctrl + Alt + Delete and choose Task Manager from the Task Manager click the menu file then the new task (run) , type explore

     

    If you cannot start the Explorer at all

    Press Ctrl + Alt + Delete and choose Task Manager on the processes tab, click Show processes from all users to elevate to administrator in Task Manager, click the file menu then the new task (run) and type cmd other things you can try typing

    Explorer
    Explorer c:\
    Explorer/e, c:\
    wercon
    control
    Iexplore

    If you cannot start a folder window you can use the Browse button in the new task dialog. Don't forget that you must right click and choose Open rather than double-clicking.

     

    Reregister the shell registry entries

    It is important that each order is accepted. If the command fails it means the file is damaged and must be repaired.

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    regsvr32 /i shell32
    regsvr32 /i urlmon.dll
    regsvr32 RPCRT4.dll
    regsvr32 PROPSYS.dll
    regsvr32 MSCTF.dll
    regsvr32 cscui.dll
    regsvr32 rsaenh.dll
    regsvr32 timedate.cpl
    regsvr32 ATL DLL
    regsvr32 OLEACC.dll
    regsvr32 actxprxy.dll
    regsvr32 USERENV.dll
    regsvr32 msshsq.dll
    regsvr32 NaturalLanguage6.dll
    regsvr32 thumbcache.dll
    regsvr32 WINTRUST.dll
    regsvr32 MMDevAPI.DLL
    regsvr32 audioses.dll
    regsvr32 audioeng.dll
    regsvr32 ExplorerFrame.dll
    regsvr32 msi.dll
    regsvr32 FirewallAPI.dll
    regsvr32 netshell.dll
    regsvr32 pnidui.dll
    regsvr32 QUtil.dll
    regsvr32 c:\windows\system32\wpdshserviceobj.dll
    regsvr32 WINHTTP.dll
    regsvr32 C:\windows\system32\qagent.dll
    regsvr32 C:\windows\system32\portabledeviceapi.dll
    regsvr32 wbemprox.dll
    regsvr32 wbemsvc.dll
    regsvr32 fastprox.dll
    regsvr32 imapi2.dll
    regsvr32 wshext.dll
    regsvr32 gameux.dll
    regsvr32 msxml6.dll
    regsvr32 vbscript.dll
    regsvr32 jscript.dll
    regsvr32 wshext.dll
    regsvr32 wshom.ocx
    regsvr32 wshcon.dll
    regsvr32 scrrun.dll

     

    Delete folder settings

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    Reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell" /f

    Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams" /f

    Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2" /f

    Delete the thumbnail and icon Caches

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    attrib - r s h '% userprofile%\AppData\Local\*.db '.

    del "% userprofile%\AppData\Local\*.db".

    Disable thumbnails and previews

    Damaged documents and particularly corrupt pictures or videos, can cause Explorer crash all trying to generate a thumbnail or an overview. This miniature and previews active option off.

    If you can start the Explorer, previews is Union on the command - folder and Search Options - framework of tasks use classic Windows foldersbar.

    Thumbnails are organized on the command bar - folder and Search Options - view tab - and check under Advanced settings - always show icons, never thumbnails and uncheck Show icon file in the pictures.

    If you cannot start the Explorer close Explorer as above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "IconsOnly" /t Reg_DWord /d 00000001 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowPreviewHandlers" /t Reg_DWord /d 00000000 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowTypeOverlay" /t Reg_DWord /d 00000000 f

    Turn around after testing the Explorer.

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "IconsOnly" /t Reg_DWord /d 00000000 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowPreviewHandlers" /t Reg_DWord /d 00000001 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowTypeOverlay" /t Reg_DWord /d 00000001 f

     

    A boot is a way to explore

    It can be caused by a shell extension.

    Explorer (explorer.exe) is the program that is the start menu and taskbar, windows folder and the office (which is a folder window).

    The Explorer is built on addin programs called Extensions of Shell. The standard is provided by Microsoft, but programs add their own.

    Download Autoruns http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx close the windows Explorer Start Autoruns by right-clicking and choose run as administrator , click Options menu - Filter Options and check hide Microsoft entries and claire include empty slots to go to the Explorer tab and uncheck everything to the left. Click Start. Ctrl + Shift + Right-click on an empty spot (just above the power of buttons is one place) then Exit Explorer. Press Ctrl + Alt + Delete and choose Task Manager.  Control all processes to explore are closed. On the process tab select explore and right-click and choose end process, repeat if more of an Explorer in the list. Click the file menu and then click new task (run) and enter explorer

    If it helps, re-enable one by one to identify the who.

    Run Microsoft Fixit

    Microsoft has a range of automatic programs to solve common problems. To see problems explore

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/en-us

    For the visit of the list the most comprehensive

    http://support.Microsoft.com/FixIt/en-us

    When you choose to download, choose the option to run on another computer. You can then save it to your hard drive. It will contain all 27 FixIt.

    Recycle Bin
     
    If the problem is the trash bin remove the storage folders. It will be automatically re-created next time you delete a file or open the Recycle Bin. It will remove the trash and the files it contains for all users.
     
    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).
     
    RD C:\$RECYCLE. BIN/s/q
     
    then repeat for each drive to change the drive letter, for example
     
    d:\$recycle Rd. BIN/s/q
     
    e:\$recycle Rd. BIN/s/q
     
     
    If the Office does not start
     
    This will create a new empty by user and common desktop computer. This will allow to test if a file on your desktop to start the Explorer.
     
    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).
     
    MD "% userprofile%\DesktopTest".
     
    Add reg "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" / v/t desktop REG_EXPAND_SZ /d "% USERPROFILE%\DesktopTest"
     
    MD "% public%\desktopTest".
     
    Tracking Add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Common Desktop" /t REG_EXPAND_SZ /d "% Public%\DesktopTest".
     
    To restore default after having tested if begins to explore.
     
    identifying add / REG_EXPAND_SZ /d "% USERPROFILE%\Desktop" office t/v 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders ".
     
    Tracking Add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Common Desktop" /t REG_EXPAND_SZ /d "% Public%\Desktop".
     
    You will need to disconnect then.
     
     
    Type in a command prompt
     
    Reg query HKEY_CLASSES_ROOT\Folder\ShellNew/s
     
    and paste the results here.

  • Cannot create a new folder using the link on command bar (Win 7) over problem of saving files newly downloaded into the folder of choice

    Greetings! And thanks for your visit. I was not a happy camper since my toys have acted toward the top. And eating too much of my time, with too few results. Here we go:

    • I'm unable to create a new folder or get No response after clicking on "new folder" on the command bar in Windows 7 (Professional).

    Nothing happening... not even an error message.  I can enter the existing folders (where individual files) but as I'm trying to create a new folder to put them in, I write off. But that's not all. There is another mystery plaguing my system (and I suspect that these two are related).  I am naïve about how to remedy the situation:

    • I can not save files to my desktop (x) - favorite mainly files I just downloaded and am trying to save;

    I get an error message indicating "you don't have permission to save to this place... you want to save it to My Documents instead? (No, I wouldn't.)  I'm connected with my regular user profile (which has administrator privileges). Yes... I checked in the user accounts and verified. (I am the only user on the system, in case this has an impact on the problem. Not sure if I should create a "dummy" another user without administrator privileges, but just throw that out there.) This seems to be mainly when I am trying to save a downloaded file or the executable file.

    I can if not create and/or move files without problem; It's just not very welcoming for new downloads.

    Between these two issues, I'm not having fun with this all-in-One Dell Optiplex (new).  She is on a home network and the only thing I have
    reminder to do recently is to join the homegroup with one of the other Win 7 PC on the same network. Maybe this related to not having 'permission' to save in some places? Or create new folders? I'm the kind of feeling sad and rejected...

    Any ideas or suggestions would be appreciated. FYI: I try not to visit the registry on my own I do not have a Guide of techno-GPS with me. I sailed quite well on my own otherwise, provided that I the registry (or any what presses along the way.) Please think about this and do the right thing. I'll wait here with my turn signals on.
    Ciao

    Hello

    You have discovered a problem with Windows 7. To resolve this problem, I use a program called FileMenu Tools. You can download the portable freeware from here: http://www.softpedia.com/get/PORTABLE-SOFTWARE/System/System-Enhancements/FileMenu-Tools-Portable.shtml .

    After having downloaded and installed the program, you will notice that, by default, each option is checked. I would be much more selective on this subject, otherwise your context menu will be a full page long! When the main window opens, you will see a list on the right side of all the elements that can be added to the context menu. Start weeding through the list and every one to take away, you don't need the United Nationsby checking the box.

    Once you have completed your selection (de-selections) make sure that you click the green check mark in the row of icons at the top of the left window of the interface to 'Apply' of your choice. The program can do much more, but that answers your specific question. I am told that the program has a good help file, so try here if you are interested.

    Let me know if this solves the problem for you.

    Kind regards

    BearPup

  • I use the color picker to select a background color, then try to create a new document using this background color. The appearance of the color changing at this time. It is a new problem. I have successfully used the procedure several times in the p

    My background color changes when I try to apply it. I put the color using the color picker. Then I try to create a new document with the same background color. But that change of a very different color. What I am doing wrong? I've used the previous procedure, several times, without this problem.

    The new document has a different color profile. Make sure that they are the same.

    The same result of RGB numbers in different colors in different color spaces. Or in other words, the color space defines the specific color produced by a certain set of numbers.

Maybe you are looking for

  • AFP vs SMB performance

    I've just updated to the latest version of Sierra.  I thought I had read somewhere that SMB was preferred over the AFP in Sierra and that performance would improve.  I don't see any improvement.  My results are so radically different, I thought that

  • Warning system at startup, true or false?

    Hi all When I started my computer this evening he suddenly appear the message: "There something wrong with your cooling system, if please shut down your computer immediately and bring it to for repairs." It is freely translated from Dutch, so I don't

  • How can I change the size of the photo book

    I have a photo book that is ready to submit, but I would like to change the size 'Large' to 'Extra Large' size.

  • Satellite P20: DVD player does not work

    I have a rug * UJ-820 s for a DVD player, but it has stopped working, I put a disc but nothing more to share a bit of ROAR. I looked in the Device Manager, where it says that "the driver may be corrupted or missing. (Code 39) » I uninstalled and rein

  • How can I delete my iphone to my wife 5s iCloud account and give it its own apple ID

    How can I delete my iPhone to my wife 5s iCloud account and put his account. I am worried about ruin.