Menus in Forms 9i

Hi,
From where can i get documentation/development guide for Forms 9i. I am having problems working with menus.
THanks
ABhash

Check the documentation link on the left side of:
http://otn.oracle.com/products/forms
Also check the online help and you can probably use books that are relevant to 6i as well since this should be similar to Oracle9i Forms.

Similar Messages

  • Popup menus in Forms 10g and Java Bean

    Hi all.
    What class in Java corresponds with popup menus(not in menu module) ?
    I know that oracle.ewt.lwAWT.lwMenu.LWPopupMenu is corresponds with MenuBar's submenu. I can find Buttons, Text Fields, Menu and other components in my Form-Applet, but I don't know how to find popup menus in forms through Java Bean...

    Hello François,
    I have created a java bean that dynamically creates a popup by left-clicking on the bean.
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_SEPARATOR', '' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item one' ) ;     
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item two' ) ;
    My problem is the layout. I want to simulate a button. I can't put the bean transparent over a button and I can't simulate a button with the bean.
    How can I add the popup functionality to a button and not only to the bean? Or any other workaround?
    Regards Pedro.

  • I have 3 dynamic select menus in form but when submit when error - selection is lost

    Hi does anybody know how to make these select menus stay
    other than using javascript?
    I have looked on the internet for a looooong time for this
    and have no further knowledge.
    I can however get it to stay selected in an update record but
    not in an insert record. I have tried changing the recordset but it
    doesn't work.....
    Help please it is frustrating...........especially for users
    of the form I want them to use...........

    Thanks for your reply.
    I don't use javascript and the error checking I use is php.
    The menus I use are quite large so I have placed them
    dynamically within the form:<select name="stateCode"
    class="textarea">
    <?php
    do {
    ?>
    <option value="<?php echo $row_state['code']?>"
    ><?php echo $row_state['stateCode']?></option>
    <?php
    } while ($row_state = mysql_fetch_assoc($state));
    ?>
    </select>
    There are three of these, one for location, one for category
    and one for industry.
    They aren't connected for a series of dropdowns, just in the
    form.
    Can I please ask you about the <?=$option1;?> I have
    seen this in other forms.
    I was wondering wouldn't you need to have <?php echo
    .$option1;?>.
    Still learning about this fabulous php. I have left it for a
    while do learn other things and now am trying to catch up where I
    left off.
    I don't understand the difference between having
    <?=......?> and <?php echo.....?>
    I have seen some forms use e.g. <?=$add;?> in a
    textarea or checkbox where $add is the variable for error checking.
    Thanks again for your help.

  • Popup Menus in Forms 10g

    I have a tool bar that I added within a Form that has few popup menus...
    When I Run form on Web layout I noticed I have to right click in order to see the popup menu... Before in client server it would only require left mouse click and the popup menu would display.. is there anyway of setting it so it would display if I hit the left button vs the right button. Reason being users who are used to Non Web based will not know to hit the right mouse button vs. Hit the left mouse button..
    Anyway to fix this

    I would like to respectfully suggest that windows standards are such that a left-click will select an item, and a right-click will display a pop-up context menu if applicable. I believe the action you describe is how it should be. I mean, even on the page that I use to enter this very note, if I click a link or a button, it will perform the action, and if I right-click in this text box I get editing command shortcuts, right-click on a link I get options for how it is to open, etc.
    I don't believe a left click should open a context menu. If your users use other Windows standard programs, this should not be an issue, as this is how they work already.
    Gary

  • My form autocomplete shows blank drop down menus with 'Form History' still stated beside the blanks when I type in entries I previously entered.

    It is remembering what I entered, but the options are blank. Please help, this is really annoying. I also lose form history (when it was working properly) after I leave Firefox idle for more than 5 minutes. It's been like that for a long time, but my form history (autocomplete) used to stay intact if I left the computer for a bit. I know exactly how to use my privacy options, they are set the way I always had them set when form autocomplete used to work properly for me.

    Yep, this is def a problem with the google toolbar. I did find that if you turn off the google autofill, you can keep the toolbar enabled and the problem goes away. The browser then uses Firefox's autofill instead. Thanks for leading me down the right track. I didn't want to lose Google toolbar, but not having form history has been a pain, since i use it for shipping packages and not having it makes it time consuming.

  • Menus in forms

    Hi,
    I need to add an access key in my menu. There is an access key
    in the property palette of an item created in the form but it is
    not there in the menu item property palette.The access key is
    automatically created when creating the menu. Can one disable it?
    Any help will be greatly appreciated.
    Thanks,
    Jyoti.
    null

    jyoti (guest) wrote:
    : Hi,
    : I need to add an access key in my menu. There is an access key
    : in the property palette of an item created in the form but it
    is
    : not there in the menu item property palette.The access key is
    : automatically created when creating the menu. Can one disable
    it?
    : Any help will be greatly appreciated.
    : Thanks,
    : Jyoti.
    Hi Jyoti,
    To add an access key to menu item, place & (ampersand) before
    character what you want as access key in the menu item label.
    Example : File -> Delete File
    If you want to set access key as F for menu item Delete File,
    then type the Label as Delete &File in the property sheet of
    menu item Delete File.
    I hope this will help you.
    Cheers
    Mani/-
    null

  • Popup menus and form dropdowns

    I've read about this before, but I can't seem to find the
    solution.
    Here is the page:
    http://www.brettatkin.com/clients/tgc/index.asp
    If you hover over the "Instruction" or "Course Equipment"
    tab, the
    drop-down form field below stays on top of the popup menu.
    How do I fix this?
    Thanks.
    Brett
    [email protected]

    By either hiding the field with javascript or by moving it
    offscreen when
    the menu triggers. If you look carefully, you can see the
    search field
    disappear before the big honking layer appears.
    You could do this with PVII's Swap Class extension to swap
    the class on the
    <select> tag to one that is display:none, or with DW's
    built-in Change
    Property behavior to do the same. Are you up for that?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ba Work" <[email protected]> wrote in message
    news:[email protected]..
    > How does Amazon and Target do it?
    >
    > Thanks.
    >
    > Brett
    >
    > Murray *ACE* wrote:
    >> Redesign. Form fields poke through layers.
    >>

  • User Menus on Forms

    I have recently upgraded from Oracle 9.0.2 to 9.0.4.
    After upgrade, I am unable to create a menu using Oracle Forms10g (9.0.4).
    Any help on where I can start looking for problem would be appreciated.

    Hi Sandra,
    what's the problem exactly ? Is it a new mmb module or an older one which are you trying to recompile ?
    Regards
    Heiko

  • Easy way to populate prop down form menus?

    Hi I am just trying to figure out if there is an easy way to populate drop down menus in forms. Say with country names or occupations etc
    Without having to maually type say...the names of over fifty countries everytime you want to insert that field into a form. In the wizard it says can populate the menu from database but can't figure out how that works
    I figure I cant copy and paste a list of all the countries from somewhere ( or write them all down if need be) I just don't know how to store all that in my database and display it in a dropdown menu
    anyone got any ideas?
    all help is greatly appreciated
    have a great day

    Hi Charis,
    for that you definitely need to create extra tables which contain the countries and whatever occupations.
    Cheers,
    Günter Schenk
    Adobe Community Expert

  • Recording right-click forms menus in OpenScript

    I seem to have trouble recording right-clicks and the subsequent menus in forms. In a receivables transaction in which I look at a customer's orders, I am supposed to right-click one of the orders in the form and select "transaction workbench" to open a new form, but OpenScript wouldn't record those steps. As I result I kept getting "Component xxxx does not exist" during playback. I ended up having to select that option from the menu bar. Is this a known limitation?
    Thanks.

    also, how can you record context menu in "Oracle Functional Testing for Web Applications", since it looks like it is recorded but when I played it again, it give me error

  • Email form script with custom text field and drop-down menu?

    Hey, I'm building a website in iWeb - http://dl.dropbox.com/u/19707357/Website/craftpackage.html
    And I was looking for a script that could possibly send an email to me with the info a user chooses from/puts in 1. dropdown menu 2. text field 3. another text field. I'd be awesome if the fields could have a custom background or a transparent background.The drop-down menu could have any background, but it would be awesome if it could be made with custom images !

    Basic question.
    What have you yourself done to find out?
    Nothing?
    Start here :
    http://www.google.com/search?q=how+to+make+a+mail+form
    http://www.google.com/search?q=dropdown+menu+with+transparent+background
    Unfortunately, it has no dropdown menu :
    http://www.wyodor.net/blog/archives/2010/01/entry_301.html
    Btw, dropdown menus in forms at select menus. These are not the same.
    http://www.google.com/search?q=select+menu+form
    http://http://www.w3schools.com/html/html_forms.asp
    So start practicing and once everything works the way it should, display it in a html snippet.

  • Calling APEX form with dynamic parameters from Oracle Apps 11.5.8

    I have successfully managed to setup access to APEX forms from Oracle Apps 11.5.8 menus utilising Form Functions passing a number of hardcoded parameter values as outlined in the document, http://www.oracle.com/technology/products/database/application_express/pdf/Extend_Oracle_Applications_11i.pdf.
    I am now trying to ZOOM from an Oracle Form passing values of form items (dynamic parameters) to an APEX form. I have so far not been able to do this.
    I've also tried using;
    web.show_document('http://derep.obup.co.uk:4657/pls/apex/f?p=100:1::::::p1_cust_account_id:'||name_in('ast_cu_act.account_id')||':', '_TOP');
    but this prompts for a username/password again as this bypasses the APEX Launch process that is defined in my Form Function.
    Is this possible in the parameters section of Form Functions? or elsewhere.
    Regards,
    Naeem

    Hi Daan
    We do havea couple of customers doing this, they have taken two approaches:
    1. Install XMLP on a separate server entirely - kick off conc request to extract data and then use Java Messaging Service (JMS) to push the resulting XML to the external server where they are using AQ to set up jobs for the XMLP server to work through, generating and delivering the final documents.
    2. Set XMLP up as a virtual printer - here the conc request again generates XML but this time the result is directed to a virtual printer namely XMLP. There is a perl or similar wrapper that gets called as the printer and accepts the data, template, output format and delivery destination as parameters.
    Apologies for the 10,000 feet overview, hope it helps. Tim

  • Menus in Smartview

    Hi guys,
    We have some right click menus in forms that run several business rules, open reports, and instruction documents. All of these work fine when i go through workspace or through planning. But, we are not able to open the reports and instruction documents in smartview. I have used right click menus a lot before but never for reports and instructions documents in smart view so i do know not if this is supported in 9.3.1 or if there is any setting i am missing which is causing the issue.
    We get an Authentication error when we open the reports from smartview planning right click menu.
    Any help in this regard would be great.
    Thanks
    Srikanth

    You still have to wait some time until menus are included in a service pack.
    Armin

  • Unable to Open a Form - ROS Error : -200

    I am not able to open a fmb. i gives me the error message...
    ROS ERROR: -200

    hi, from METALINK
    FRM-10043 Cannot Open File [ID 32968.1]
    Modified 11-DEC-2009 Type BULLETIN Status PUBLISHED
    Applies to:
    Oracle Forms - Version: 6.0.8 to 10.1.2
    Information in this document applies to any platform.
    Checked for relevance 2-DEC-2009
    Purpose
    Troubleshooting FRM-10043 Cannot Open File
    Scope and Application
    Developer
    Troubleshooting FRM-10043 Cannot Open File
    General Error Description
    FRM 10043 Cannot Open File
    A.) Migration & Upgrade Problems
    1.) Upgrading SQL*Menu 5.0 menus to Oracle Forms 4.5 menus and am receiving FRM-10043 "Cannot Open File" using f45gen.
    Solution Description
    Make sure Version to Upgrade = 50 is specified in addition to "Upgrade 3.0 Form, 5.0 Menu ..." when using f45gen.
    2.) FRM-10043 Cannot Open File when upgrading Designer generated Files
    Problem Explanation
    The upgrade process does not correctly handle recursive procedures or stacked canvases with right justified fields residing in libraries. The procedure which was appearing twice was mutually recursive with a second procedure.This was not supported / allowed in Forms 3.0 but it worked and isn't supported and allowed in higher formsversions.
    Solution Description
    The solution was to strip out all the procedures from libraries, upgrade, and copy the procedures back over a block at a time, padding any right justified fields on stacked canvases.
    3.) FRM-10043: Cannot open file when upgrading SQL*Forms 2.3 to Oracle Forms 4.5 using f45gen .
    Solution Description
    Make sure the 'Upgrade 3.0 Form, 5.0 Menu, or 4.0 Module to 4.5 Module?' Forms 4.5 Generator option is checked. This corresponds to the 'Upgrade' keyword used on the f45gen command line.
    Example
    Use the following Oracle Forms 4.5 Generator Options to upgrade the 2.3 Form: FILE: < Name of Forms 2.3 .INP File > USERID: < Database User Name > PASSWORD: < Database Password for User Name > DATABASE: < Database Connect String > MODULE TYPE: FORM MODULE ACCESS: FILE UPGRADE 3.0 FORM: [X] CHECKED VERSION TO UPGRADE 23 From the command line, use: f45gen form23name.INP scott/tiger upgrade=yes version=23 module_type=form module_access=file
    4.) FRM-10043: CANNOT OPEN FILE when upgrading a Sql*forms 3.0 to Forms 5.0 or 6.0
    SOLUTION Description
    This feature is not supported in Oracle Forms 5.0 and 6.0. The Forms 5.0 online help says: ""Note: To upgrade a version 3.0 or 4.0 form, you must first convert the form to version 4.5, and then convert the version 4.5 form to version 5.0."
    5.) FRM-10043 Cannot Open File when upgrading Menus within Forms 4.5 to Forms 5.0.
    Problem Explanation
    By setting the flag: Upgrade to PL/SQL from V1 to V2, it caused the upgrade to fail and get the 'FRM-10043 Cannot open file' error.
    Solution Description
    When you are upgrading from the command line or using Forms Compiler, you should have the menu name in all lower case, and if you do this, make sure you have the extension in the same case.
    Example
    cl_info_menu.mmb NOT.... CL_INFO_MENU.mmb 6.) FRM-10043 Cannot open file ORA-00600: internal error code, arguments: [17289], [1041], [0x402F44C0], ORA-00600: internal error code, arguments: [17281], [1041], [0x402F44C0], ORA-21779: duration not active when compiling a menu
    Problem Explanation
    Usage of PLSQL deprecated feature in menu trigger or you are upgrading a 5.0 SQL*Menu menu module to Forms9i/10g created this error.
    SOLUTION Description
    While compilling use UPGRADE_PLSQL=YES
    Example
    f90genm.sh module=mymenu.mmb module_type=Menu userid=scott/tiger@cs upgrade_plsql=Yes
    B.) Problems Opening Modules
    1.) ORA-12203 TNS: unable to connect to destination and/or FRM-10043: Cannot open file and/or ORA-1005: null password given; logon denied by double clicking (opening) the file.
    Solution Description
    Windows File associations if created automatically by the OS do not enclose a command correctly in quotes. This means that any spaces that are included in your filename or path are interpreted by the OS when passed as parameters. Remove any spaces from the path or filename.
    Example
    c:/Dependency Analysis/mylib.pll change to c:/DependencyAnalysis/mylib.pll
    2.) FRM-10044 Cannot create file, FRM-10043 Cannot Open File on opening file in Forms Builder 6i or 9i if directory name contains Umlauts (vowels)
    Solution Description
    Don't use umlauts/vowels in the directory name
    3.) FRM-10043 : Cannot open file in formbuilder an fmx,mmx,.. (You tried to open a file that is not a valid Oracle Forms design module file)
    Problem Explanation
    This error occurs when you attempt to open an Oracle Forms form, menu "executable file"
    Solution Description
    You must open the Binary ( Design ) format of the module. You can open the Form .FMB, Menu .MMB and Library .PLL binary files using the Oracle Forms Designer. If you have a text version of the module, you must first convert the text format back to binary format to open the module using the Oracle Forms Designer. The following shows the file extensions for each type of module and storage format.
    Text: FMT,MMT, PLD
    Designtime: FMB, PLL, MMB
    Runtime: FMX, PLL or PLX, MMX
    4.) FRM-10043 : Cannot open file in formbuilder if binary file may be corrupt
    Solution Description 1
    Transfer the .FMB, .MMB or .PLL file again in BINARY mode, and you will be able to open the file using the Oracle Forms Designer.
    Solution Description 2
    A module which has been worked on before, but suddenly cannot be opened in the Oracle Forms Designer may indicate that the file is corrupt.
    Tests
    1. Revert to a backup copy of the Oracle Forms file
    2. Open the module from the database, if the module had been saved to the database. You can then use FILE->SAVE AS to save the form to the filesystem.
    3. Convert from Binary format to Text Format, and then back to binary format.
    Reasons
    A form can get corrupted due to a number of reasons, including: A series of changes made to the module in the Oracle Forms Designer could have corrupted the form as a result of some bug The file system might not have had enough disk space to save the module The module could have been transferred over a network, and corruption occurred
    5.) FRM-10043 : Cannot open file in formbuilder for upgrade .pld files
    Solution Description
    Upgrading .PLD files is not supported. When upgrading PL/SQL libraries created in Developer/2000 release 1.X, you must convert all .PLD files to .PLL format before you attempt to open them in Developer/2000 Release 2.0.
    6.) FRM-10101 : Cannot generate module or FRM-10043 : Cannot open file for modules saved in the database.
    Problem Explanation
    FRM-10101 occurs when you try to generate a module that is saved in the database and specify extract=yes, or select "Extract module from database into file?" in the Generate Options dialog window. FRM-10043 occurs when you try to generate a module that is saved in the database, but do not specify extract=yes.
    Solution Description
    The module name is case-sensitive. When modules are saved to the database, the module name is saved in uppercase.
    Example
    You have saved a form with module name "mm" to the database.
    Using Generate from the command line:
    f45gen module=MM userid=scott/tiger extract=yes not f45gen module=mm userid=scott/tiger extract=yes
    Using the "Generate Options" dialog window:
    File: MM Userid: scott/tiger Module type is FORM,MENU or LIBRARY? Select FORM from poplist Module Access is FILE or DATABASE? Select DATABASE from poplist not File: mm Userid: scott/tiger Module type is FORM,MENU or LIBRARY? Select FORM from poplist Module Access is FILE or DATABASE? Select DATABASE from poplist
    Problem Description
    This error occurs when you attempt to open a form from the database. Access to the form was granted to the user by the form's creator through: FILE->GRANT->MODULE ( Oracle Forms 4.0.x ) or FILE->ADMINISTRATION->MODULE ACCESS ( Oracle Forms 4.5.x ) and the user name given was public.
    Solution Description
    Run the grant script to grant access to the Oracle Forms 4.x base tables. Grant access to either the user who is unable to open the form, or to PUBLIC. PUBLIC will allow all users access to the Oracle Forms 4.x base tables.
    Examples
    Forms 4.5.x (run the script frm45grt.sql as SYSTEM and Forms 4.0.x (run the script frm4grnt.sql as SYSTEM).
    7.) FRM-10043 CANNOT OPEN FILE for modules attached libraries or subclassed objects from other modules
    Solution Description
    - Remove the hard coded path. (For libraries: reattache libraries without path, delete the non portable path). - Check if the library or the other modules are in FORMSNN_PATH. - Check if the env variable for FORMSNN_PATH contains more than 255/512 characters. If yes you can use ORACLE_PATH additional for searching files. (NN could be 40,45,50,60,90)
    References
    Bug:1317608 WEBFORMS FORMS60_PATH LONGER 512 BYTES DOESN'T RETRIEVE THE FMX
    8.) FRM-10043 : Could not open ...olb
    Problem Description
    Form refers to OLB library with full path. Forms Builder stores full path of opened Object Library in preferences file and will ignore FORMS60_PATH
    Solution Description
    1. Open Developer preferences file file in any text editor. On Windows preferences file name is CAUPREFS.ORA and is located direcly in ORACLE_HOME folder. On Unix, preferences file is prefs.ora and is in unix user's home folder. 2. Find "Forms.obj_lib_file" entries and remove path info from library file names. 3. Next time Forms Builder starts, it will search for OLB files using FORMS60_PATH.
    9.) FRM-10083 : Cannot find/open module for referenced objects. FRM-10043 : Cannot open file.
    Problem Explanation
    You receive this error trying to open a form in the Oracle Forms designer. The form you are trying to open has referenced objects. The Oracle Forms designer cannot find the source module in the filesystem that contains the definitions of the referenced objects.
    Solution Description 1
    FRM-10083/FRM-10043 occur because Oracle Forms cannot find the source module in the filesystem that contains the definitions of the referenced objects. If the source module is saved in the filesystem, Oracle Forms uses the following default search path to find the source .fmb file:
    1. If the Full Pathname is specified, use that and no other. If you chose Keep Path when you created the referenced object, the complete directory path of the source module would be in the Reference Source Information in the target module. Thus, you must ensure that the source .fmb file can be found in that directory.
    2. If Remove Path was chosen, no directory path is specified in the Reference Source Information in the target module. When Oracle Forms needs to locate the source module to read the definition of a referenced object, it looks for the module in the default search path. Oracle Forms will search for the source .fmb file in the following order: a. The Working/Current Directory ( In the icon property for the application on Microsoft Windows ). b. Sequentially in each of the directories named by the value of the environment variable FORMS45_PATH c. Sequentially in each of the directories named by the value of the environment variable ORACLE_PATH
    Solution Explanation
    When you create the referenced object, Oracle Forms informs you "It is recommended that the fully qualified path be removed."
    Solution Description 2
    If you have upgraded from a previous version of Oracle Forms, make sure the Reference source form has also been upgraded, before trying to open the referencing form.
    Solution Explanation
    All applications that are used as the source for references must be upgraded first, followed by upgrading any applications that make references to these source forms.
    10.) ROS Error : -200 FRM-10043 : Cannot open file. FRM-11009 : Failed to load color palette.
    Solution Description
    Make sure that the directory path for the color palette file name is specified, and the file extension is .pal. Also make sure that this file still exists in the file system, and is readable. To check the color palette name and mode that the designer/builder is using: EDIT->PREFERENCES menu or TOOLS->OPTIONS menu The Color Palette field specifies the name of the Oracle Forms color palette that is automatically loaded when you create a new form. If there is any information typed in this field, Oracle Forms will interpret this as a .pal color palette file that must exist in the file system. If this field is blank, the Oracle Forms default color palette is loaded. Thus, if you are not using a custom color palette, this field should be blank.
    Solution Explanation
    The Oracle Forms designer/builder uses the color palette as specified in the designer preferences or options field to set the visual attributes for the form you are trying to open. If this color palette file is not found or cannot be read, then the ROS and FRM-10043 errors will occur when you try to open form.
    11.) Using f60genm to regenerate a form, you get frm-10043: Cannot open file in the .err file and: X Error of failed request: BadPixmap (invalid Pixmap parameter) Major opcode of failed request:54 (invalid Pixmap parameter)
    Problem Explanation
    You are using AIX 4.3.1 or higher, and the libXt.a file from that OS version is not compatible with Oracle Forms 6.0.
    Solution Description
    Copy the library file libXt.a (generally in /usr/lpp/X11/lib/R5) from a pre-AIX 4.3.1 O/S (such as 4.3.0) to a directory that won't overwrite your current OS libXt.a file. The $ORACLE_HOME/lib directory is a good place. Set environment variable $LIBPATH to point to that directory. If the customer does not want to copy single file, have them install the following file set from their IBM vendor: X11.compat.lib.X11R5 4.3.0.0 COMMITTED AIXwindows X11R5 Compatibility Library, and set $LIBPATH to include /usr/lpp/X11/lib/R5 instead of the default OS motif libraries.
    12.) FRM-10043 : Cannot open file on Apple
    Problem Description
    see Note:38213.1
    13) FRM-10043 : Cannot open file and Form not created If you try to compile a .pll in frmcmp.exe or frmcmp and use the default moduletype=FORM you receive the error.
    Solution Description
    You have to use Module Type = LIBRARY for .pll or MENU for .mmb or FORM for .fmb

  • How to pass a value from a menu to a form

    I have a scenario where I'd like to take a value set in a menu and pass it to the form that refers that menu. Using a Global seem to work on one instance but not another. While I try to figure out the instance problem, has anybody else passed values from menus to forms without using a global variable?

    How would that work? I've tried by defining a package in the menu but how do I have the form refer to that value?
    I try to refer to the package item in the form like
    package_name.variable_name
    but the form does not know what that is.

Maybe you are looking for

  • Can i use premiere element 13 licence on 2 computers (same house)

    Hello, We have 2 computers and I'd like to use premiere element 13 licence on both at the same time (same house) Thanks

  • Importing records into Address Book

    I note the difficulties some have had importing records. I too am having problems. I'm trying to get my Filemaker databases into Address Book so that I can then move them to my iPod. Exporting from Filemaker is fine, and importing into Address Book a

  • Having audio problems when I use Facetime, any ideas?

    When I use Facetime on my 4S, the video shows & I can hear the person on the call but they cannot hear me!

  • ISight- Black Video Screeen... What's Going On?

    My iSight just stopped working. The green light comes on, but no video. The video screen is BLACK. It's worked before, many of times... and it won't budge. I've tried the troubleshooting, and I'm using the latest iSight firmware, so I don't really kn

  • Slideshow navigation buttons in AS3

    Can anyone help. I want to create the same slideshow that ships with Flash CS3 but in actionscript 3. The one shipped is actionscript 2 and useless if you are creating a project in actionscript 3. I am having particular trouble with how to do a play/