Group not filling record does not correctly

Hi all

I use Oracle Forms 6i

I wrote a record group to display the values in a combo box based on the values in another combo box.

First drop-down list box is p_builder

Second drop-down list box is p_site

The values displayed in the two combo boxes are thru record group.

Request the first drop-down list box is:

< code >

Select 'ALL' Builder_Name, '000' double Job_Id

Union

Select Distinct job.get_customer_group_name (job_id), to_char (job_id)

of finishing_schedule

Where schedule_type = 'H '.

and job_id is not null

Order in 1

< code >

The 2nd drop-down list box request is

< code >

Select 'ALL', '000' from dual

Union

SELECT DISTINCT job.get_name (job_id), to_char (job_reference)

of finishing_schedule

Where schedule_type = 'H '.

and job_id as decode(:rep_param.p_builder,'000','%',:rep_param.p_builder)

and job_reference is not null

Order in 1

< code >

First drop-down list box displays all the values retrieved by the query with 'ALL', as written with UNION

The aim is:

1. 2nd drop-down list box should display all records where the value of the combo box is selected as ALL - what does not work no records displayed.

2 2nd combo box must also display "ALL" with other values - this does not work also

Kindly advice

Thank you

Hassan

Problem solved.

Kind regards

Hassan

Tags: Oracle Development

