Menu in Web Forms

Hello Experts,

Is there a shortcut to know what forms use the same example of Menu.For if there are 200 webforms and out of which 50 webforms use the same Menu, so is it possible that we can find the 50 webforms use the Menu.Like we have "Show use" option of find dimension member is getting used in the Web etc. Forms.

Thank you!!!

I've written a SQL for the extraction of the use of the Forms Menu.

SQL queries to find the location of the folder planning Webforms and much more... ~ Oracle - Hyperion Labs...

Once you get, you can figure out who uses the same menus.

Concerning

Celvin Kattookaran

Tags: Business Intelligence

Similar Questions

  • How to put the menu in the cells or the lines of a web form

    Simple question: How can I put the menu in cells or rows of a web form?
    Would be - this "menu" in the form of web?

    I don't think you can put a menu on the 'data cells' form. You can put them on line members or column. I think this is the area of the 'required dimension' when you change the content of the menu that determines where you right click on the form to get the menu. But still, I don't think that you can configure it to work on a data cell. You right click a member in the rows or columns.

    We use them mainly to connect shapes and launch business rules. In general we are connecting to some sort of form summarized in a more detailed form, or a form where users can make adjustments.

    -Jake

  • Empty drop down list - planning - Web Forms - Dimensions in the axis of the Page

    Hello

    The drop-down menu that appears when you click on one of the dimension in the axis of the web forms page appears empty. The problem is unique to the single dimension when used with Alias Web form that a single application a plan type and a single instance. The special dimension has more than 1,500 members of level zero and has a seven-digit code and description of words 2 to 5 in the alias.

    I tried to rebuild the shape / LCM for instance different but nothing has worked. I think that this could be attributed to the problem in the JavaScript for menu drop-down. But I have no knowledge on javascripts so abstained.

    Feel free to ask all the questions and thanks in advance.

    Thank you

    RJ

    Finally with the help of the Oracle, I found the problem. The problem was some control characters in the names of aliases which are not visible in the user interface. Somehow these characters in the name of the alias has been added during the transfer files on the remote server or the load control metadata.

    changed ODI reloaded code execution on the target data store, metadata, and the problem is solved.

    See you soon.

  • A lot of questions of a model in Web Forms

    Hello, I recently installed in my Pc (Windows 7 Home Premium), home
    Database 11 g and forms 11.1.2.00 (64-bit) just for training,
    because I have one experience with 6i (Client-Server) and I wanted to see the new environment.

    I have my previous employment (unemployed now) a small (30 fmb) application to the 6i and want to run in the Web.
    I looked a little pdf "Upgrading Oracle Forms 6i with Oracle Forms 11g (E24478-01)".

    My fmxs and PLL is in the C:\Retail_app\bin folder.
    Also in this folder I copied EnableDisableItem.pll and rp2rro.pll
    Sources (fmb, rdf) located in the folder C:\Retail_app\Scr.

    When I open the web, it seems to me FRM-40039 cannot attach retail.pll library while opening the form shop.fmx

    I have search the forum for this FRM and watched error FRM-40039 post 32-bit to 64-bit migration. Please help.

    Here, a professional oracle says that we have to generate all the PLL in plx.

    But when I try to do, he told me FRM-91507 internal error: unable to generate the library.

    The expert also said that it is important that you make sure that the file locations are included in FORMS_PATH (default.env).

    My FORMS_PATH has 'C:\Retail_App\Bin; C:\Oracle\Middleware\FRMHome\forms; C:\Oracle\Middleware\FrmInst\FormsComponent\forms ".

    I do not understand what default.env means. I'm new to Web Forms environment.


    Also another question, because I'm Greek, the form builder environment is half English and half Greek.
    He does not say, 'Libraries attached' or 'Units of program' or in the Menu it says "Parathyro' instead of 'Window' I want everyone in English.
    Of course my application language is Greek, but I want to Form Builder to be English.
    My NLS_LANG is
    GREEK_GREECE. EL8MSWIN1253

    Is this wrong?

    Also I want to say
    When I opened shop.fmb in FormBuilder and go to the retail.pll of the library, then go to the properties of the library, to the location of functional PL/SQL library, he say
    Retail.PLL.
    It does not say C:\Retail_App\bin.

    I tried this.

    remove the shop.fmb library, then fix it again, when asked "Remove path? I said no, but when I tried to launch the application it says

    FRM-10221, cannot read file C:\Oracle\Middleware\FrmIns «»
    Error FRM-41810 menu creation.

    Preform Trigger raised an unhandled exception 'ORA-06508 ".


    I put messages in the trigger of PREFORM of shop.fmb,.
    relaxation begins...

    : system.message_level: = '20';
    message ('1');
    Create_Block_Rg; -There is a prgram of the Retail.pll library unit
    message ('2');
    : system.message_level: = '0';


    When I started the application again, it occurred to me message 1 and failure, which means that he could not even read the pll.


    Thank you all and wish you a good year (with joy and work).

    Published by: apollon27 on December 31, 2012 15:47

    In short, the passage from one version to the other is usually easy. In many cases, all that is required is that your generate new 'X' files. In other words, you must use the compiler of forms 11 or the constructor to generate new FMX, MMX and PLX files. Also, you can't wait to use a pll during execution. Pll files should be generated in plx files. New files that results should be located in a path that is included in FORMS_PATH. For the time of execution (browser), FORMS_PATH is located in default.env. For the moment of conception (while working in Report Builder), FORMS_PATH is set in the registry in the same area that contains other entries for forms. Keep in mind that when I say 'DTC' this does not refer to the launch of the constructor of a form in a browser. Any time a form is running in a browser, its config from default.env.

    In addition, in most cases, I would not recommend that when you attach a library you choose not to delete the path. In other words, do not include the path when prompted. This is because if the path is chosen, the form will not work correctly if the application is moved. Instead, choose to remove the path when attaching and then make sure that the FORMS_PATH include the location of your libraries.

    So, to your accurate comments:

    1 FRM-91507 Internal error: unable to generate the library. It is usually the result of FORMS_PATH not defined correctly or not, including the path where the files of references. It was also reported this error resulting from setting NLS_LANG in some languages. This problem has been reported in Oracle bug 4131359. This bug has not yet been fixed. To determine if this is the problem, close the generator and try to set NLS_LANG to something like the following:

    AMERICAN_AMERICA. UTF8

    This can either be defined in the registry or as a Windows environment variable. After you set this value, restart the contractor or the compiler and retest.

    2. you said, ' + I don't understand what default.env + '. You should familiarize yourself with this file like you he will come back often. It is the configuration file that contains the environment settings used by the runtime of forms (frmweb.exe). In version 11, this file can be found here:

    C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.2\config

    In most cases, Oracle recommends that all configuration changes are made to in Enterprise Manager or Console WLS. The only exceptions would be if either of these tools fail to a configuration file individual or if you are using the type of installation of 'development '. Installation types are explained here:

    http://docs.Oracle.com/CD/E24269_01/doc.11120/e23960/install_screens.htm#BABCHIAF

  • How add you a web form of BC to an external page?

    Hello

    I have a form web multipart on my clients BC site.

    We have an external site and add the web form on a page that can be captured by BC.

    Have not been able to find anything written about it?

    Can someone point me in that direction or advise the steps necessary to have the web form is displayed correctly?

    Thanks in advance.

    P.S. Have copied and pasted the HTML of the web form html, but it captures all the menu drop-down entries, and formatting.

    Hello

    Make sure that you update the paths for the "form action" element and the source of writing validation script (end of form), which are initially set to a relative path.

    Thus, for example, replace:

    with

    http://BCsiteurl.com/FormProcessv2.aspx?WebFormID=10 [..] name = "webformname" >

    and

  • Web form problem (I've included pictures of the screen)

    Hello, I think Muse is a great product, love with her, but I found a slight problem today.

    I've upgraded to the beta version to get the functionality of web form and as you can see on the screen of images even when I format the word 'necessary' in blue using 11pt Verdana and then press submit without entering anything in the following occurs:

    It defaults to a red color, and especially the police find a font that I use at all in the site and it does so larger font size.

    I'm doing something wrong, or is this a problem with the software?

    post01.jpg

    post02.jpg

    Hi Lisa,

    When you click on submit the form's validate each field contains the correct information (which, if they are empty, they do not) and placing the form fields in the error state. If you click on one of your form fields and open the States Panel, you should see 5 States: vacuum, vacuum, Rollover, Focus & error. When the user tries to submit the form without valid data, they enter the error state, which is where these styles are likely coming. If you want to get rid of this style, the easiest way is to select the text required, open the States Panel, select the empty state (this should turn red in design mode) and delete the additional styles in this state using the trash can at the bottom of the menu States or style it yourself as you see fit.

    Hope that helps,

  • Web forms to go in v3 and how much time would Beta?

    I seem to have go back to the old interface and v3. To find the former f. Web forms, I'll have to go to the old interface and locate them and then switch back to the v3 to work with them more far away. And even then, I get no indication where in the structure that I am, so I can find it easily the next time.

    It goes same for blog etc. page layouts. I find them in the old version and work from there, because I can't find them in the v3.

    And how long the Business Catalyst site will remain in beta mode? It is a paid service, so I expect to work properly.

    Hello

    Please sign in to your site administrator, go to 'My details' and check the option "enable editing (incompatible with Muse) online. Enter your password to validate, and then save the changes. The menu of your Site Manager will become available. You will need to repeat this for each user & site created with Muse.

    You should be aware that all admin BC changing is deleted whenever you update your site from Muse.

    Hope this helps,

    Aniela

  • How do you call this web form?

    Jin

    EBS R12

    What is the name of the forms web launch outside the main Oracle Apps? for example, the legal person, OAM dashboard. The difference is that the there is no menu on the top bar. Unlike the original forms, you can click
    History of 'Help' and see where you can see the name of the view behind the form. But I'm talking about web forms,
    about have no features like that. So, how can you find the table/views associated with this form?


    Thank you very much

    Ms. K

    Hi MSK;

    Please check thread below:

    name of table and column in the web screen R12
    Check the table and column name in the web screen R12

    Respect of
    HELIOS

  • password Web form

    1. What is the difference between passwords web form, application passwords and internet passwords. Why a definition is not readily available on the screens of "aid".

    2. who is responsible? Keychain or Safari. If the ipad has created the password, iphone does not recognize it. If the imac has created the password, iphone recognizes but ipad is not. If you delete history or cookies on ipad or iphone, they "forget" their passwords even if they exist in the keychain. If you delete the keychain on ipad to re - install on ipad and theoretically get a new copy of icloud Keychain, ipad still don't "know" the password.

    If you then manually type the password on the ipad than on behalf of Google, then he remembers her.

    So, who's in charge. One could assume that the 'master' Keychain would not "cloud" Server based and available for all devices, at least for purposes of updating/reinstalling otherwise on a continuous basis but apparently not?

    Web form passwords,

    Here are the passwords by the site that you visit, for example a Bank for example. They make the rules for their own site. Some do not allow your browser to remember for security reasons. Others do not allow it, so you can configure your browser to automatically fill those.

    password application

    Not sure what you mean by passwords app unless you make reference to the duty to register your purchase?

    and internet passwords.

    And, here again, not sure if you referring to having to sign your account from your ISP.

    If you delete cookies, websites you visit cannot hold you as is the cookie that keeps in-memory settings. This is the reason why you should enter it again.

    It would be useful for you to be more specific and give examples of what you are referring.

    There is not a single process, which is "in charge". Overall, for very serious safety reasons, it can be annoying, but is better for you to need to enter the password. If they are all filled with auto, then someone pick up your camera would be able to have access to things and sites they shouldn't and can steal your money or identity.

  • When click the "back" button after filling out web form, I can't, a message says that Firefox must send information that will be rpeat any action... Why can I go back?

    My current Firefox is version 9.0.1 update
    "when I click on the"back"button after filling web form or make payment online etc, I can't go back to my homepage, if I press the BACK BUTTON (arrow) a message said.
    "Firefox must send information that will repeat any action (for example, a search or order confirmation) that was carried out earlier.

    I don't want to re - order or repeat the process over. The only thing I can do is to leave Firefox and start again which is very painful.

    Any solution will be appreciated.

    Older Firefox had this coming message in case you have used the back to go to a page that is requested from the server with the POST data specific to a form previously sent.

    You receive an alert to send POST data if you return to a page or refresh a page that was requested in advance from the server by submitting form via a (hidden) MESSAGE form data.

    Firefox can only make sure to get the same page send this POST form.

    Firefox doesn't know what it means shape data, so Firefox asks for confirmation before sending the form data so action can you take to repeat an action and buy another article or post a message once.

    A way to prevent that pop up is not to use the back button, but to open the links on a page that have been requested from a server by sending a MESSAGE form in a new tab (window) with a middle click or a Ctrl + left click.

    Then you can close the tab or window to go back.

  • Problems with ASP Master Page for examples of measurement Studio Web Form

    I loaded Measurement Studio Web form examples (ASP projects) in VS 2008. Running within VS proceeded without problems. Then I built and published on IIS 7 for ASP pages

    wwwroot / vb , for example.

    Opening with the Internet Explorer browser, the home page is OK: localhost / vb. However, all of the examples under come with the following error:

    The file ' / vb/Annotations/Examples.master' does not exist (being one of the subpages Annotations)

    I looked in several discussions on the Web and found no logical explanation why this is happening

    Finally, I understood NOR appearing Web controls do not on a remote browser.

    The cause is IE, and I am currently using version 7.

    With Google Chrome, for example, everything works OK. Other Web, including Telerik control providers, are complaining about visibility of IE 'spoil' controls.

    Change some property settings for a Web control can solve the problem with IE

  • Modifiable and nonmodifiable Web form

    Hello Forum,

    I wonder how do ensure you the form submitted by the applicant is not editable when it is received by the approver. I missed a setting somewhere or is this default setting?

    I have to write a business for this rule? Seem odd that the default value can be changed. hope someone can clarify this point. Thank you.

    Tommy

    Hi Tommy,.

    In fact, how work web forms is that they don't know themselves whether they are thrown into an approval task or when you submit.

    The best way to control these aspects of a web form is to have an article on your online form that is always hidden.

    I call this section my 'Control' section and add as many fields that I want to do, so that I can control appearance and behavior of my web form as well to grain I have.

    So I would create this 'Control' section at the bottom of the form, its visible set to false property (in this way, everything you put in this article will be automatically invisible too) and I would create a text field inside called the 'stage '.

    Then, I would write a rule of web form (not a business rule) similar to this:

    If (Stage.value = "Probate") {}

    Enabled property to false>

    < e.g.="" requestersection.enabled="false;">

    } else {}

    Enabled trueproperty >

    < e.g.="" requestersection.enabled="true;">

    }

    Finally, go to the association of job approval data and set the command-> entrance to stage to the string "Approval" (of course, he must match with the If clause stated in the rule of web form).

    And that's all. Your code should work as intended.

    What is right in this approach is that you can specify a control really fine grain on your form. Suppose, in a certain stage of your process, you want the user to be able to change only the specific field. You simply specify another if the rules to deal with online access to your form.

    Hope this has helped.

    If you need more information, let me know.

    See you soon

    José

  • Hide column of the HFM 11.1.2.3 web form

    Hello

    I'm quite new to HFM and I have what could be a very stupid problem.

    Our requirement is to show on an online form < Parent Curr Total > by entity, a column of eliminations and assets < entity Curr Total >

    Entity 1 Entity 2 Entity n. Eliminations Holding

    As the eliminations are at the basic level and boils down not to the parent company, tried to add each column of elimination of entities to the web form and calculate a column as being the sum of all of the eliminations.

    So much and so much good, but when it comes to hidding columns in entity removal, I simply have not found how. I tried to change the width of the columns of 1px, 1 pt, 0% etc and the column remains with the same width, but IV ' e did the same on the 11.1.1.3 version and it works, kind of weird. I also tried to hide the added display: no and he's hiding the values, the column always shows.

    Summer research everywhere and have not been able to find advice on how to hide the columns, so I would be very happy if somenone could help me.

    Thank you very much for your time,

    See you soon

    Santiago

    Hello. Build the questionnaire to show the children of the parent entity to in the first column, the parent entity to in the third column and the second column as col3 calc less col1.

    Eric

    Eric Erikson, CPA

    Consultant independent HFM

    828-485-8454.

    [email protected]

    www.LinkedIn.com/in/ericerikson

    ericerikson.blogspot.com

  • Duplicate Web Forms in the PC

    Hi all

    Is there an option PCS to duplicate web forms, I created?

    Thank you.

    Nathan

    Hi Nathan,

    I am not afraid. But probably you won't need to copy. Whenever I felt the need to have a similar shape, I used other strategies to get around that.

    Tell us what you are trying to reach.

    See you soon

    José

  • How to rename the HFM web form

    Hi all

    How to rename the HFM web form

    Thanks in advance

    Concerning

    Satheesh.s

    Hello

    Unfortunately, you cannot rename a form online.

    In order to change the name of an existing one, you need to:

    • Save the existing one with a different name
    • Remove the previous and start using the new

    See you soon,.

    Thanos

