Form path problum in menu

hi every body
i am using form 6i
i have on folder with name (abccompany) and in this folder i have further two folders one is (forms) and second one is (reports)
in form folder i place all my forms and menu mudules and in reports folder i place all reports now i want to call my reports through my menu modules
menu module is in paralel folde of menu dodule folde
please tell me how i resolve my reports path (first i go one step up and then reports folder path )
thanks in advance
ALLAH HAFIZ

Part of path can be expressed as global variable or can be taked in runtime dynamically:
Ex.:
:GLOBAL.APP_PATH:=substr(get_application_property(CURRENT_FORM),1,length(get_application_property(CURRENT_FORM))-(length(get_application_property(CURRENT_FORM_NAME))+4+5));
or
:GLOBAL.APP_PATH:='c:\abc\part1\';
Run_Product(Reports, :GLOBAL.APP_PATH||'\reports\rep11', synchronous, runtime, filesystem, list_id, null);

Similar Messages

  • Address bar should not show form path

    i have deployed application server 6i. When i login on some form through web.The login form path also displays on address bar. I want that address bar should not display on top either or not display form path.Do i have to configure application server for that or some other . Please give me solution

    What do you mean by the login form path.
    Could you perhaps post an example of the URL and indicate which part of the URL worries you? Or is it the fact that the URL itself is displayed? If it's the latter, then you will have to open the browser window from a link using a little bit of javascript to open a new window without address bar (and perhaps menu bar, status bar, etc). Just google for "javascript new window popup"

  • Forms Migration Assistant - Forms Path?

    Hi,
    I'm hoping somebody can help me. I'm attempting to use the Forms Migration Assistant and I'm having problems getting it to recognise attached libraries etc. Is there some sort of path that I can set to tell it where to look? I'm using 10gR2 developer suite and I'm using the assistant in wizard mode. I have tried setting the forms path in the registry and in the default.env file but this doesn't seem to make any difference. The only time I have had this working is if I modify the shortcut to the assistant to "Start in" the same folder as all of the libraries and forms which is less than ideal for our situation.
    Thanks in advance.

    For anybody else that comes across this problem. Apparently, the regular forms_path should be picked up by the migration assistant however there is a bug with the GUI version of the tool that prevents this from happening. If you use the command line version then apparently the tool works fine.
    However, if like me you intend to use the GUI version you can manually edit the frmplsqlconv.bat file to include your forms_path. There is a metalink note about this, the doc id is 454053.1

  • How to assign the downloaded file path in dropdown menu dynamically?

    I have one jsp page. In that jsp page one dropdown menu is there. Dropdown menu contains "save" and "saved content". I download the file using "save" option in menu. That downloaded file path is assigned to the below of the "saved content" option. Then i clicked that downloaded file path, that file will be open.
    My problem is how to assign the downloaded file path in dropdown menu. plz help me.

    dittu wrote:
    My problem is how to assign the downloaded file path in dropdown menu. plz help me.I don't understand your problem.

  • Do we need to include OLB (object library file) in production form path?

    Hi,
    I would like to ask if a form being compiled that consist of record group defined in object library file (olb), do we need to release the OLB to production form path as well?

    That depends on how you deploy your compiled Forms (.fmx) files to your production environment and how you copy the objects from the object library (OLB) into your forms. If you subclass the objects (the recommended method) rather than copy them, then the source OLB must be deployed so the source objects are found during the compilcation process.
    If you deploy only the compiled executable (.fmx) files, the OLB source files do not have to be deployed to production.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How find path in SAP menu

    hi experts,
    i have TC ,how find the path in SAP menu.
    thanks.

    Hi..
    Tcode:   SEARCH_SAP_MENU
    will give the Path of any Transaction.
    <b>reward if Helpful</b>

  • Form Personalization to add menu

    Hi all,
    We have a requirement on form personalization to add menu option under 'Tools' in Service Request form (Field Service).
    The option should be enable only when INCIDENT NUMBER contains any value. Else it should be disable in nature.
    Any one has any idea to do the same..
    Thanks in advance.

    Hello,
    This is the "standalone" Forms forum. You would ask your "personalization" questions in the E-Business Suite Forum.
    Francois

  • Forms9i: FORMS PATH for locating libraries

    Hello,
    I'm just beginning to deploy Forms9i in a standalone development workstation (there's only Developer Suite installed there).
    I don't seem to be able to correctly specify the FORMS PATH for the libraries, that is, I keep receiving the message ORA-06508 (CANNOT FIND PROGRAM UNIT).
    I set the FORMS90_PATH variable in DEFAULT.ENV to the directory where the PLLs are... Well, that's another thing, I didn't compile the libraries to PLX, I left them as PLLs? Would that be a problem?
    I would appreciate any help you could give me.
    Thanks,
    --oswaldo.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You can use PLLs thats ok. I would first of all make sure that the default.env file is being picked up . If you download filemon from www.sysinternals.com you can track what files are being opened.
    You should also check that the Forms90_Path is not more that 255 chars (if it is it gets ignored - its a Windows problem).
    Regards
    Grant Ronald
    Forms Product Management

  • Relative Path for Attach menu forms or icon file

    How should i able to provide relative path while
    attaching Forms,menu or icon files in the Form application.
    So that it can be easily portable
    Thanx in advance
    Upendra

    You can use Regedit and do it manually. I am not sure but it seems to me that using Software Packager for deploying application can also change registry environment variables.

  • Form when running through menu

    Hi
    I have a form - and when I run it from forms, it runs with the a toolbar up the top with icons for save, delete record etc. However when I run it through a menu (.mmb), it doesn't have this toolbar at the top. How do I make it show this toolbar when running from a menu?
    Thanks
    Martin

    Sorry, I didn't see your reply before.
    I think the problem could be that you specify No_Replace. This means that [Oracle Forms will keep the default menu module of the calling form active for the called form|http://www.oracle.com/webapps/online-help/forms/10g/topics/f1_help/builta_c/callform.html?tp=true].
    You should look into using the FORMS_PATH variable instead of using the full path to the form, it's not essential but it's more flexible. On earlier versions this is FORMS90_PATH, FORMS60_PATH etc, and is set in the .ENV file (assuming you're on webforms).

  • Forms 6i forms path

    I am developing a small application( a prototype) in Form 6i. Now I want to deploy it on various client machines.
    There is a form named Mainform which calls a Menu for the application. Now the problem is that I have to enter the physical path in the MAinform ...where is the Menu form
    located..like e:\demo\menu.frx. Now if the
    application is deployed at client in the same path then it is fine else if
    the path is changed then it doesnt work. Please let me is there any way by which I can the independence from the hard coded path or it automatically takes the path of folder where the .frx files are located?
    Thanks in advance

    Its not clear to me which platform you are operating on, but for WinNT I have found modifying the path variable in the registry to include the current directory as the first search location and deploying both .fmx and .mmx files to the same directory (without an absolute path specified) works fine. You may also want to do some investigation of the Project Builder tool if it is availble to you because it has the potential to automate delivery of applications. Modifying the Windows registry should undertaken only with care.
    Hope this helps
    David

  • Forms 6.0 and menu

    I've converted forms and menu from 4.5 to 6.0, got all regestry settings in place for forms6.0, and when I run the form I get
    an error "FRM-10256 User is not authorized
    to run Form Builder Menu" - form comes up fine but the menu does not, even though
    everything works in 4.5.
    Has anyone seen that error?
    thanks in advance.
    null

    It has been a while since I fixed this problem, but I think you have to run FRM50SEC.sql and then grant select on the FRM50_ENABLED_ROLES view to your target audience.
    Try This...
    create or replace view FRM50_ENABLED_ROLES as
    select urp.granted_role role,
    sum(distinct decode(rrp.granted_role,
    'ORAFORMS$OSC',2,
    'ORAFORMS$BGM',4,
    'ORAFORMS$DBG',1,0)) flag
    from sys.user_role_privs urp, role_role_privs rrp
    where urp.granted_role = rrp.role (+)
    and urp.granted_role not like 'ORAFORMS$%'
    group by urp.granted_role;
    create public synonym FRM50_ENABLED_ROLES for system.FRM50_ENABLED_ROLES;
    create role ORAFORMS$OSC;
    create role ORAFORMS$DBG;
    create role ORAFORMS$BGM;
    -- Added
    grant select on frm50_enabled_roles to public;
    null

  • I have some forms stuck under the menu bar on Mac Mountain Lion

    I have a stock market program and two of their forms have become stuck under the menu bar.  Closing the program doesnn't help because when it's restarted it returns to the exact same spot and I can't reach the close buttons.  I've tried changing the screen res put that doesn't help.   Any ideas?

    newbob wrote:
    Closing the program doesnn't help because when it's restarted it returns to the exact same spot...
    Bob ~ Try this: Close the stock market app. Then  menu > System Preferences... > General pane > Check "Close windows when quitting an application":
    ...Then open, close and re-open the stock market app. If that doesn't help, use the camera icon to post a screenshot so we can see what you're referring to:

  • How to block the Form Settings for Main Menu to use ONLY "My Menu"?

    Hi everyone:
    Our customer wants to define an User Menu (My Menu) for each B1 user within the company and restrict the Modules at main menuu2026
    How can I block the Form Settings for the Main Menu?... It is possible to give an user Only access to My Menu and denied Authorization to the Modules?. 
    I appreciate your help!!. Thanks very much
    Claudia Gutiérrez

    Hi,
    'My Menu' refers to the third tab on the Main Menu, and the
    authorization of 'Organize My Menu' works as below:
    - Full Authorization: Allows the user to access the Organize User Menu
      window (Tools -> User Menu -> Organize) and customize the menu.
    - No Authorization: The user cannot open this window.
    Check the Note  [1062635|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1062635] if you are looking for it.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Calling a form procedure from a menu

    I want to call WebUtil's client_host function from my custom menu .MMB, but it doesn't appear that I can Subclass the WebUtil.OLB into a menu module.
    Can I call a WebUtil function from my Menu that is attached to a Form that has been WebUtil enabled?
    Or is there any other way I can call the client_host from a Menu/Form combination?
    Your help would be greatly appreciated.

    and in the associated form you are free to use the whole webutil-stack after assigning the webutil.pll and inheriting the webutil-objectgroup
    Typically you use this trick with EXECUTE_TRIGGER if you want to use a local Forms-Function in your menu

Maybe you are looking for

  • [Request For Help] How To Send Email Midlet Using Secure Socket ?

    Hello, this is the first time i ask for help to forum.sun.com. i try to make secure connection for send email from MIDlet. Maybe you can check to my code : EmailMidlet.java import javax.microedition.midlet.MIDlet; import javax.microedition.midlet.MID

  • Hard drive missing

    Hello there! Before making this post I searched for similar topics to see whether any of those suggestions could work for my case, but alas none have so it's time to post yet ANOTHER "can't find hard drive" post. Apologies if you're bored of these. A

  • Can't open java control panel or any other .jar file

    Unable to load any .jar file(like jdownloader) or the java control panel .The javaw.exe loads,but the window never open.Maybe it has to do with windows gui?I also got this error:(I don't know if this has to do anything about this-I am a regular user)

  • How to get the name of the clicked menu option dynamically from oracle form

    Hi folks, I need to know inside the forms which one was the menu option clicked by the user to open the module. Is that possible? Thanks a lot, Abdel Miranda Panama

  • Can we combine prompt values in Webintelligence Report(Combined Q:Union)

    Hi Every One, I had 4 Queries which are combined queries(Union).When i run the report ,displaying prompt values which are there in first Query.Can't we get combined prompt values when i run the report.I will explain with Scenario. Eg: Q1:Product leve