Forms 10 g problem with executing poplist

Hi, I have a problem with the item of poplist displaying when running.

I improved a form developed in 6i and improved to 10g. In the version 6i, we had 2 items that initially were not displayed until you have clicked on a text field. When you have clicked on the text field, it displays the poplist via SET_ITEM_PROPERTY commands element. The element's Visible property is set to no and the Enabled is set to Yes. When the user clicks on the text field, there is a manual SET_ITEM_PROPERTY and use the DISPLAYED property to display the poplist. Well, in forms 6i, it worked fine when running. Forms 10g, I get an error that displays a message FRM that says: cannot set the attribute's POSTER.

Is this is a bug or there is a patch that solves what all is aware of the problem? I've never noticed before. today

The version of the forms I use on my local machine is 10.1.2.3.0 (32-bit version).

I spun my wheels and cannot find a way around it. It used to work fine.

Thanks for the help!

Chris

Hello!

First of all, I would like to try

message ( 'Cursor is in ' || :system.cursor_item || ' - Trigger item is: ' || :system.trigger_item );

in your trigger ONCE - NEW - ITEM - INSTANCE of the text element.

If all goes as planned, you can rename the "QUEST. QUEST_LIST' to ' QUEST. QUEST_LIST_OLD' and
create a new list of pop ' QUEST. QUEST_LIST' and try again.

Tags: Oracle Development

