Menu toolbar en Web Forms

Hi to everybody:
Im doing a deployment of a application client/server to Web forms and when I run the application in Web the toolbar desappear. Is this normal ? is a restriction for WebForms ?
Does any document exist with the restrictions of Forms running in Client/server vs Web ??
Thank you in advance

GO TO THE PROPERTY PALLET FOR THE MODULE YOU'RE WORKING IN
YOU'LL SEE SOMETHING THAT SAYS MENU MODULE, IT WILL SAY DEFAULT&SMARTBAR
YOU CAN DELETE ONE OR THE OTHER OR BOTH DEPENDING ON WHAT YOU WANT TO SEE

Similar Messages

  • Menu toolbar icons not displayed in colour when deployed on the Web

    Hello!
    We are developing an application using Forms6i on Windows NT.
    Our problem is that menu toolbar icons are not displayed in colour when the application is deployed on the Web using lookAndFeel = generic. This is the case both when using Microsoft IE5 and Netscape 4.5. When lookAndFeel = oracle, however, the icons are displayed in colour.
    The icons are stored as *.gif files in the same directory as the application *.html file. It does not help to create a virtual path /web_icons/ in the www listener and edit the parameter default.icons.iconpath in the file Registry.dat.
    When running the application as client/server, the menu toolbar icons are displayed in colour as expected.
    Any ideas on how to solve this problem?
    Regards,
    Kjell Pedersen
    Nera SatCom AS
    Norway
    null

    Hi,
    I got the same problem and I didn't figure out, how to solve this problem.
    But did you try to printout the form anyway? I guess you will see the icons on the printout, won't you?
    Regards
    Dirk

  • Web Form Windows all showing main menu

    I am trying to migrate a Forms 6 system to the Web, but each of the windows in the web based version show the system menu (which only displays on the main window in Forms 6). Does anyone know how to get the menu to show in the main window, and only the main window?

    Anyone who is interested, I found my own answer. Create a main_window, and set this as the console window, with inherit menu set to YES. Set up any other windows as stacked canvases on this window. You need to hide the other canvases when they are not required.
    Apparently, Web forms cannot have the console and toolbar displayed on the MDI window.

  • Planning Web Form Menu Issues 9.3.1

    I have upgraded a Planning application from 3.51 to 9.3.1 and after the migration everything works except the custom menus created for the web forms. More specifically, the menu item URL seems to fail because 9.3.1 passes the application name as part of the URL. For example, the URL in the menu is used to access documentation for the application. The entry is defined as follows:
    URL /HyperionPlanning/custom/docs/Product_Doc.pdf and the option to open in a new window is selected.
    When the menu option is selected by right-clicking from within a Web form Planning 9.3.1 attempts to open the URL as http://server:port/HyperionPlanning/custom/docs/Product_Doc.pdf&Application=AppName where AppName is the name of the planning application. In version 3.51, planning simply opened up the URL in a new window as http://server:port/HyperionPlanning/custom/docs/Product_Doc.pdf
    Why does Planning insist on including the appname in the URL? Has anyone encountered this before?
    Thanks for an input that could asist with resolving this.

    Hi,
    It shouldn't be doing that, I tested it and it is working, though I am using a patched up version of planning 9.3.1
    Maybe it is a bug and has been fixed in one of the patches, it also worth patching planning as many issues have been addressed in 9.3.1
    The latest patch is 9.3.1.1.10 and available from metalink3
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • New custom web form not visible in the menu.

    Hello WPC Experts,
      I created a new web form by following this pdf https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After the "3.2.6 Referencing the XML File in the Document Type" step and restarting the server, I don't see the web form I just created.
    I have the wpc_editor_role assigned. Where should I be looking to access the new web form.

    Hi Anja,
    Thanks for your response. I was working on other issues. I confirmed that I enabled "Generate UI-command" for my new Web Resource Type.
    I deleted the xml/xsl files and recreated them by copying from the how to guide: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2041eb17-6001-2b10-b08d-b95ce55fa9b7
    After referencing the xml/xsl files and restarting the portal, where should I check for the new web form I just created ( this is section "4. Result" in the how to guide).
    Thanks
    Srinivas.

  • SOME FUNCTIONS BEHIND MENU/TOOLBAR ITEMS NOT WORKING

    In application the toolbar button 'new record' and 'next record' are not
    working. The associated menu items also not work.
    When copying same set of binaries to another directory with another forms
    listener then everything is ok. So the problem is not in the fmx's.
    Most menu/toolbar items do work only those two have problems.
    Any suggestions?

    The problem was probably due to a connection error.
    Nothing to do with designer or headstart.
    It is solved

  • How do I create a dependant drop down in a web form?

    I am trying to add a web form to a web page that includes a dependant drop down menu. For example, I'd like there to be a drop down menu called "Interested Class" with three fields: "Tribe Fit", "Tribe Life" and "Tribe Core". When a user selects one of these fields ("Tribe Fit" for example), I want a new drop down menu to appear with the following choices: "7:00am", "12:30pm", "7:00pm".
    I have attempted this here and as you can see it's not working at the moment. The time drop down fields should be hidden until an "Interested Class" has been selected.
    http://www.cityfitness.com.au/nicole-form-test?Preview=True
    I've placed my JS code in the HTML view of the actual web page as I noticed when I place it in the actual custom form it doesn't carry through to the page. I don't know if I'm placing my JS in the correct place though.
    Here is a snippet of my code if it helps:
    <tr>
                            <td><label for="CAT_Custom_328771">Interested Class</label><br />
                            <select name="CAT_Custom_328771" id="CAT_Custom_328771" class="cat_dropdown">
                            <option value=" ">-- Please select --</option>
                            <option value="Tribe Fit">Tribe Fit</option>
                            <option value="Tribe Life">Tribe Life</option>
                            <option value="Tribe Core">Tribe Core</option>
                            </select>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            <div id="fit" class="times">
                            <select>
                            <option value="7:00am">7:00am</option>
                            <option value="12:30pm">12:30pm</option>
                            <option value="7:00pm">7:00pm</option>
                            </select>
                            </div>
                            <div id="life" class="times">
                            <select>
                            <option value="7:00am">7:00am</option>
                            <option value="8:00am">8:00am</option>
                            <option value="11:30am">11:30am</option>
                            </select></div>
                            <div id="core" class="times">
                            <select>
                            <option value="8:00am">8:00am</option>
                            <option value="11:30am">11:30am</option>
                            <option value="12:30pm">12:30pm</option>
                            </select>
                            </div>
                            </td>
                        </tr>
                        <tr>
                            <td><input class="cat_button" type="submit" value="Submit" id="catwebformbutton" /></td>
                        </tr>
                    </tbody>
                </table>
                <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    $(function () {
        $('#CAT_Custom_328771').change(function () {
            $('.times').hide();
            $('#' + $(this).val()).show();
    //<![CDATA[
    var submitcount67919 = 0;function checkWholeForm67919(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.HomePhone) why += isEmpty(theForm.HomePhone.value, "Home Phone Number"); if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address"); if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City"); if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State"); if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode"); if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country"); if(why != ""){alert(why);return false;}if(submitcount67919 == 0){submitcount67919++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
            </form>
    Can anyone please help explain to me how I can make this work? I am only a JS beginner - so please try to explain in simple terms if possible.
    Thank you!
    Nicole

    This wont work, Needs to be a lot more then this and CSS to hide things rather then script hiding them.
    Nicole, The times that are availible I gather differ depending on the type of the dropdown?
    You do not need multiple time dropdowns.
    Steps you need to do first on the form:
    1. Ensure the custom form field dropdown for interested class exists.
    2. Have custom dropdown with all the times that any of them can be. This is CSS hidden by default.
    3. Also CSS hide all the options in the select as well in your CSS.
    Next can you show what classes have what times as an example then can put the code more relevent to your example you can work off.
    The code will follow along the lines of....
    Dropdown On Change
              If selected options is xxx class then
              fade in option times  dropdown 
              Show these otpion times
            if selected option is zzz class then
              fade in option times dropdown
                   show these times
    More control as you need to work properly, only two dropdowns needed.

  • Web Form in Task List and Security

    Hi,
    I have a couple of specific questions regarding Task List; below is a simplified example of my questions
    1. Say, I have a 2 web forms (X,Y) that are part of a Task List 1. Group A has been given access to both web forms X and Y. Group A also has access to Task List 1. Group B has been given access to only web form X. Group B also has access to Task List 1. Now, everything is good for users belonging to Group A. However, users belonging Group B has a specific issue. They still see the "Web form Y" in the Task List Selection on the left. However they cant open the web form Y on the right side which is good.
    My question is, is there a way to prevent users from even seeing this "Web Form Y" in the selection list? The problem is they shouldnt even see that particular web form as a choice and moreover this web form that they havent been given access to becomes part of the Task List completion status, forcing them to click on "Complete" for an empty web form.
    Is there some setting that could prevent unassigned web forms based on security from showing up in the Task List for various groups (similar to security restricted members not showing up in web forms)? Or is creating several different Task List the only work around?
    2. I have started a WorkFlow via FILE->WORKFLOW->MANAGE PROCESS and defined required Scenario and Version members. This seems to work just fine for my created Task Lists with Web Forms. Is there another intermitent process to connect the WORKFLOW with the created Task Lists? Or does Hyperion Planning automatically assume the Task List belong to available WorkFlow?
    Another question I have is in the Task List creation menu, when creating an individual Task, there are several options for "Task Type", one of which is WorkFlow. What is the difference between this WorkFlow option and the WorkFlow under the File menu? Is is that the WorkFlow created as Task becomes part of a Task List? Is that the only difference, ie make WorkFlow creation part of Task List versus not part of a Task List?
    Appreciate all your inputs
    Thanks

    Hi,
    1. Probably you may try "Manage Security filters", but im not sure. If it doesnt work then no way other than creating two tasklists.
    2. FYI, workflow will not promote either tasklist nor the webform. it only promotes the "DATA". u shud be careful creating forms for different level users ex: A basic user entry form cant be created for Next level user say manager. he l want to see only his entity level data not the level 0 in our terms.
    3. File->Workflow : will be used to start the workflow by the administerator.
    Tasklist Type-> workflow : Will be used by the "users" to promote their subsequent data entered or loaded at their level
    Regards

  • How to find last_query for oracle web form?

    I know that for standard forn we can navigate diagnostics-system-last_query
    How can we do it for web forms?
    Diagnostics menu contain only 5 items
    - Show log
    - Set trace lavel
    - Show Log on screen
    - Show pool monitor
    Thanks

    Are you talking about the Block Menu - which allowed you to select the "Last Query" variable? If so, Forms 6i was the last version to support the Block Menu. If you need to see the last query executed, then you will have to explicitly capture the value of the :SYSTEM.LAST_QUERY variable. In other words, you will have to write code to assign the value of :SYSTEM.LAST_QUERY to a form variable.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • New in Oracle Web form 9i : How to run fmx from web and login

    oracle form 9i from web.
    I am new in oracle form 9i (web form). Before I use oracle form client 6i. Just set icon with command (D:\ora6i\BIN\ifdbg60.EXE MYFORM.FMX). The login will be prompt out and user can log in to run many oracle 6i forms from oracle menu. In Oralce form 9i designer, I can open form designer and use run form from IE.
    1. How can I depoly these form with menu to other users.
    2. How can I define the url link to public (Application Server)?
    3. SHould there is any login prompt from web usage.
    Tks.

    solved.

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported.

    SharePoint 2007 custom (VS 2008) solution is upgraded to SharePoint 2013 using (VS 2012). I followed this approach.
    I had created new empty project (solution) in SharePoint 2013 using (VS 2012) compiled and deployed successfully. All safe controls are registered in the web.config file. After deploying solution i Restarted IIS also, still getting this error. How to resolve
    Error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. Correlation ID: 5d217c9c-1827-7083-80cd-e095a30befee.
    Show Error Details
    Hide Error Details
    [UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    <menu class="ms-hide" id="MSOMenu_WebPartMenu"><ie:menuitem id="MSOMenu_Minimize" text="Minimize" title="Collapse this web part." type="option"></ie:menuitem><ie:menuitem
    id="MSOMenu_Restore" text="Restore" title="Expand this web part." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Close" text="Close" title="Close this Web Part. You can still
    find it under closed Web Parts section in the insert ribbon. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/DelItem.gif" id="MSOMenu_Delete" text="Delete"
    title="Delete this Web Part from the page. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/EditItem.gif"
    id="MSOMenu_Edit" text="Edit Web Part" title="Change properties of this shared Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Connections"
    text="Connections" title="Show connections options for this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem
    id="MSOMenu_Export" text="Export..." title="Export this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/HelpIcon.gif" id="MSOMenu_Help"
    style="display:none;" text="Help" type="option"></ie:menuitem> </menu>        

    Hi Ashok,
    According to your description, my understanding is that you got an error after you re-built a SharePoint 2007 solution with VS2012, and deployed it.
    Make sure the Namespace and Type Name are consistent across all files where indicated. Also with matching case sensitivity. Verify web.config file and assembly in GAC or virtual directory bin folder in post deployment.
    More information, please refer to the link below:
    http://roykimsharepoint.wordpress.com/2013/04/27/classic-web-part-errors/
    Here is a similar post for you to take a look at:
    http://stackoverflow.com/questions/1689707/sharepoint-web-part-type-could-not-be-found-registered-as-safe
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Opening web form in SmartView 11.1.2.103 - display name and alias

    Hi,
    Through some useful forum here, I have upgraded our SmartView, APS and Essbase to version 11.1.2.103 in order to display name and alias in SmartView. However, since I am very new to Hyperion overall, I am still exploring whether it is my limited knowledge with the product or if it's limitation of the product. My client wants to open up an existing web form in SmartView and shoe name and alias in separate columns. Is this possible? I have tried many combinations but I was only able to open up the form in SmartView having name and alias in single column. Any tips and tricks to achieve what I want will be greatly appreciated.
    Thanks,
    Kelly

    This is by design. There was strong customer feedback asking for the ability to show the POV in the first row and not have the POV toolbar on. This feedback came from longtime Essbase customers and partners. If you click the POV button this row gets hidden and you can use the toolbar just like you did in the past in Smart View (no loss of functionality). For Essbase the default is to show the POV on the sheet.
    We have continued improvements planned but here are some of the key point that drove this change:
    1 - Printing the POV - Having the POV on the sheet gives the user the ability to format and print using native Excel functionality.
    2 - Flexible Freeform - With the POV on the sheet the user can easily change their POV or the grid orientation by typing or using native Excel formulas, list features, or VBA.
    3 - Ability to copy grids from one sheet to another with no loss of the POV. Simply copy and paste.
    Hope that clarifies things.

  • Making web forms using adobe pro XI

    Hi, one of my client sent his static form with bellow request to me. I'm using adobe pro XI & i want to know using it bellow request i can complete or not. if "YES" pls tell me what i should do. i know how to make fillable forms using his static form but i have no idea about web forms. thanks.
    my client request -
    "Do you make fill able forms that can be filled on my website and emailed back to me from my web site?"

    It's alo what mine looks like as well because I've not added anything At first I didn't know and no one would tell me. Then I just go used Tools menu. It far more complex to learn if you go to it Cold Turkey from using Menu bars which are vastly easier. It’s a shock to your system. But you learn to use tools menu evn though it takes far more time. You waste time clicking heading to find sub topics and sometimes items that should be grouped together are spread all over.  But, Hey Change is supposed to be good whether we want it or not.

  • Autofilling a web form

    I have created two web forms one for scholarship and other for a recommendation: So far when the for is submitted the recommenders recieve an email telling them that a particular student request a recommendation from. The problem is that form contain fills that should be filled out by applicant:  Thus I would like to know how to do two things:
    1. When scholarship form is fillout I would like same field in the recommendation to befilled.
    2. When this submiited and an email is sent to the recommenders with form partially filled.
    thank you

    Hi
    You have two possibilities, you can either use javascript cookies to store the data, or a server side language and session to store the data.
    For examples on how to do this, see - http://www.thesitewizard.com/php/sessions.shtml
    and (read a, b, c in sub menu) - http://www.daaq.net/old/javascript/index.php?page=js+cookies
    PZ

  • Update web form databound to business object

    We are currently attempting to migrate from sun forte/uds to another language
    our database is oracle 10g
    and I have been tasked with researching asp .net to see if it is a viable solution.
    sorry if this is a dumb question but I am a bit new to the whole web thing I am used to thick client
    anyway I created business objects based on the underlying database tables
    so I have a vb class called lets say department that corresponds to the department table
    class department
    _private dept_id integer
    _private dept_name
    etcetera then on the web form I have a find button
    which makes a call to the database and populates the business object department from using its primary key ... from department where deptarment_id = :department_id
    then I databind all the controls on the web form to the department object.
    I was wondering how do I handle updates
    that is how do I know if a user has changed the value of one of the fields?
    is there a some kind of property on the databound control?
    something like
    if TextBoxDepartmentId.DataBound.valueHasChanged then
    end if;
    Edited by: pollywog on Dec 22, 2010 8:08 PM
    Edited by: pollywog on Dec 22, 2010 8:12 PM

    let me clear things,
    you want to present data from Webi report in Xcelsius Dashboard?
    or you want to call a Webi report to run from the Xcelsius Dashboard?
    for the first case,
    you have a good way to present the data from the Webi Reports into the Xcelsius Dashboard using Live office connector.
    .install the life office connector.
    .open a new Excel sheet
    .import your Webi Report into that Excel sheet and save it.
    .open your Xceslsius.
    .import that Excel sheet into the Xcelsius.
    .in the menu "Data->Connection Manager",, click "Add->Existing connections->Live Office Connector"
    this is the perfect way to present data from a webi into Xcelsius.
    for the second case.
    to call a webi Report to be run from Xcelsius Dashboard
    all you want to do is to call the url , from the OpenDocument Api
    check this link please
    http://resources.businessobjects.com/support/communitycs/TechnicalPapers/boe_xi_opendocument.pdf
    good luck
    Amr

Maybe you are looking for

  • Lock object issue

    Dear Experts, We are using the fn. Module "SD_SALES_DOCUMENT_ENQUEUE", to process a sales order with multi line item and to unlock the table, we are using "DEQUEUE_ALL", but for some reason, in the sales order processing when the system comes to next

  • Client side disabling of Outlook anywhere in Outlook 2013

    Hi Our admins recently had to disable external access for Outlook while keeping ActiveSync for Mobile Clients working. This was done by placing the autodiscover service (autodiscover.ourexternaldomain.com) behind a TMG with two factor authentication,

  • Apple TV Constantly Resyncs w/iTunes

    My Apple TV which had been working fine for over two years has started to more and more frequently drop all its content and re-sync with iTunes. Initially, it was doing it on average of once a week, but since the last few updates and the addition of

  • Use angular Encoder position to trigger Digital out

    Hi, I am a beginner labview user, I have access to three modules, two NI9201 and one NI9401. I have an angular encoder that is used to measure the angular position of a motors crankshaft, what I'm trying to do is use the encoder to trigger a digital

  • Scrollbars and awt.List

    Hello, I'm a first year student form the Netherlands in software design. And as of this semester I'm getting Java (finally a new language to learn!). Everything has gone very smoothly, I was hoping of more of a challenge trying to learn it, but it go