Set_item_property from pull-down menu

Is it possible to use set_item_property to change something on a block item from a pulldown menu? I'm going to guess 'no', but it would be awfully convenient for me if there was a way around it.

use
SET_ITEM_PROPERTY('BLOCK.ITEM', PROPERTY, VALUE);For accessing items in Menu:
DECLARE
  myVar VARCHAR2(2000);
BEGIN
  -- Read
  myVar:=NAME_IN('BLOCK.iTEM');
  -- Write
  COPY(myVar, 'BLOCK.ITEM');
END;Edited by: Andreas Weiden on 24.11.2008 08:11

Similar Messages

  • Too many addresses in mail's "From" pull-down menu

    i have 3 mobileme addresses, a few of aliases, and 1 gmail account. my problem is this:
    when composing a new message, there are too many addresses the "from" pull-down menu, because mail includes both the .mac and .me versions of each of my aliases. so, instead of a list of 6 addresses, mail shows 10. furthermore, the addresses appear, in the menu, in a random order, making it even harder to find and select the address i need:
    they display in this order:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    - how do i get mail to stop listing both the .mac and .me versions of addresses (aliases) in the pull-down menu?
    - and how do i alphabetize the list?
    thanks.

    i must have been really tired when posting the above. lol. obviously i meant "a few aliases" and "there are too many addresses in the 'from' pull-down menu."
    i hope someone knows how to address this issue. (no pun intended.)

  • Problem logging into iPlanet Calendar Server from pull-down menu in Communicator

    When I run the iPlanet Calendar Server's cstool
    utility and enter the command<BR>
    <P>
    cstool -p 80 ping name.of.server
    <BR>
    <P>
    I receive the message<BR>
    <P>
    Calendar Server is up and running!
    <P>
    I can also access the LDAP service of the Calendar Server with no problem.
    However, if I try to connect to this server using the pull-down menu for
    Netscape Communicator 4.7 with Calendar, I receive the error message<BR>
    <P>
    The server is unreachable. Verify that the network is available and that the
    server application is running.
    <P>
    To use the iPlanet Calendar Server client, point your browser at the client
    port that was specified when the iPlanet Calendar Server was installed.
    <P>
    For example,<BR>
    <P>
    http://your_server_name:80
    <P>
    If you forgot which client port is specified, you can find the value for the
    port number in the service.http.port
    parameter in the server's
    /opt/SUNWicsrv/cal/bin/config/server.conf
    file.

    So if you accepted the defaults during the installation process who are the database users? ias_admin? system? sys? I've tried all and gotten ORA-01017: invalid username/password; logon denied. These fail in the OEM console as well. I apologize in advance if the answer is embarassingly obvious.

  • Clear_form doesn't work right from pull-down menu on one form.

    Have a switchboard form called MAIN used to call other forms, FORM1, FORM2, and FORM3. 1-3 have buttons to return to the switch board that contain the following code, along with a pulldown menu item that is identical.
    IF :GLOBAL.logged_in = 'y' THEN
         CLEAR_FORM(no_commit, to_savepoint);
    END IF;
    EXIT_FORM;This works fine from both buttons and menus on FORM1 and 2. The button works fine on FORM3, but if i click the menu item, Forms displays a message box saying 'Close this form?' with a yes or no choice. 'Yes' does close the form, but why am I being prompted like this? It doesn't happen on the other forms.
    Edited by: user10401609 on Nov 26, 2008 7:40 AM
    Edited by: user10401609 on Nov 26, 2008 7:49 AM

    Look up the on-line help on both Clear_Form and Exit_Form. The one odd form has a block and record status that requires different action.
    Unless you really want to save some previously entered data, you should be doing a Clear_form(No_Validate, Full_Rollback), or the Exit_form should be: Exit_Form(No_Validate, Full_Rollback).
    The Exit_Form on-line help states (in the section describing the default "Ask_commit" commit mode):
    However, if RECORD_STATUS is INSERT but the record is not valid, Form Builder instead asks the operator if the form should be closed.  If the operator says yes, the changes are rolled back before the form is closed.

  • Display profiles via a pull down menu from menu bar?

    I'm often switching my display profiles on my iBook-- depending on sunlight, lighting conditions, etc.
    Is there any software or Apple setting that would give me a pull down menu of my choices from the menu bar?
    Right now I have the monitors or whatever it is on my menu bar, but that requires multiple steps-- selecting Displays Preferences, waiting for it to come up, then clicking on the Color Tab, and finally picking one of the display profiles.
    I'd much rather have a one-step pull down menu. Anything like that?
    Also what does "Recent Items" mean in that menu?

    Open the AppleScript Utility in the /Applications/AppleScript/ folder and check the box to display the script menu. One of the choices in the script menu under ColorSync will enable you to change your display profile. If you know the names and paths of the profiles, additional scripts can be created that would change it in a single step. The lines of code needed are:
    tell application "ColorSyncScripting"
    run
    set display profile of display 1 to alias "path:to:profile"
    quit
    end
    (11369)

  • Using alias addresses from Account pull-down menu

    My main computer is in for repair and I started using my G4 for Mail. I have a Mobile Me/.Mac account and have several alias addresses. On my computer with Leopard, the From account pull down- menu has my alias accounts to choose to send from. This, the Tiger machine does not. Only has my primary Mobile me account to choose from. Is there a way to get my aliases to show in the pull-down. I was syncing the mail boxes for a while, but that didn't seem to do what I wanted.

    Is there a way to get my aliases to show in the pull-down?
    Go to Preferences > Accounts, select the account in question, and add the alias email addresses after the Email Address field for the account, separated by commas. Save the changes, then restart Mail.
    Mulder

  • Pull down menu information from external file

    I want my pull down menu information in a external file, so I can use it. Are multiple pages without inserting the code each time so I can updated in one place.
    <!DOCTYPE html>
    <html lang="en-es">
    <head>
        </head>
        <body>
    <form name="UnitTest" action="Inspector.html" method="POST">
    <div align="center">
      <select name="Inspector" multiple size="1">
       <option value="1234">1234 </option>
       <option value="56789">56789 </option>
       <option value="98765">4321 </option>
      </select>
    </div>
    </form>
    </body>
    </html>
    Sandy

    I went to the Stack Overflow website http://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file and found some helpful code. It did one thing funny that I am hoping you may build a help with. This is the code I found and using;
    <!---------------------------------------  Inspector Pull Down  --------------------------------------------->
          <label for="inspector_inspector">Inspector / <span2>Inspector</span2>:</label>
         <br>
                      <!--[if !IE]> <-->
                            <object type="text/html" data="inspector.html">
                              <p>backup content</p>
                            </object>
                       <!--> <![endif]-->
            <!--****http://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file*****-->
    <!--------------------------------------- Assembler Pull Down  ------------------------------------------->
          <label for="assembler_operador">Assembler/<span2>Operador</span2>:</label>
         <br>                     
                       <!--[if !IE]> <-->
                            <object type="text/html" data="assembler.html">
                              <p>backup content</p>
                            </object>
                       <!--> <![endif]-->
    How do I get rid of these big gaps?

  • Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks Pull down menu. How can I "Bookmark All Tabs" using Firefox 4.0.1

    I recently updated to Firefox 4.0.1 from Firefox 3.6. Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks pull down menu. There isn't a "Bookmark All Tabs" in the Firefox 4.0.1 Bookmarks pull down menu. Has this feature been eliminated from Firefox 4.0.1? If I want to save 24 tabs in one window of Firefox and 14 tabs in another window of Firefox, do I have to save all the tabs individually? How can I set the options, preferences, etc. so that I can "Bookmark All Tabs" at once in a window of Firefox 4.0.1. I am running Firefox 4.0.1 on a desktop computer with Windows7 Professional OS with Firefox as my default browser.

    Right click a tab and you will get the option to bookmark all tabs. Or use keyboard '''Alt + B''' which opens the old style menu. You can make changes to Firefox, as explained in this post: [/questions/799856#answer-155765]

  • I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  ! Do you get the idea ? Thanks !

    I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  !
    Do you get the idea ?
    Thanks ever so much !

    the numbers manual can be downlaoded from this website under the Apple support area...
    http://support.apple.com/manuals/#numbers
    What your looking for is written out step by step for drop downs and all other special types of user input starting around page 96 in the '09 manual.
    Jason

  • Download Pull-Down Menu in Web App Olive ActivePaper Daily 4.0 No Longer "Works" in Firefox 10

    I have a paid subscription to the online edition (aka "e-edition") of the Raleigh News & Observer, http://www.newsobserver.com/. In Firefox 10, I am no longer able to download the pdf of the paper; the download pull-down menu in web app "Olive ActivePaper Daily 4.0" no longer "works" in Firefox 10 on Win XP or Win 7. This was not a problem in Firefox 9 and earlier. The pull-down menu continues to "work" in IE8. A valid username & password is required to do the download. The ''only ''change made to my Windows XP system was the upgrade from Firefox 9 to Firefox 10.

    The thread "Keynote Cancelled Shutdown: how do I troubleshoot?" has recently posted a possible solution but is there an explanation or a fix planned?

  • How can I make a pull down menu in I web

    how can I make a pull down menu in I web?

    You can't do this directly in iWeb itself and it is quite complex - you need to use third party software and it is a matter of pasting code into the html snippet in iWeb and then uploading certain things to your host/server and then connecting them.  It can get quite fiddly if you don't really know what you are doing and it only takes you to upload the wrong thing and get some code wrong and your menu will not show up.
    Why not ditch iWeb in favour of newer software - try EverWeb at http://www.everwebapp.com and in EverWeb you can create drop down menus from within the app and it is very easy to do.
    I would change now as iWeb has not been supported by Apple or sold for the last 2 years, so now might be a good time to look elsewhere and ditch iWeb for good.
    I already have and purchased EverWeb and re-built one of my sites using this app and have moved my other site to Drupal so that I can do more with it and make it a members site - this can be done more easily if you use a Content Management System like Drupal.

  • Director 8 - how do I create a pull down menu

    I have only been using Director for a short while and I am
    trying to figure out how to create an interactive pull down menu.
    There would be a title (click on title) then a series of Chapters
    would show up under the title. By clicking on a chapter (or
    releasing the mouse button) the viewer would be taken to the
    beginning of that chapter. I have seen the pull down button in the
    Library but have no idea on how to use it.

    To use the Dropdown Menu behavior from the Controls pane of
    the Library Palette:
    1) Create a field member
    2) Place it on the Stage
    3) Open the Library Palette at the Controls pane
    4) Drag the Dropdown Menu behavior onto the field sprite
    5) Select the appropriate* choices in the Behavior Parameters
    dialog
    6) Run your movie
    7) Click on the field sprite.
    * What are the appropriate choices? That depends on how you
    plan to design your project. You might like to start by creating a
    marker label for each of your chapters, and using "Markers in this
    movie" as the value for the "Contents" property.

  • IWeb not showing .Mac web gallery albums in Web Widgets pull down menu

    I'm trying to update a webpage and insert a .Mac Web gallery album using the Web Widgets pull down menu. The problem is the menu isn't offering/showing ALL of my .Mac Web Gallery albums. It shows some and I can insert those, however, it isn't showing all of them. I've tried refreshing the list in iPhoto, but it still won't show in iWeb '08. I've even given it several days to refresh, but to no avail.
    Any suggestions?

    Nice, didn't think of that. I went into iPhoto and, in the Settings, changed it from being only viewable to restricted groups. I opened it up to "Everyone" and, back in iWeb, there it appeared in the Web Widget pull down menu. I then inserted the album and published the web page. I then went back to iPhoto re-instated the restrictions in the Advanced settings.
    Thanks.

  • Filter the pull down menu of physical channels control

    Hello all,
    I need help, I'm desperate!
    I'm trying to create a software recording data from an accelerometer by using a NI USB-9234 device. So in order to do that, I linked a physical channels control to DAQmx create channel. The thing is, I want to display in the pull down menu, only the physical channels attached to the NI device specified above. And besides, I'd like this to be done automaticaly, meaning that no matter what is the name of the device (dev1, dev2, dev3...), the pull down menu will display the four physical channels attached to the specified device.
    Am I clear ?
    I know that by right-clicking on the physical channels control, I can filter it but I can't manage to figure it out how to filter by specifiying a device. Maybe by using property nodes...I don't know.
    If somebody has a solution, that would be much appreciated.
    Thanks a lot

    You can configure IO Name Filtering by choosing the following option in the context menu:
    But you cannot select a certain device type there, but only certain device names (which is a huge difference).
    So the easiest way to accomplish your task is to define a name for your USB-9234 (like MyDevice) and then limit the selection to "MyDevice".
    You have to make sure, that each PC using the application as aware of "MyDevice". This setting is done in MAX (Measurement and Automation Explorer) and can be distributed with your application using the Application Builder (or manual export/import within MAX).
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • List / Pull Down Menu set LIST_ITEM_ID and PARENT_LIST_ITEM_ID

    Hi all
    APEX has "Pull Down Menu" template for navigation list control where used variables #PARENT_LIST_ITEM_ID# and #LIST_ITEM_ID# but their values can't be specified SELECT, all my tries failed
    btw doc says
    Enter a list SQL Query or Function returning a SQL Query to generate a dynamic list.
    SQL Query Syntax:
    select level, labelValue label,
           [targetValue]            target,
           [is_current]             is_current_list_entry,
           [imageValue]             image,
           [imageAttributeValue]    image_attribute,
           [imageAltValue]          image_alt_attribute,
           [attribute1]             attribute1,
           [attribute2]             attribute2,
           [attribute3]             attribute3,
           [attribute4]             attribute4,
           [attribute5]             attribute5,
           [attribute6]             attribute6,
           [attribute7]             attribute7,
           [attribute8]             attribute8,
           [attribute9]             attribute9,
           [attribute10]            attribute10
    from ...
    where ...
    order by ...
    Thanks

    If you're trying to build a hierarchy then it's the first column - level - that defines it.
    You'll find an example of a query that builds a menu hierarchy here
    Grassroots Oracle: CSS pull down menu using APEX List