Maybe you are looking for

  • MegSafe with Green Green no, no charge

    Today, I had my Macbook pro connected to the socket during a thunderstorm. Suddenly the power in my house went out. Now the MegSafe not to Charge not and I don't see a green light, the power outlet works perfectly (I tried to recharge my iphone), the

  • MyComputer is not compatible firefox 16 How can I go back to 15

    My computer is older and does not support firefox 16. I downloaded because one of the sites I visit asked me to and now I can't use firefox at all. Can I go back to 15

  • Problem trying to understand HP Laserjet CP1518n on wireless network

    Hello I tried to understand meanings to the laserjet CP1518n on my existing wireless network.  The wireless network I set up is via an Apple Time Capsule.  I tried to connect her pinter directly to the router wireless via either the USB port or ether

  • Broken screen blackBerry BlackBerry of passport

    So I'm here, I don't think that I have to consider it by far, but it seems @BlackBerryHelp on Twitter can help me. I thought that I would try to waste time here. Then... I bought my Passport on September 26 (day out) to shopBlackBerry and have been s

  • Content server - migration MediaSense

    Hi all I am currently migrating my gateway TMS\VCS to CUCM telepresence end points. My Tandberg Content Server just died and I already have 2 support detection servers deployed. The question is: detection of support will eventually replace Content Se