Similar Questions

  • potential problems with executable files using VISA

    Hi, I have a LV 2012 SP1 source code developed under Windows 7. The source code uses VISA for serial communication. I built from this source code executables that work without problems on a PC with Windows 7.
    Now I use Windows 8 and build the executables from the same source code, I have used before. However, when you use the new executables (under Windows 8) on the same PC with Windows 7 as before, I get an error in the communication of VISA.

    The error is: property node (arg 1) in .vi VISA set up a Serial Port (Instr)

    Once again: 1. executables built under Windows 7 work on a PC under Windows 7

    2. executables built under Windows 8 will not work on a Windows 7 PC (error VISA)

    the source code is the same

    Suggestions, which could be at the origin of this are most welcome.

    An EXE that uses the VISA must be the VISA installed runtime.  It is like not having not drivers for your program.  Create a Setup program using the similar project about how you made an EXE file.  Include the exe in the installation program and under additional installers choose the software that is required by the EXE.  This will usually include the runtime LabVIEW and VISA.  From 2013 the additional installers will try to predict the software needed by the EXE.

  • Problem with executable RT

    It seems that if I've been down this road before.  I have a great application that is the engine of two different instruments in a single PXI chassis.  I am able to build the application for the two individual instruments, compile them and get a correct behavior when run as an executable of RT.  I am also able to draw the two instruments of a single VI using the debugging environment (I place essentially two individual applications in particular while loops configured to run once in parallel on the diagram).  However, when I build the build the VI containing the two applications into a single exe RT, I do not get a correct behavior (i.e. does not behave as it did in the debug environment).  I tried running both as two separate called in the rtexe screws (using the two methods described here), as well as their execution from one VI who calls them as described above. I hope that's not too vague, but does anyone have any ideas as to why I could be able to run the combined VI of the workstation but not an executable?

    Thanks, Matt

    Definitely looks like a similar problem.  However, I wonder if this isn't just a quirk that is not altogether unexpected.  Where I got everything to work in the end is to disconnect the typedefs from these two variables that were causing a problem.  I am not sure that real typedefs have been used on the server side, so they would not have appeared in the dependencies.  In this case, the typedef (believe me) would have been lost and the OAS would not know what to do with the data.  Just a thought.  Would have been nice if an error was thrown somewhere.

    Peace, Matt

  • Problem with executing data prevention

    Help!  When I watch a video on Youtube and try clicking on the icon that says "Watch this video in a new window", then Data Execution Prevention stopped and will not open it.  I want to go back to IE7.  I use Vista Home Premium at the moment.

    http://support.Microsoft.com/default.aspx/KB/957700

    "How to uninstall or remove Internet Explorer 8?

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    As I do.

    How to uninstall IE8 > change update settings > hide the IE8 update:

    Click Start > right click on computer > properties > Windows updates down the lower left corner > updates installed in the lower left corner in the next window

    > then click the one that you don't want > uninstall will appear at the top > uninstall it.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, on the page where you clicked "Installed updates", click on change settings at the top left corner it

    > Change update settings in the next page of AutoUpdate to "check for updates but let me choose etc" > OK ".

    When you take a look at pending updates, you can either download/install them one at the time, namely the update causing you problems.

    > or if you do not need an individual (IE8) > right click > UAC prompt > hide it

    See you soon.

    Mick Murphy - Microsoft partner

  • Problem with executing SQL in SQLDEV tool

    Select * from SYS. DOUBLE

    /

    Select * from ap_suppliers

    If I don't give it "/" Ctrl + Enter does not work to run the SQL query. If I gave "/" it works very well and it is very boring, it's how the delivered product? Y at - it no alternative workaround?

    Capture.jpegCapture2.jpeg

    You need to end your queries with a semicolon. This is the qualifier of queries and DDL statements.

    Slash is the delimitation of the PL/SQL blocks.

    Line breaks are not delimiters, the following would run fine if you do Ctrl + enter while the cursor is on the word "select".

    Select

    *

    Of

    Double where 1 = 1;

  • Problem with executing a table of mixing and pregnant at the same time

    I have a Behringer mixer table I plug it into my computer via the USB port to record music. However, every time I try and play any music, none of my speakers work. I tried to run external speakers, those built in my laptop and headphones connected to the console itself. However, as long as the mixer is plugged into my computer, no music will play. When it is unplugged, the music plays very well. And, in the Panel, it shows that there is music through my speakers (or anything that is plugged into the audio jack). My old computer can run a table mixer and speakers very well. Any ideas on how to run the two?

    Jared

    Your best bet is to contact Behringer (but then you knew that already) to see if they have a driver updated, patch, etc.

    We support MS products here and only they would have expertise on the product.

  • Oracle 10g - problem with "DELETE from TABLE WHERE ID in (1,2,3)" (use cfqueryparam)

    Hello, everyone.

    I have problems with executing a DELETE statement on an Oracle 10 g server.

    DELETE 
    FROM tableA
    WHERE ID in (1,2,3)
    

    If there is only a single ID for the IN clause, it works.  But if more than one ID is provided, I get an error message "SQL command" not correctly completed.  Here's the query as CF:

    DELETE 
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    

    Someone at - it works with Oracle that can help me with this?  I'm a developer experienced in MS - SQL; Oracle is new to me.

    Thank you

    ^_^

    So much worse... a colleague just told me I should always use parentheses around the values in the IN clause.

  • Not able to install Itunes for my pc windows7 (64 bit) im... Every time I have install I get the message "there is a PROBLEM WITH CE PACKAGE WINDOWS INSTALLER. A DLL REQUIRED FOR THIS FULL INSTALLATION COULD NOT BE EXECUTED. PLEASE CONTACT THE SUPPORT STA

    Not able to install Itunes for my pc windows7 (64 bit) im... Every time I have install I get the message "there is a PROBLEM WITH CE PACKAGE WINDOWS INSTALLER. A DLL REQUIRED FOR THIS FULL INSTALLATION COULD NOT BE EXECUTED. PLEASE CONTACT THE SUPPORT STAFF. "What should I do? I am new to Iphone! If you could help me on this, it would be very appreciated...

    aarruunn, you might want to try Windows Installer Cleanup utility.

    http://www.MajorGeeks.com/files/details/windows_installer_cleanup_utility.html

  • I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    (1) temporarily disable your security/antivirus software

    (2) download iTunes from the official source: http://www.apple.com/itunes/download/

    (3) try to reinstall

    (4) turn on your anti-virus

  • Problem of size and form of policy on the executable in Windows 7

    Hello

    my colleague has a problem with his application on a Windows 7 computer. It's an executable built with LabVIEW 2011 on a XP machine.

    Please see the attached screenshots for the appearance of the same exe under Windows XP and Windows 7 (where the fonts are more grand/resized).

    Do you have ideas about how to avoid this? One solution could be the use of screenshots of screen/bitmaps instead of text, but it is very uneasy about future changes.

    Best regards

    Manu

    Hi, manual,.

    This has been asked several times before:

    You must include some keys over in the INI of the executable file. I usually use those:

    FPFont = "Tahoma" 13
    BDFont = "Tahoma" 13
    appFont = "Tahoma" 13
    dialogFont = "Tahoma" 13
    systemFont = "Tahoma" 13

    Best regards!

  • 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

  • Problems with tdms built executable; memory.cpp write error

    Hello

    I have a problem with writing tdms files in bed which executable, that I created with the Builder application in LabView 8.2.1.

    I created a small requesting readings some channels in the DAQmx. This schould results written in a PDM file. All this happens within a while loop, even the steps open-entry-closing-PDM.

    This test in the development environment everything is fine. But if I create an executable file and try this on the same and other computer, I received an error warning.

    The error that says: error on line 342, memory.cpp

    Is there anyone who has any idea what is the problem? What I have to insert something in the creation of PDM application designer?

    best looks, T.Malec

    The problem of TDMS is special to 8.20. However, you cannot run the executable with a new runtime, because the compiled code is not compatible between major releases (example: code compiled with 8.5.0 will run on 8.5.1, but not on 8.6.x).)

    Herbert

  • Problem with the executable files

    Hello all, I need a help from you...

    I use LV 2009 SP1 Professional Development Suite on Windows Seven and I have a problem with the executable files, a problem that I have ever found with other versions of LV (8.x, for example) and I'm a little surprised...

    In the attachment you will find an example of what I mean.

    There are two base screws, the main one (prova) and a Subvi (provasubvi). The main vi launches the Subvi and the Subvi simply create a chart. As you can see on the screws works fine, without any kind of problem.

    I also created the exe file, without specifying that no particular option... and 'magic' of the application does not work as I want. In particular, it seems that the Subvi is running, but the front panel will not be accessible.

    I also try to play with the Subvi construction structure and options, but nothing change.

    Did you ever solve something like that?... I would say that I thank you in advance for any suggestion...

    Andrea

    Hello andrea,.

    Looking at your project I've heard that you do not include the Subvi during the build of the project. SO I slightly modified. Please find the attachments.

    Thank you and best regards,

    srikrishnaNF

  • Problem with the executable files, nothing works anymore.

    Hi, my name is Richard and I have a problem with my computer.

    None of my executables work more, they all stop responding when I open them up (if they even offer) This includes but is not limited to, my anti-virus and malware... Makes to solve this rather difficult.

    Note: Very important: when my computer starts, (he did not before) it now opens a tab of Google Chrome instantly with the url:

    http://gangnamgame.NET/

    With Korean words... It is clearly a malware problem, I think, but I can't fix it. And she is taken care of my computer because I can't open any program apart from the basics like wordpad and my browser.

    Please, I need help. I'm under W7U.

    I've tried https://support.microsoft.com/nl-nl/kb/950505, but when I tried to enter "REG IMPORT Exe.reg" nothing happened, just a black for 0.01 seconds and then screen nothing after that.

    Do not restore points having adapted makes things much more difficult. I suggest you try this approach. You need to do it quickly because Windows can replace the backup copy of the files of the register at any time.

    You can restore your registry files manually to a previous point through the steps described below. The process is complex and requires some typing prudent . Ask a computer-savvy friend to help you if you lack experience in this field. You may reset your password to an earlier value.
    1. keep tapping F8 during the first phase of startup.
    2. select Repair from the menu.
    3 log in as administrator if you are prompted.
    4. Select repair when prompted.
    5. Select the command line in the menu.
    6. identify the correct drive letter for your Windows installation. It could be one drive other than c, but it will not X:. You do this by typing commands
    DIR C:\Win*
    Dir D:\Win*
    dir E:\Win*
    until you find the Windows folder.
    I'll call this "Q:" drive
    7 type these commands:
    CD /d Q:\windows\System32\config
    xcopy *. * Q:\MyRegBack\
    CD RegBack
    dir
    8. review the dates of the software, system, and SAM files. The files created before or after that is your problem?
    9. If they were made before the problem appeared, you can then type these commands:
    copy software / y...
    /y copy system...
    /y copy Sam...
    (the two points are part of each order)
    10. restart normally. If things don't work then you can go back by copying files from the original register of Q:\MyRegBack to Q:\Windows\System32\config.

  • Problem with the Code for the form Page

    I have a problem with a page of form to http://www.enonumc.com/PrayerRequest.html in the month passed, the form created an email that worked perfectly, providing all the information to a specified address.

    Recently (last week), we have received an application form email that still had the information for each of the observations labels, but no info after the sign = for the top three submissions. I always get the news option (name, e-mail address, phone number), but none of the drop-down choice list of the box, the text in text box in the prayer request box, or choice of rather we must respond or not.

    Any suggestions of what has happened with the code?

    You can start with code 50 or so on the page validation errors.

    [Valid] Validation of the markup of http://www.enonumc.com/PrayerRequest.html - W3C Markup Validator

    As to why the form processing script doesn't work well, maybe something has changed on your web server.   Ask your hosting provider.

    Nancy O.