Maybe you are looking for

  • Report Painter - Totals are different on face of report & line item details

    Hello, We have a report designed in report painter. Thye lIbrary table is GLPCT. When we run the report system gives e.g. 100 $ on face of report. However when we double click on that line to get a line item details reoprt the value is different. It

  • Asset selections only allowed in repeat run

    Hi Experts, I am was posted Deprication 2009 with 12 periods from Planned posting run. When I am doing Deprication 2010 with 1 periods from Planned posting run for perticual period its work in test run u2018 T E S T R U N completed successfully , A d

  • F7 and script editor,why F7 icon shows when F7 turned off

    I use FF5 and I have F7 turned off yet on my web site script editor page I keep getting these F7 icons appearing (as below) any solutions to removing these,other than manually going through my pages

  • IP Phone Messenger error - "You were trying to access...."

    I am trying to configure the IPPM service on two phones: 7975 and IP Communicator but I'm getting the following message on both when I press the services button: "Invalid Device You were trying to access IP Phone Messenger service from a device not p

  • Can't Unistal/Fix Itunes

    I guess I was uninstalling programs and accidentally uninstalled Apple Application Support and now my Itunes and Quicktime is not working. So whenever I try to uninstall Itunes, I can't. It says "The Windows Installer Service could not be accessed. T