Similar Questions

  • Edited in Photoshop does not correctly display in Lightroom after recording the images

    Hello

    I recvently EU cloud Adobe and upgraded from Lightroom 3 or 4.  Since the upgrade I had problems with Lightroom not correctly display images edited in Photoshop.  Instead of the photoshop image, it creates a new jpeg image and appears in the library.  the PSD is not loaded into the library.

    I take a jpeg image of my library and shoosing the change based on Photoshop.  By selecting Edit a copy, I'm tried with the original and edit a copy with lightroom adjustments as well as with the same results.

    In Photoshop, I duplicate the base layer, the image upscaling, running some filters, addition of volunteering adjustment layers.

    I save the image in Photoshop format in the original folder where the original jpeg was in the Lightroom library.  I record with maximize compatibility on.

    When I return to Lightroom, the catalog displays the two files, the original jpeg and a copy identical to it, NOT the new file in photoshop with alterations.  If I go in the folder images occupy in the Finder using the Finder command show two images link to the same original jpeg format.  The modified file to photoshop is there in the folder but does not appear in Lightroom unless I drag and drop it.

    I've disabled all the filters and ensured that the sort is sort by name.  The image does not automatically appears in Lightroom after mounting.  Any suggestions?

    Thanks for any help!

    PS. I'm not looking for the subject, and there are discussions since 2007 and lightroom 2 but their solution was to start from scratch basically and I have a carefully labeled, starred and labeled catalog of more than 30 000 images and really don't want to do that

    Images that are edited in Photoshop will be displayed automatically in Lr only when the image file saved in Photoshop is identical to open LR.

    You say you open a jpg of Lr, then edit in PS-among other things-adding a few layers. Layers are not supported in JPG format, so you must either save it as a psd or a copy in jpg.

    In both cases, is not the same image as the one opened in Lr file, so it will have to be imported into Lr appears. If flatten you your image after editing in PS and then do a to your JPG - not a - it will be displayed in Lr.

    PS: the only exception is when you open a raw image from Lr into PS and you save it to PS in the format of file specified in Lr for external mounting. The saved file is automatically displayed in LR.

    Post edited by: web-Weaver; PS added

  • Skin + component custom Spark does not correctly appear in Flash Builder

    I am creating a custom spark component which has a personalized content for use in MXML much as controlbar and the contents of a special group. I imitated the application Panel and PanelSkin, but is not correctly make in FlashBuilder, but it looks good at execution time. My custom group is called headerGroup. And I followed the implementation of the controlBar in Panel. My skin file should display the header at the top of the container. For debugging, I just renamed my headerGroup to contentGroup (defined in SkinnableContainer) and I can see this content at design time.

    What should I do extra to get my custom group appears at design time? Below, I've stuck my componetn and his skin file.

    Console.As

    package

    {

    import flash.utils.describeType;

    import mx.core.mx_internal;

    import mx.utils.BitFlagUtil;

    import spark.components.Button;

    import spark.components.Group;

    import spark.components.SkinnableContainer;

    import spark.components.supportClasses.SkinnableComponent;

    import spark.layouts.supportClasses.LayoutBase;

    use the space namespace mx_internal;

    public class Console extends SkinnableContainer

    {

    protected const CONSOLE_HEADER:String = "consoleHeader";

    protected public static const HEADER_PROPERTY_FLAG:uint = 1 < < 0;

    protected public static const LAYOUT_PROPERTY_FLAG:uint = 1 < < 1;

    protected public static const VISIBLE_PROPERTY_FLAG:uint = 1 < < 2;

    mx_internal public static var createAccessibilityImplementation:Function;

    [SkinPart(required="false")]

    public var headerGroup:Group;

    mx_internal var headerGroupProperties:Object = {visible: true};

    [ArrayElementType("mx.core.IVisualElement")]

    public function get headerContent (): array

    {

    If (headerGroup)

    return headerGroup.getMXMLContent ();

    else

    return headerGroupProperties.headerContent;

    }

    public public function set headerContent(value:Array):void

    {

    If (headerGroup)

    {

    headerGroup.mxmlContent = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    HEADER_PROPERTY_FLAG, value! = null);

    }

    else

    headerGroupProperties.headerContent = value;

    invalidateSkinState();

    }


    public function get headerLayout (): LayoutBase

    {

    (headerGroup) return

    ? headerGroup.layout

    : headerGroupProperties.layout;

    }

    public public function set headerLayout(value:LayoutBase):void

    {

    If (headerGroup)

    {

    headerGroup.layout = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    LAYOUT_PROPERTY_FLAG, true);

    }

    else

    headerGroupProperties.layout = value;

    }

    public function get headerVisible (): Boolean

    {

    (headerGroup) return

    ? headerGroup.visible

    : headerGroupProperties.visible;

    }

    public public function set headerVisible(value:Boolean):void

    {

    If (headerGroup)

    {

    headerGroup.visible = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    VISIBLE_PROPERTY_FLAG, value);

    }

    else

    headerGroupProperties.visible = value;

    invalidateSkinState();

    if (skin)

    skin.invalidateSize ();

    }


    /**

    *  @private

    */

    override protected function initializeAccessibility (): void

    {

    If (VMConsole.createAccessibilityImplementation! = null)

    VMConsole.createAccessibilityImplementation (this);

    }

    override protected function partAdded(partName:String,_instance:Object):void

    {

    super.partAdded (partName, instance);

    If (instance is headerGroup)

    {

    / / copy values transferred by proxy (if defined) headerGroupProperties to headerGroup

    var newHeaderGroupProperties:uint = 0;

    If (headerGroupProperties.headerContent! == undefined)

    {

    headerGroup.mxmlContent = headerGroupProperties.headerContent;

    newHeaderGroupProperties = BitFlagUtil.update(newHeaderGroupProperties, )

    HEADER_PROPERTY_FLAG, true);

    }

    If (headerGroupProperties.visible! == undefined)

    {

    headerGroup.visible = headerGroupProperties.visible;

    newHeaderGroupProperties = BitFlagUtil.update(newHeaderGroupProperties, )

    VISIBLE_PROPERTY_FLAG, true);

    }

    headerGroupProperties = newHeaderGroupProperties;

    }

    }


    override protected function partRemoved(partName:String,_instance:Object):void

    {

    super.partRemoved (partName, instance);

    }


    override protected function getCurrentSkinState (): String

    {

    var State: String = active? 'normal': "disabled";

    If (headerGroup)

    {

    If (BitFlagUtil.isSet (headerGroupProperties as uint, HEADER_PROPERTY_FLAG) & & )

    BitFlagUtil.isSet (headerGroupProperties as uint, VISIBLE_PROPERTY_FLAG))

    State += "WithHeader";

    }

    else

    {

    If (headerGroupProperties.headerContent & & )

    headerGroupProperties.visible)

    State += "WithHeader";

    }

    return status;

    }

    }

    }

    ConsoleSkin.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:SparkSkin ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:mx = "library://ns.adobe.com/flex/mx" >

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Metadata >

    <! [CDATA]

    /**

    * @copy #hostComponent spark.skins.spark.ApplicationSkin

    */

    [HostComponent ("Console")]

    ]]>

    < / fx:Metadata >

    < s: states >

    < s: State name = "normal" / >

    < s: State name = "disabled" / >

    < name s: State = "normalWithHeader" / >

    < name s: State = "disabledWithHeader" / >

    < / s: states >

    < s:Rect id = "shadow" left = "-1" right = "-1" high = low '-1' = '-1' radiusX = "2" >

    < s:fill >

    < s:LinearGradient rotation = "90" >

    < s:GradientEntry color = "0x000000".

    Alpha = "0.01" / >

    < s:GradientEntry color = "0x000000".

    Alpha = "0.07" / >

    < / s:LinearGradient >

    < / s:fill >

    < / s:Rect >

    < s:Rect id = "fill" left = "1" right = "1" top down = '1' = '1' radiusX = "2" >

    < s:fill >

    < s:LinearGradient rotation = "90" >

    < s:GradientEntry color = "0xFFFFFF".

    Alpha = "0.85" / >

    < s:GradientEntry color = "0xD8D8D8".

    Alpha = "0.85" / >

    < / s:LinearGradient >

    < / s:fill >

    < / s:Rect >

    < s:Group id = "headerGroup" width = "100%" height = "100%" >

    < s:layout >

    < s:HorizontalLayout paddingLeft = "10" paddingRight = "10" paddingTop = "7" paddingBottom = gap "7" = "10" / >

    < / s:layout >

    < / s:Group >

    < / s:SparkSkin >

    Hello

    > Why it does not work when the component is not in a library of thought

    The application code is not "compiled". A CFC is final compiled code, so design mode can load and display. I think that it won't work in an application's performance. Things will need to be recompiled constantly since there is no compc compiler in an application.

    The extra leg, that I am referring is in Design view extensions. There are in fact extended components that implement the API they use in Design mode. It's a glorified built-in Flash Player.

    It's a complication bit, I intend writes a blog on sooner rather than later.

    Mike

  • with firefox 43 yahoo and yahoo mail doesn't work does not correctly

    With the help of win 7 and firefox 43.0.1, I have 4 computers and now all have problems with yahoo and yahoo mail doesn't work does not correctly. Loading sites, but most of the features are missing and clicking on what whether changes to the lists of text. I have disabled flash / anti-spam etc., cleared cookies and cache and even firefox loaded down once again and have upgraded, no help. I'm forced to use IE now.

    I tried Yahoo support, they said try Firefox... In any case, it's Firefox and I found a solution using the 'Refresh Firefox' button. Whatever the problem was fixed on two of my computers so far. Got to update my setting again but it's 10 m, compared to the 10 hours I spent trying all that is nothing.

    Thanks for the help!

  • disc eject does not correctly persist

    I get several error messages that my external hard drive was not ejected correctly. I ejected it, turned off, unplugged and then reverse the process. Whenever my screen locks when I open it there are several messages not eject disks does not correctly.

    Restart your Mac, and then drag the disc on the desktop for the external drive to the trash.

  • Web sites won't load does not correctly and does not flash videos

    When I visit sites like jeuxvideo.com and joystiq.com, they displayed not correctly and never loading of Flash videos. I already uninstalled and reinstalled twice for version 9.0.1 without change. The second time I used Revo Uninstaller Pro to ensure that I got rid of all the registry entries and the residual files. Does anyone know if this is a recent bug? It started for me about noon yesterday...

    Does not properly what?

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Alternatively, you can try to reset the preferences.

  • HP jet 7500 a desktop: office jet 7500 a print does not correctly

    Hello
    After you run the print doctor, cleaning and aligning the print heads that it is still print does not correctly. the first page comes out perfect so the print quality gets worse, with bits wilted and things missing. just print a page of print quality and black looks at all and the first steps of pink and yellow are strong, blue stripes and then 2nd very faded pink and yellow bar.
    any ideas?

    Hey watch this video of HP, how do I solve this https://www.youtube.com/watch?v=c422Q-EhMXI if this fixed your problem can you give me a point of congratulations. Thank you

  • I have an index page that does not correctly load the css and css works on all other pages of the site.

    http://www.boulderridgecondos.com/ does not correctly load the css, but all other pages of the site loading the css correctly. There is nothing (that I can identify) between pages.
    http://www.boulderridgecondos.com/news.htm

    I guess something is wrong in the css, I inherited this site and have exceeded the css but can't find a problem that would cause this to happen.

    Any help or suggestion looking for something would be appreciated.

    This page is saved in UTF-16 format (Content-Type: text/html (UTF-16 BOM, litte-endian)) in your text editor. The CSS file is sent as ISO-8859-1. Firefox fun to see all the files in the same encoding. The other pages are send as ISO-8859-1 and so use the CSS file. You will need to re - save this page as ISO-8859-1 and download the corrected version.

  • Satellite A200 does not correctly reduce or increase the volume

    Hello

    Our Satellite A200 is having problems with its Volume control wheel.
    If I turn the wheel (on the left or in the past), it does not correctly to reduce or increase the volume level.
    He jumps rather the volume level in seemingly random directions (with a preference for the volume).
    Turn the wheel slowly improves responsiveness a little, but it remains quite impossible to increase or decrease the volume control that to be.

    BTW, I am well aware that the volume control wheel is a wheel of puls-encoder rather than ye olde potentiometer.

    -Can anyone you tell me where I can find the configuration that is responsible for this Volume control wheel?
    -Which driver/firmware is attached to the order of the volume control?
    -How can I determine if this is a hardware or software problem?

    Advice would be welcome.

    Stephan

    Hello

    There is no software or hardware problem.
    It is a new generation of volume control.

    First of all there is no mechanical limit turning right or left.
    In addition, this volume controller works a little different than the old volume controllers. The volume can be increased and decreased using the fixed rate

    By the way;
    > Can someone tell me where I can find the configuration that is responsible for this Volume control wheel?
    You can change the volume as in the sound settings that could be found in the control panel.
    > Which driver/firmware is attached to the order of the volume control?
    Audio driver controls the volume controller.
    > How can I determine if this is a hardware or software problem?
    There is no problem

  • upgrade to windows 10, cannot open itunes, it opened the first time, and imported all my songs, but does not open a second time, get the error that the path is not correct and file not found

    upgrade to windows 10, cannot open itunes, it opened the first time, and imported all my songs, but does not open a second time, get the error that the path is not correct and file not found

    Try to repair the security permissions for iTunes for Windows and the empty/corrupted after upgrade/crash iTunes library.

    TT2

  • error code 259 does not correctly updated to sp62736.

    I have a Hp Pavilion 500-141ea im trying to update the IDT audio driver for windows 8, I supported SP sp62736, it passes through the installation procedure, then it stops and comes up with this error code 259 does not correctly updated, I even disabled etc still the same antivirus software.

    Any idea?

    Hi Apache1968,

    If everything works at the moment, with the exception of downloading then I would leave it as it is. The whole "don't mess with what works" thing.

    Thank you

  • NI9476 does not correctly export in a Subvi

    Attached VI 'Outputs not correct' is a very small part of a program. I have 3 NI9476 I'll put trips. I made a table with 3 bits that work through the 32 bits for each module by incrementing the stage (6 and above). The 1st module is shown in the VI. For the 2nd 2 I created a Subvi (digital outputs) so I could develop for as many modules as you need without taking up much space.

    When you run the program, the black dots indicate which bits should be set to each module. The problem is the NI9476 located in the Subvi outputs are not correct. What I am doing wrong?

    If I remove the Subvi and do the 2nd 2 identical to the 1st - they are all working well.

    I did the 384042 fix, but that made no difference.


  • Why is one of my 4 5893 Modules doesn't work does not correctly?

    Hello

    This is the configuration of my HW and SW:

    LabView 2013 SP1

    1 x cRIO 9076

    4 x NI 9853 CAN Modules

    CAN0 - 1000 Kbps, entry timeout = 0, OutputTimeOut = 10000, Module clock: 20 MHz

    CAN1 - 500 Kbps, entry timeout = 0, OutputTimeOut = 10000, Module clock: 20 MHz

    I worked on a program for a test system, where each Module 9853 control two devices (CAN0 and CAN1), the same type of systems is controlled by other 9853 3 Modules in parallel.

    So basically, I use exactly the same functions for each module. So far, everything has worked correctly on module 1, but now that I started to test all other modules I have the problem that Module 3/CAN0 does not correctly read the information.

    While watching the FPGA façade, I see that each 10000ms one value is read, but only on that ONE module (frames are sent every 1ms from my unit)

    I tested the HW itself using the included examples and it works correctly, the only difference is that the example used only 2 Modules, one to send data and the other to receive it.

    I included my FPGA program as an image, I really don't think there is a problem with my RT SW, because all the other modules are working properly. Basically, my SW FPGA bed CAN Modules and puts the information in a FIFO, if there is an error (no information), it will make a loop once more and check again.

    Thanks for your help

    I solved the problem, it was an error of configuration on my side.

    The entry for Module3 CAN1 time-out was set up NOT as 0ms and 10000ms as I thought! , so that was my reading for DUT3 loop run only every 10000ms.

  • Update KB976902 now the mouse doesn't work does not correctly

    I had the KB976902 recently updated on 2 of the 3 computers and 2 who got now have a mouse that does not correctly.  The computer number 3 does not have the update and still works fine.  All three are almost identical hardware and software and have legitimate versions of windows 7.

    The problem of the mouse made play almost almost impossible. Left click crashes, lag mouse click one or two times when I I try to do a restore from the left eventually drag a shortcut of the thing, I clicked on and don't know how or why.

    I did a restore on a single computer, but it did not help.

    Norton and McAfee applications are notorious for not to uninstall (or upgraded) themselves. Since you are not sure, I'll have to have executed two removal on all of the computers in question tools.

    NB: If a step said to reboot, reboot!

    1. download the Norton Removal Tool, save it to your desktop: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    1B. download the tool McAfee Consumer Product Removal, save it to your desktop: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. right click on the file saved in # 1 above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    3B. right-click on the file saved in # 1 b above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then reboot again.

    4 reset the IE8 advanced settings by http://windows.microsoft.com/en-US/windows7/Reset-Internet-Explorer-settings

    5. open Internet Explorer 32-bit (only!) to http://support.microsoft.com/kb/971058 & run it in DEFAULT and modes difficulty then AGGRESSIVE. [1]

    6. restart a last time & test.

    ~~~~~~~~~~~~~~~~~~~~~~~~
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not the list of installed updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Acer site does not correctly display the specification.

    Acer site does not correctly display the specification.

    Example when you click on the link on M5 Explorer - 581 T-6405 please as to the specification of the model of S7-191-6447. Please check

    Thank you bring to our attention. We will ensure that it is transmitted.

Maybe you are looking for