Conditionaly without refresh report view, when I select the option button

Hello

I have 5 option in an option button. I created 5 parts of report.
I want to display region report, when I select any radio button then corressponding region report should be display. This shoude be without page refreshes.


How can I do this...


Thank you
Ed

Published by: Ed on November 3, 2010 06:16

Kaushik, can you check one of the attributes of the region report ( region of change-> attributes-> region ID static ). It wouldn't hurt to go through the documentation before asking a question, especially when someone (Jari) had bothered you post the direct link for the answer.

Another thing, have you even read the steps I posted earlier (on the changes that I made this page in your workspace), why don't you try the same in the apex 3.2 and see if it works? After all, you can see all the code that is there since its your workspace.

Tags: Database

Similar Questions

  • Windows restarts when I select the option to remove the program from the Control Panel files

    Windows 7 Home Premium 64-bit installed. System of the down stops and restarts whenever I select the option to remove programs from the control panel. First of all, the problem occurred when I upgraded the version of iTunes. Restoration has solved the problem. Same thing happened when I upgraded my version of PowerDVD. Restored again to solve the problem. Just installed Office 2010 and the problem came back. I don't seem to be able to install software without this problem. Any help gratefully received.

    Hi Rugger,

    Welcome to the community Microsoft and thanks for posting the question.

    This issue could be happen if system files have been corrupted or any third party application conflicts.

    I would suggest trying the following methods and check if it helps.

    Method 1:

    I suggest you perform a SFC Scan and check if it helps.

    Steps to perform a scan SFC:

    a. click Start, click principally made programs, Accessories, and open the command prompt.

    b. type the following command and press ENTER:

    sfc/scannow

    [The command sfc /scannow. analysis of all protected system files and replaces incorrect versions with appropriate Microsoft versions.]

    Once the scan is finished, close the command prompt window, restart the computer and check.

    Reference: http://support.microsoft.com/kb/929833

    Method 2:

    I suggest you perform a clean boot and check if it helps.

    Clean boot will check if any third-party application is causing the problem, as the clean boot helps eliminate software conflicts.

    How to solve the problem by running the clean boot in Windows 7: http://support.microsoft.com/kb/929135

    Note: once you have completed troubleshooting, perform the steps in the step 3: to reset the computer as usual.

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • By selecting the option button without clicking?

    I have a group of radio as follows...

    < mx:RadioButtonGroup id = "measureFactor" / >
    < mx:RadioButton = "143" x = "238" label = "Kilometers" click = "setSpeedKm (event)" id = "km" group = "{measureFactor}" / > "
    < mx:RadioButton = "257" x = "238" label = "Miles" click = "setSpeedMl (event)" id = 'ml' selected = "true" group = "{measureFactor}" / > "

    I would choose or change the selection of radio not based at the click of the user, but on other events.

    I was hoping that I could do something as simple as this...

    measureFactor.ml.selected = true

    .. but who does not seem to be the right way to do it.  I can't find an example on the definition of what radio is selected without having them until it clicks.  Can someone point me in the right direction?

    Thanks in advance.

    This code is what you want:

    
    
      
        
      
      
      
      
      
      
    
    

    If this post answers your question or assistance, please mark it as such.

    Greg Lafrance - Flex 2 and 3 certified ACE

    www.ChikaraDev.com

    Flex / development, training, AIR and Support Services

  • Command to refresh a calculated field when you select an option from the drop-down list box

    When my form user selects an option in a drop-down list box, the value in the field (in this case, Total) I would like to update, but it isn't.

    A radio button option box makes the Total-development field to automatic update when the user clicks on the radio button. But the drop-down list box is not updated Total (without clicking away from the field). I would like to add a command in the Combo Box to refresh the Total field when you selected the option to drop-down list box.

    Someone at - it a code (Javascript?) to get there.

    Thank you very much.

    You don't need a script, simply select the 'Value selected to validate immediately' checkbox on the Options tab of the dialog list box drop-down list box field properties.

  • Workin in Live View mode when I press the zoom button to focus, I get a white screen with an x 5 or a wr 10 x

    Working in Live View when I press the zoom button to focus, I get a white screen with an x 5 or x 10 written.  I do not get the image of zoom.  He just started this today and I used it for years.  Any help?  Thank you.  OH, I have a 450 d (rebel xsi)

    Thank you very much

  • Run the report with parameters when, select the Radio button

    HelloW Guys

    I run my report with the report parameter form now, I want to when I select a radio button and then check if my only the list value = 1 then run A report if my only the list value = 2 then launch report B

    Report A and B contain the same parameter

    What can I do?

    I am writing this trigger button
    DECLARE+.
    al_button NUMBER; +
    pl_id PARAMLIST; +
    pl_id2 PARAMLIST; +
    START to+.
    IF: type = 'A' THEN+.
    IF: RepType = "1" THEN+.
    * pl_id: = Get_parameter_list ('repPara'); -create a parameter list * +.

    IF not Id_null (pl_id) THEN+.
    Destroy_parameter_list (pl_id); +
    END IF; +

    pl_id: = Create_parameter_list ('repPara'); +

    Add_parameter(pl_id,'PARAMFORM',text_parameter,'NO'); +

    * Add_parameter(pl_id,'style_from',text_parameter,:style_from); -passing style ano parameter * +.

    * Add_parameter(pl_id,'style_to',text_parameter,:style_to); -passing style not as parameter * +.

    * Add_parameter(pl_id,'date_from',text_parameter,:date_from); -passing date as parameter * +.

    * Add_parameter(pl_id,'date_to',text_parameter,:date_to); -by the way that date as parameter * +.

    * Add_parameter(pl_id,'category',text_parameter,:category); -passing as the parameter category * +.



    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Stitching_report.rdf ',+)
    asynchronous, runtime, the file system, pl_id, NULL); +
    ELSIF: Reptype = "2" THEN+.
    pl_id2: = Create_parameter_list ('repPara2'); +

    Add_parameter(pl_id2,'PARAMFORM',text_parameter,'NO'); +

    * Add_parameter(pl_id2,'style_from',text_parameter,:style_from); -passing style not as parameter * +.

    * Add_parameter(pl_id2,'style_to',text_parameter,:style_to); -passing style not as parameter * +.

    * Add_parameter(pl_id2,'date_from',text_parameter,:date_from); -passing date as parameter * +.

    * Add_parameter(pl_id2,'date_to',text_parameter,:date_to); -by the way that date as parameter * +.

    * Add_parameter(pl_id2,'category',text_parameter,:category); -passing as the parameter category * +.


    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Delivery_report.rdf ',+)
    asynchronous, runtime, the file system, pl_id, NULL); +
    END IF; +
    END IF; +
    END; +

    Need help


    Concerning


    Wasim Ismail

    Dear Shahzab,

    As the parameters except a report type are the same, you can accomplish this task by comparing the type of report just before Run_product.

    You need to re - write the code as below:

    DECLARE
    al_button NUMBER;
    pl_id PARAMLIST;

    BEGIN
    IF: type = 'A' THEN
    IF: RepType = "1" THEN
    * pl_id: = Get_parameter_list ('repPara'); -create a parameter list *.

    IF this is Id_null (pl_id) THEN
    Destroy_parameter_list (pl_id);
    END IF;

    pl_id: = Create_parameter_list ('repPara');

    Add_parameter (pl_id, 'PARAMFORM', text_parameter, 'NO');
    Add_parameter(pl_id,'style_from',text_parameter,:style_from);
    Add_parameter(pl_id,'style_to',text_parameter,:style_to);
    Add_parameter(pl_id,'date_from',text_parameter,:date_from);
    Add_parameter(pl_id,'date_to',text_parameter,:date_to);
    Add_parameter(pl_id,'category',text_parameter,:Category);

    IF: type = 'A' THEN
    IF: RepType = "1" THEN
    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Stitching_report.rdf ',)
    asynchronous, NULL to run, the file system, pl_id,);
    ELSIF: Reptype = '2'
    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Delivery_report.rdf ',)
    asynchronous, NULL to run, the file system, pl_id,);
    END IF;
    END IF;
    END;

    Concerning
    Fassi Fihri

  • I have a Mac Book Air of 2015 running El Captain I see the airplay icon in my menu bar and I've upgraded to the latest version of the software on my AppleTV 2 but I can not Airpay icon on the menu bar of my mac to turn blue when I select the apple TV conn

    I have a Mac Book Air of 2015 running El Captain I see the airplay icon in my menu bar and I've upgraded to the latest version of the software on my AppleTV 2, but I can't get the Airpay icon on the menu bar of my mac to turn blue when I select the apple TV connected to a HD from LG smart TV. Help!

    Hi, Arghbee1.

    Please visit Apple support communities.

    I understand that you are unable to AirPlay from your Mac to your Apple TV.  Here are some troubleshooting steps that I recommend to go through this problem.

    Get help

    If you do not see the AirPlay icon , make sure that your Apple TV is awake and that it meets the system requirements.

    If you do not see your Apple TV in the AirPlay menu, make sure that your Mac and Apple TV comply with the system requirementsand your software from the Apple TV is updated. Also check your firewall settings:

    1. Choose the Apple menu > System Preferences, click Security & Privacy, and then click the Firewall tab.
    2. Click the lock icon and enter an administrator name and password.
    3. Click Firewall Options.
    4. Deselect the option "block all incoming connections".
    5. Select the option "automatically allow signed software to receive incoming connections.

    If your office does not look great on your HDTV, high-definition TV could apply image quality improvements that are not the best for the computer images. Check the manual of your HDTV for more information on how to adjust your HDTV settings for use with a computer. Your HD TV could offer a more appropriate display mode, such as the computer or game mode mode. Also try adjusting the HDTV settings like sharpness, retail building and noise reduction.

    If you mirror your screen and the image correspond to your HDTV screen, you can adjust the size of the Office for the best image. Click the AirPlay icon, and then select an option under "game size desk to." If you fit to desktop size to your Apple TV, the image fills the screen HDTV but will not look as good on your Mac screen. Learn more about overscan and underscan and what you can do about it.

    If AirPlay disconnects itself, your wireless network can be too busy or have too many wireless interference to maintain the connection of the antenna. Learn how to solve the problems of Wi-Fi connectivity. The manual of your router network may have additional suggestions for maintaining a strong and fast connection with your devices.

    Use AirPlay to view a video of your Mac on a HDTV

    See you soon

  • "The cutting tool does not work on your computer right now. Restart etc. "comes when I select the Snipping Tool icon.

    The error message "the snipping tool does not work on your computer right now. Restart etc. "comes when I select the Snipping Tool icon.  However if I select snipping tool in the menu start nothing happens at all.

    Original legislative:

    M.

    Looks like you may have a virus or other malware. Get your updated antivirus program and boot into Safe Mode. Note that some viruses can hide from your normal antivirus program, so you really need to scan in Safe Mode. To enter in Safe Mode when you turn on first, press F8 on every seconds until you get the menu, and then select Safe Mode. Then run a complete system scan.

    -

    Microsoft has suggestions and offerings to

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-remove-a-computer-virus

    -

    Moderator Forum Keith has a few suggestions along this line to

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-performance/Windows-Explorer-has-stopped-working/6ab02526-5071-4DCC-895F-d90202bad8b3

    -

    If that suits him fine. If this is not the case, use system restore to go back to an earlier date at the beginning of the problem. To run system restore, click Start-> programs-> Accessories-> System Tools-> system restore. Click on the box that says show more restore points.

    -

    You can check the corrupted system files. Open an administrator command prompt and run SFC if the above does not help. Click START, and then type CMD in the search box, right-click on CMD. EXE and click run as administrator. Then, from the command prompt type sfc/scannow.

    -

    Finally if all else fails, you can look at the rather cryptic system event log. To make, click Start-> Control Panel-> administration-> event viewer tools. Once in Event Viewer system log-click and scroll entries looking for these "error" with indicator see if you can find guidance on where the problem may be.

    `

    When you get your system in good working condition, I invite you to back up your system up to an external hard drive and make it regular periodic updates.

    -

    I hope this helps. Good luck.

  • 30EA2 - generator queries crashes when I select the tab.

    When I select the Query Builder tab I get the hourglass and it says "load the available objects & reports". I use Oracle SQL Developer 3.0.02 to access PeopleSoft FSCM tables I have a filter to limit the list less than 40 tables (do not know if help anything). I tried to drop a table in the window, and it made no difference.

    I appreciate any help you may have!
    Thank you
    Jami

    Published by: JLH December 3, 2010 09:06

    Hi James-

    You are running (3.0.02.37) EA1, ai2 (3.0.02.83) would say "Configuration for server...". "(or may flash by too quickly to see according to the connection speed).

    Query in EA1 Builder tries to load metadata for everything when you open it.

    In ai2 it changed to Just-In-Time (and only within the scope) loading model.

    Good news:


    • Consumption of memory no more massive or hanging of Query Builder.

    • Metadata for the referenced objects in terms of loading only.

    Compromise:


    • More a break on drag - move or spend the worksheet for Query Builder to load the metadata for each new data object (not yet recovered).

    • Menu of context 'add items... '. "deleted. (Only loading the metadata for the referenced objects in reality == no dialogue except things loaded via drop or SQL, so better do not make it.) BUT schema browser (in the context menu for the connection) provides a similar filter capacity & you can drag and drop from there to requester.

    See thread: 3.0.02.37 EA1: Query Builder Performance with grand scheme? for more history if you're interested.

    Brian Jeffries
    SQL development team

  • In version 13.0 is selected the option "when Firefox starts to show my windows and tabs from last time", but I always get default page of Firefox.

    Even thought is selected the option ' when Firefox starts to show my windows and tabs from last time "I always have the default page of Firefox.

    Hi Goldie_,

    I guess you don't watch this page when you closed Firefox last time. Also that you are not in private, correct navigation mode? Looks like it is maybe a problem with Firefox being able to save your file pref.js. You should try the steps listed in the preferences section that won't save trouble. Try and let me know how it goes.

    Hope this helps!

  • Hi, actually I want the program stops when you press the stop button. but the problem is the program is runing in loop only he doesn't return tile view deleted complete execution of any body can help me for this.

    Hi, actually I want the program stops when you press the stop button. but the problem is the program is runing in loop only he doesn't return tile view deleted complete execution of any body can help me for this.

    Here

  • I have an old Adobe Photoshop 5 CD and want to download on my windows7 system, but when I select Install option nothing happens.

    Adobe Photoshop 5 collide with Windows7

    I have an old Adobe Photoshop 5 CD and want to download on my windows7 system, but when I select Install option nothing happens.  Adobe worked fine with my old XP Home Edition

    No, it is not compatible with Windows 7, and Compatibility Mode will not work either. Read a case similar to yours:

    http://www.SevenForums.com/software/83119-Adobe-Photoshop-5-a.html

    In addition, if you are running Windows 7 64 bit, it won't work because Photoshop 5 uses a 16-bit installation program.

    Photoshop will work in Windows Virtual PC with Windows XP Mode, but you will need to allocate sufficient memory for her.

    Tip: How to add more memory to Windows XP Mode ...

    Most older programs don't work with Windows 7, in particular some programs for Windows XP, can you need to perhaps upgrade to Windows 7 Professional or ultimate edition if you run not an edition and download the Windows XP Mode free program which will allow you run old programs:

    Run in Windows XP Mode requires:

    (1) Windows 7 Professional, Ultimate or Enterprise (not supported in Home Premium).

    Windows XP Mode and Windows Virtual PC

    http://www.Microsoft.com/Windows/Virtual-PC/default.aspx

    Windows XP Mode now accessible to more than PC

    http://windowsteamblog.com/Windows/archive/b/Windows7/archive/2010/03/18/Windows-XP-mode-now-accessible-to-more-PCs.aspx

    Get started with Windows Virtual PC

    http://www.Microsoft.com/Windows/Virtual-PC/get-started.aspx

    http://www.notebooks.com/2009/11/23/using-Windows-Virtual-PC-with-Windows-XP-mode/

    Windows 7 - upgrade Express features:

    http://Windows.Microsoft.com/en-us/Windows7/products/features/Windows-Anytime-Upgrade

  • When I select this option I get the dialog box 'Create image s system' but it cannot find any 'backup devices on this computer"and lists the error 0 x 81000036

    Error image system original title: windows 7 0 x 81000036

    I'm doing a backup system image.  When I select this option I get the dialog box 'Create image s system' but it cannot find any 'backup devices on this computer"and lists the error 0 x 81000036.

    I have an ESATA connection on my Dell laptop I was trying to make the image on.  I use the unit every day to save files and which works very well.  He just leaves me CCADE with the system image backup...

    any ideas?

    Hello

    ·         You have created a system image backup before that?

    ·         You did it changes on your computer?

    ·         Is your esata formatted NTFS drive?

    Try to save the image of the boot system: http://support.microsoft.com/kb/929135

    Note: make sure that you start the computer in normal mode after a repair.

    See also the linkfor more information about the backup: http://windows.microsoft.com/en-US/windows7/Back-up-your-programs-system-settings-and-files

  • in InDesign CS6 text appears white when I select the text... :(

    For some time in InDesign CS6 text appears white when I select the text. And remains white when I it deselect.

    It is necessary to another page, higher or lower, to have the text re-appear.

    Mac OS X El Capitan 10.11.6

    InDesign 8.1.0.419

    Make Explorer 5.5

    Adobe fonts

    If anyone has an idea...

    PS Yes:

    -J' cleaned out font caches

    -J' deleted Indesign preferences

    If you mean that the text seems to disappear, then it seems to be a relatively common problem with CS6 in El Capitan.

    I use CS6 with El Capitan and you encounter this problem sometimes. It happens constantly some days and other days not at all, but I've never established exactly what triggers it.

    As Bob says, CS6 is not supported, so it will not be a solution, but if this is the problem that you are experiencing then tap the display between 'Preview' and 'normal' pressing 'w' will fix it - temporarily.

  • I am planing to buy Creative Cloud subscription (one year) in AUD, but when I select payment option it shows me in INR

    I am planing to buy Creative Cloud subscription (one year) in AUD, but when I select payment option it shows me in INR

    Your original Adobe ID must be created in another country, if you follow the tips in the link, you will be able to change

    Change the country associated with your Adobe ID

Maybe you are looking for

  • Authorization Manager contains web addresses I have ever visited

    There are thousands of Web sites listed in the authorization manager that have no connection with a site I have ever visited. When these come and I'd be worried that someone is in my computer?

  • on the home page 1 FF site covers 3/4 screen &amp; pg site is very low

    When I access my Bank homepage Homepage Firefox doesn't go away. It stays on the screen and takes 3/4 of the screen and leave only a small amount of my display page of the Bank. This is the site that it does. This does not happen if I use Internet Ex

  • HP Pavilion Notebook pc: camera turns is not on

    I can't understand how to turn on my camera.  Try to make video calls on Google Hangouts and while the audio works, video doesn't work.  I can see the appellant, but she can't see me.

  • I have no money in my account to pay this month, what happens?

    Hi, I have an account set up to pay every month, I don't have any money currently in my account to pay for Jan 2016, what happens because I can still use creative cloudI'll have money on 11 September in order to exploit paying well.

  • VM 2012 Win

    Is it possible to create a virtual Win 2012 machine in ESXi 5.0 Update 2I see not Win 2012 option in the virtual machine Wizard during the neutrophilia comments Oerating system.I can see option option Windows Server 08 (64-bit).Please suggest.