$FLEX$ is not working

Hi,
I have two parameters in my concurrent program. p_plan_name and p_plan_element_name first parameter uses CN_SRS_COMP_PLANS value set. For second parameter i created a value set with where condition and <column_name>=:$FLEX$.p_plan_name. But in SRS window it says "No records for the list". But the LOV works fine if i hard code a value instead of :$FLEX$.p_plan_name.
Please help me.

We have tried using the following :
<column_name>=:$FLEX$.p_plan_name
And it works fine.
The might be some issue with the query that you have written.

Similar Messages

  • Flex App not working in IE9

    Friends,
    We have a Flex browser based app (Flex 3.6 SDK) and it has been running smoothly on IE since last 1 yr. Front-end is Flex, Middle layer Fluorine web services aka .Net, back-end is SQL. One of our customer reported this peculiar problem that it is not working on IE9 (its a Win 7 64bit laptop). Not working means that after he hits the url, the page loads fine but when he tries logging in he gets error (Thats an error we shoe when we get failure callback from middle layer). Now .Net/back-end people checked the logs and told me that they do not receive any hit from that account. So it means the <mx:Remote object> call for login never reached them. But then how come we got error callback?
    Notably,
    1. we are not using any session timeout so there is no question of fault callback coming due to that. is their any way that we got a fault callback of Remote Object without it reaching the .Net layer? How can we rectify it?
    2. we used Adobe connect and checked this client's machine and we found that his internet options on IE are fine as per http://blogs.adobe.com/cnflash/2011/09/23/adobe-flash-player-cannot-work-on-ie-9-after-ins tallation-or-updates/ . also he is able to open Flash videos without any peoblem so it seems that Flash perhaps is working fine on it.
    what other areas can we check to solve it? Any help is valuable guys....
    Regards,
    Shubhra Bhushan

    check with firebug.
    i suspect that client load swf from cache. means he might not have latest version of swf. make sure he has latest swf.
    parameter mismatch will lead to these kind of issue

  • Flex debug not working in FB3r3 on web apps

    I am developping a Flex application for an Apache Tomcat 5.5
    server.
    I installed eclipse 3.3 with the FB3r3 plug-in (after
    uninstalling Flash as requested). To test all was well I created a
    simple web application with server type 'none' the Flex debugging
    worked fine. However, if I set the server type to J2EE with a
    Tomcat 5.5 server the Flex debugging does not work with the same
    application.
    I have tried switching web browser from internal to default
    system (IE) (the browser used with the 'none' application), but
    this didn't help.
    What have I missed? Any help appretiated.

    Well... even though the upgrade brought all the settings over
    from CF7, the debug settings weren't implemented. The setting was
    checked like it was implemented but it wasn't. To fix, uncheck and
    save your settings. Then recheck the debug setting and save.

  • Additional SDK for Flex Builder - not working

    Hi,
    I have a Flex Builder 3.0.2. It's shipped with Flex SDK 2.0.1 and 3.2. I would like to add the new Flex SDK 3.5. I followed the documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=build_6.html#162812:
    - extracted SDK 3.5
    - added into my SDK list
    - set to default
    - restart Flex Builder
    - clean project
    But it's just not working. There are many functions from the documentation I can't use still (but should be available with SDK 3.5). How can I fire SDK 3.5 up?
    Thanks in advance,
    Peter

    I can't solve your problem, but I can say that Flex Builder 3
    is much faster amd more stable than FB2.
    Tracy

  • Flex Socket not working in Android Gingerbread

    Hi,
    I am having this mobile application where it will connect to Air ServerSocket deployed in desktop machine. The problem is socket connection is not working in my device running Android 2.3.5 while it id working on the other device running 4.2.2. Please help.
    Best regard,
    Victor

    do your IE has installed flashplayer plun-in? if so, is plug-in enabled?

  • Flex components not working after upgrade to Flash Builder 4

    I just purchased Flash Builder 4 and imported my project from Flex Builder 3. Everything worked except my Flex components that were created in Flash Professional using the Flex Compoent Kit are not showing up at all in my Flex app. The components were created in Flash CS3 and published to an SWC. I even tried upgrading to Flash Professional CS5 and re-publishing but that didn't help. These components work fine in Flex Builder 3 with Flex SDK 3.2. Does anyone know why they aren't showing up in Flash Builder 4 using Flex SDK 4.1 and AIR 2.5 SDK? I need this to work with AIR SDK 2.5 so I can compile for Android. Thanks, Ryan.

    P.S. when I say they aren't showing up I mean they aren't visible in the running application. Flash Builder is finding them in the SWC though because I instantiate the components in my mxml file and it compiles without errors. - Ryan

  • GameInput in MXML/Flex project not working

    I am trying to add Joystick support to a MXML/Flex based application (FlashBuilder, using Apache Flex 4.12.0, FP 13, AIR 13.0beta) but it does not seem to work.
    I am adding the following lines in the preinitialize function of the main MXML (which is the earliest point I can call a function I assume):
    <s:WindowedApplication
                   preinitialize="preinitialize(event)"
    />
    <fx:Script>
    <![CDATA[
    private function preinitialize($event : Event) : void
         var gameInput : GameInput = new GameInput();
         gameInput.addEventListener(GameInputEvent.DEVICE_ADDED, onDeviceAdded);
         trace("GameInput.isSupported - " + GameInput.isSupported);  // returns true
         trace("GameInput.numDevices - " + GameInput.numDevices); // returns 0
    private function onDeviceAdded($event : GameInputEvent) : void
         trace("GameInput.isSupported - " + GameInput.isSupported);  // returns true
         trace("GameInput.numDevices - " + GameInput.numDevices); // returns 0
    </fx:Script>
    However, the trace for "GameInput.numDevices" always returns "0".
    The USB Device is connected properly; when I run the same code in a pure AS project (Flash Professional, same AIR SDK 13) the "GameInput.numDevices" trace returns "1".
    This means, the device is working and the MXML/Flex must be the bottleneck.
    Does anybody know, if I'm either missing something, or if this is an issue/bug with Flex/MXML?
    [Update]
    - Unplugging and replugging the device correctly calls the event handler and numDevices is displayed with "1". However, this is no solution, since the identification of the device needs to happen without such an procedure.
    - With an older SDK (Flex SDK 4.6 + AIR SDK 3.8) the device is actually correctly identified from the start so there must be a bug in the newer AIR SDK version(s). I will fill out a bug report for this and post it here for reference.
    [Update 2]
    Bugbase report URL: https://bugbase.adobe.com/index.cfm?event=bug&id=3749005
    Message was edited by: janfriedrich

    do your IE has installed flashplayer plun-in? if so, is plug-in enabled?

  • Flex apps not working in IE6...sometimes

    I have a strange problem that is causing me to go bald..
    When I create an application in Flex and run it, IE pops up and I get the message:
    "Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash "
    Flash is installed already. In fact, I have uninstalled it, installed it, installed the debugger version, installed the non-debugger version, etc trying to solve the problem. This all worked before (in fact just a few days ago) and I have had flex installed for a couple years without problem. I have tried this in a few scenarios.. Previewing the application on my local harddrive. Previewing on a network drive, previewing on an internal website. None work (though they used to). When I view applications outside our local network, I can view them fine.
    This same application works fine in Firefox. I can preview, debug, everything in all situations just fine.
    Other machines in the office on the same network with less rights than me show the application working fine. They have Flash 10 installed.
    Does anyone have ANY idea why this might be happening? Any help would be greatly appreciated.
    Thanks.
    Matt

    I hate to reply to my own post,  but I found the solution!! Actually I found a post from someone else who  found the solution... I will detail it here in case someone else  searches for it.
    Solution:
    All of  these problems are all apparently caused by the same problem, that is  the inability of IE to properly determine the user agent version due to a  limit in the length that it can be. What happened was I  went into IE and went to the Help/About Internet Explorer. When I did a strange Error 53 dialog box that came up. I searched the internet  for this and came across this site: http://www.netsplore.com/PublicPortal/blog.aspx?EntryID=45.
    Following the instructions on that site solved all the problems!
    I hope this helps someone else...
    Matt

  • Flex website not working properly in Firefox

    Hi All,
    We have a huge app built in Flex. When we deployed the app, it ran successfully in IE,Opera,Safari.
    But in FIREFOX, the site opens up and the user is able to login for the first time. After that when he log out and re-login in the same Firefox browser, the click events are not firing.
    any help?

    Can you share the folio with me that has this problem? I can't guarantee I can come up with a solution, but I can do a quick ask around the hallway to see if anyone has a suggestion. Share to [email protected]
    Neil

  • Flex Time not working

    When I load an older project into Logic 9 I am unable to use the flex time editing in the arrange window. The audio file is analysed but the markers dont appear and neither do the appropriate tools at the cursor. I know the file is analysed because the transients do appear in the sample editor.
    Eventually I found the work around by starting with a completely empty project and importing everything with the new import function in the browser. This is the ONLY way that I can use the flex stuff on any of my previous projects. I have had to completely start again with redoing all my templates from scratch if I want to use flex time in a new project as well.
    The folks at Apple's pro application support were very patient with me as I worked through all their suggestions but ultimately no help at fixing the problem. There is no question that the facility should work with audio files in older projects. They didn't seem to have heard of the problem occurring before. Anyone else had similar experience?

    Had a similar thing myself. Make sure you select the region you want to flex, then make sure that the check box marked "Flex" is checked in the inspector on the left of the arrangement.

  • Flex application not working when deployed run from Server

    Hi,
    I have Flex application which takes a parameter from user, makes a web-service call and returns the message.
    This application is running perfectly when I launch from IDE.
    But when I copy the files from bin-release to server and launch it, it gives me no result.
    In the crossdomain file on the server which hosts web-service, I have added the my host IP in the
    allow-access-from domain tag.
    In the initialization method of the application I load crossdomain using following code:
        Security.allowDomain("remoteservername");
        Security.loadPolicyFile("http://remoteservername/crossdomain.xml");
        var request:URLRequest = new URLRequest("http://remoteservername/crossdomain.xml");
        var loader:URLLoader = new URLLoader();
        loader.load(request);
    Is there a way I can debug application when running from server?
    Please give me some pointer to solve this problem.
    Thank you.
    Chintan

    Alex thanks for reply
    The URL for the app is http://<some_IP>/flex_app
    <some_IP> is added in crossdomain.
    Also we have outbound IP's and of these are also added in the crossdomain file.
    This is the current content of crossdomain file:
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="master-only"/>
    <allow-access-from domain="<some_IP>"/>
    <allow-access-from domain="<outbound_IP1>"/>
    <allow-access-from domain="<outbound_IP2>"/>
    <allow-access-from domain="<outbound_IP3>"/>
    <allow-http-request-headers-from domain="<outbound_IP1>" headers="SOAPAction"/>
    <allow-http-request-headers-from domain="<outbound_IP2>" headers="SOAPAction"/>
    <allow-http-request-headers-from domain="<outbound_IP3>" headers="SOAPAction"/>
    </cross-domain-policy>
    App runs perfectly fine when launched from Flex Builder.

  • Style selector not working...

    Why does the mx|ToggleButtonBar style selector not work in the following code?
    <?xml version="1.0"?>
    <!-- Simple example to demonstrate the Halo TabNavigator layout container. -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/halo">
         <fx:Style>
              /* Not working */
               mx|ToggleButtonBar{
                   buttonStyleName:"mytoggleButtonBarButtonStyle";
                   firstButtonStyleName:"mytoggleButtonBarButtonStyle"
              /* okay */
               #tbb{
                   buttonStyleName:"mytoggleButtonBarButtonStyle";
                   firstButtonStyleName:"mytoggleButtonBarButtonStyle"
              .mytoggleButtonBarButtonStyle{
                   skin: ClassReference("skins.custButtonSkin");
         </fx:Style>   
         <s:VGroup>
              <mx:ToggleButtonBar id="tbb">
              <mx:dataProvider>
                   <fx:Array>
                        <fx:String>Flex</fx:String>
                        <fx:String>Flash</fx:String>
                        <fx:String>ColdFusion</fx:String>
                   </fx:Array>
              </mx:dataProvider>
         </mx:ToggleButtonBar>
         <mx:ToggleButtonBar id="tbb2">
              <mx:dataProvider>
                   <fx:Array>
                        <fx:String>Flex</fx:String>
                        <fx:String>Flash</fx:String>
                        <fx:String>ColdFusion</fx:String>
                   </fx:Array>
              </mx:dataProvider>
         </mx:ToggleButtonBar>
         </s:VGroup>
    </s:Application>

    <?xml version="1.0"?>
    <!-- Simple example to demonstrate the Halo TabNavigator layout container. -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/halo">
         <fx:Style>
         @namespace mx "library://ns.adobe.com/flex/halo";
              @namespace s "library://ns.adobe.com/flex/spark";
              /* Not working */
               mx|ToggleButtonBar{
                   buttonStyleName:"mytoggleButtonBarButtonStyle";
                   firstButtonStyleName:"mytoggleButtonBarButtonStyle"
              /* okay */
               #tbb{
                   buttonStyleName:"mytoggleButtonBarButtonStyle";
                   firstButtonStyleName:"mytoggleButtonBarButtonStyle"
              .mytoggleButtonBarButtonStyle{
                   skin: ClassReference("skins.custButtonSkin");
         </fx:Style>   
         <s:VGroup>
              <mx:ToggleButtonBar id="tbb">
              <mx:dataProvider>
                   <fx:Array>
                        <fx:String>Flex</fx:String>
                        <fx:String>Flash</fx:String>
                        <fx:String>ColdFusion</fx:String>
                   </fx:Array>
              </mx:dataProvider>
         </mx:ToggleButtonBar>
         <mx:ToggleButtonBar id="tbb2">
              <mx:dataProvider>
                   <fx:Array>
                        <fx:String>Flex</fx:String>
                        <fx:String>Flash</fx:String>
                        <fx:String>ColdFusion</fx:String>
                   </fx:Array>
              </mx:dataProvider>
         </mx:ToggleButtonBar>
         </s:VGroup>
    </s:Application>

  • Flex Builder 3 Beta 3 Debugging not working with latest Flash Player Debug

    First to emphasize that never had such issues with Flex
    Builder 2 Beta 2 and Flash Player 9.0.47 Debug version.
    I downloaded Flex Builder 3 Beta 3 and installed it. Then
    trying to debug any Flex app (old or newly created) does not work.
    I don’t get any errors, but after some research I saw
    it’s nagging up on trying to connect to the Flash Player
    debug version.
    1. Uninstalled old versions of Flash Player (FP).
    2. Downloaded latest debug version of FP 9 (9.0.115) and
    installed it both for IE and Opera (Netscape-compatible).
    3. Installed Flex Builder 3 Beta 3.
    4. Created a simple Flex app.
    5. Ran it in debug mode.
    6. Showed a small window with title “Progress
    Information” and a progress + text: Waiting for Flash Player
    to connect to debugger…
    7. Two minutes later I got the error: “Failed to
    connect; session timed out. Ensure that: 1. You compiled your Flash
    application with debugging on. 2. You are running the debugger
    version of Flash Player.”
    Any idea what is wrong? I tried to download an older debug
    version but then FB 3 Beta 3 raises the error it’s expecting
    version 9.0.115. I searched to download FB3 Beta 2 (because I
    deleted it after downloading Beta 3) but unfortunately Adobe did
    their best to wipe it out from their links.
    Any help is welcome.
    System Specs:
    Windows Vista Ultimate
    Flex Builder 3 Beta 3 Standalone
    JRE 1.6 Update 3
    -Dimitar

    Hi Dimitar,
    Did you close all the browsers (and applications which use
    Flash Player) when you install Flex Builder 3 Beta 3 or Flash
    Player? You can try manually installing it from <FB install
    location>/player/ directory. Here're some
    installation/unintallation instructions of Flash Player:
    http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes#Installing_Flex_SDK_3_Beta_3
    thanks,
    Sharon

  • Ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    On the MBP, in iTunes, switch to Song view and enable the iCloud Status column by pulling down View > View options and selecting the option for "iCloud Status." Close the small window. Look for any tracks that have a status of "waiting." If you see several of them disable iTunes Match while holding down the Option key. Quit iTunes, wait a few seconds, then open it again and turn iTM back on. Let it compelete the scan. Wait until all tracks that are "waiting" have a status of either "matched" or "uploaded."
    On the iPad, turn off iTunes Match then launch the Music app and let the contents clear out. Power cycle the iPad for good measure, then re-enable the service once all the tracks in iTunes have been processed.

  • Tabbing is not working properly / Flex Mobile 4.6

    Hello,
    I've been working on a mobile app in Flex 4.6 and I've noticed that tabbing between fields is not working properly - maybe someone else has had the same experience and has a fix?
    I have 4 TextInput fields, which now all have tabEnabled set to "true" and tabIndex set accordingly, however, I am unable to tab netween the fields.
    More specifically, when I run the app with a destop run configuration, any time I hit the "TAB" button on the keyboard the first field is focused on. So, if the cursor is in field 3 & I hit TAB, the focus is now in field 1.
    On the mobile device (Samsung Galaxy S), there is no tabbing at all, no matter which field I am in. The soft keyboard does detect the last field though, and the "Next" button on the keyboard will change to "Done".
    I've tried putting the TextInput fields withing a SkinnableContainer (as mentioned here: http://forums.adobe.com/message/2418694#2418694), but no change.
    I also found a bug report on something similar, though it was closed becuase it was opened in the AIR bug base instead of the flex bug base. (https://bugbase.adobe.com/index.cfm?event=bug&id=3064944)
    Here's the code for my "registration" view without any functions or function calls.
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        title="Create Account">
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Group left="10" right="10" top="10" bottom="10">
                        <s:layout>
                                  <s:VerticalLayout/>
                        </s:layout>
                        <s:TextInput id="email" prompt="Email" tabEnabled="true" tabIndex="1"/>
                        <s:TextInput id="un" prompt="Username" tabEnabled="true" tabIndex="2"/>
                        <s:TextInput id="pw" displayAsPassword="true" prompt="Password" tabEnabled="true" tabIndex="3"/>
                        <s:TextInput id="pwc" displayAsPassword="true" prompt="Confirm Password" tabEnabled="true" tabIndex="4"/>
                        <s:Button id="button" width="100%" label="Sign Up"/>
                        <s:Group width="100%">
                                  <s:layout>
                                            <s:VerticalLayout horizontalAlign="center"/>
                                  </s:layout>
                                  <s:BusyIndicator id="bi_reg" visible="false"/>
                                  <s:Label id="msg_reg" width="100%" text="Label" textAlign="center" visible="false"/>
                        </s:Group>
              </s:Group>
    </s:View>

    Thanks for the response. I am using spark TextInput components as you can see in the code above. I've used these conrtols in other apps in FB 4.5 and have had no problems so it seems like something may be different in 4.6, or it's a bug.

Maybe you are looking for

  • Suggestion and Comments for a w530 unit

    Hello Everyone, I've been using macbookpro for almost 4 years, and since I heavily use AutoCad, Sketchup and Lightroom on a daily basis it has been a bothersome to rebooth from one OS to another. I have been looking at the W530 for quite sometime and

  • Images and Flash Catalyst.

    I have an incredibly complex and image heavy website that I am building and I want to use Catalyst to build it.  If I do the dozens of images that are involved in this build make the file size of the SWF way too big and the download would literally t

  • CRM 4; Utilities Add On; Service Ticket; SLA

    Hello Experts, We are implementing CRM4, service industry with utilities add-on. We are using the service ticket for service request creation, applying the four tier classification of call types. Each call type has an SLA timeframe for completion. Th

  • Converted from PC - Artwork???

    Hi All, I switched Tuesday and last night, using my external hard drive, I moved all of my iTunes music and my pictures to my new MacBook. I followed the guide on the apple web site that recommended connecting the external drive and using iTunes and

  • Missing Slideshow Settings

    I recently upgraded from Aperture 2 to 3.0.2 and am using the Slideshow feature for the first time. I've managed to make a basic slideshow, but when I try to make any customisations, the options just aren't there. For the Default Settings, all I have