Maybe you are looking for

  • No cursor in the address after opening new tab bar

    HelloAfter installing FF 29.0.1, when I opened a new tab, the cursor does not focus on the bar address, or something else.If I run FF in safe mode it works and focus on the address bar. If I disable all of my extensions manually and launch FF in norm

  • Aktivating preinstalled Windows 8.1

    HelloI bought a new laptop (https://www.toshiba.de/innovation/jsp/supportMyProduct.do?service=DE#tab0;)There are 2-3 weeks. First of all, everything was fine. But then a few days ago Windows 8.1 startet to panic. Many functions no longer works:could

  • Skype won't connect on windows xp

    I've recently upgraded to the latest version of Skype 7.4 on my windows xp sp3. I still use xp on my desktop that I use for work. These days, I am unable to connect to Skype, everytime I try signing in a weird window appears the options to save or op

  • Audio issues - Toshiba Satellite Pro - Model # PSM35E - 003: 0 - AR

    Hello good day to the list of members. I'm new here. I use a Toshiba Satellite Pro laptop - Model # PSM35E - 003: 0 - AR, MS windows, serv pack 2 with WIndows live WE updates The audio quality is suddenly fell on this laptop To update / reinstall the

  • Tecra A3X appears "dead".

    HelloJust picked up a Tecra A3x sold as spare parts or repair. OK, pop some memory, plug in the adapter and launch.I get all the lights on the front, I can hear the hum of HARD drive but no screen. An external monitor shows nothing too (FN + F5 does