How to capture "show on (Viewer) panel" via the SDK

I was able to capture other parameters such as - "Prompt text", "Default Value", "AllowCustomCurrentValues" -- from [[ReportClientDocument-DataDefControllerParameterField-DataDefinition-ParameterFields-ParameterField ]]
But I am not able to figure out where "show on (Viewer) Panel" resides in the SDK.
Thanks in advance
JM

Hi Jam,
While using RASSDK to retrieve and set "Show on (Viewer) panel" property of a Crystal Report parameter, we can use methods on ParameterField class.
Create an object of ReportClientDocument class for ex- ReportClientDoc and try the code                                                                               
ReportClientDoc.getDataDefController().getDataDefinition.getParameterFields() (It returns Fields object which is collection on parameters).
Iterate through this collection and cast each individual object to ParameterField class.                                                                               
- Call getIsEditableOnPanel().
It returns true if in CR Designer Show on (Viewer) panel is set to editable for the parameter.
It returns false if "Show on (Viewer) panel" is set to Read Only.                                                                               
- Call getIsShownOnPanel().
It returns false if in CR Designer Show on (Viewer) panel is set to "Do not Show" and true otherwise.
Thanks,
Shilpi

Similar Messages

  • How to capture show layer and hide layer event in photoshop through a plugin???

    How to capture show layer and hide layer event in photoshop through a plugin???for mac

    Use the Listener plug-in found in the SDK to see how you can monitor the show/hide layer event. You can also use the Getter plug-in to show what information you can find out about the current state of Photoshop.

  • In  elements 11 how do i bring back the 'show open files ' panel at the bottom  of the editor

    In elements 11 how do I bring back the show open files panel at the bottom of the editor expert workspace please

    Click the button in the bottom left that says Photo Bin. In the Photo Bin, make sure the drop-down menu is listed as "Show Open Files"

  • How can I show a 0% range in the data value label on a bar chart thanks?

    How can I show a 0% range in the data value label on a bar chart thanks?

    I'm not sure what the question is. 
    I know that if you have a bar chart and one of the categories (X-axis) has bar (Y value) equal to 0%, no bar is plotted for that category. Even the addition of a stroke (line) around the bars doesn't make one appear for 0%.  The only automatic way I know of to make it look like there is data in that category is to add the value labels to the bars. Inspector/Chart/Series, select one of the bars on the chart, click on "value labels". Another method that is a workaround is to fudge the number a little in your table so that instead of 0% it is a very small %.  This will get you a thin line on the chart.
    But if your question is about the value labels (the numbers that display on or in the bars) and you are not getting one for a bar that is supposed to be 0%, it probably means your table doesn't actually have a 0% in the corresponding cell. A blank cell in the table will not get a value label.

  • I am trying to create an executable vi that will call out another vi and show its front panel in the executable​. When I try this I recieve this error message "top level vi (my main vi) was stopped at unknown on the block diagram of (my sub vi)

    I am trying to create an executable vi that will call out another vi and show its front panel in the executable.  When I try this I recieve this error message "top level vi (my main vi) was stopped at unknown on the block diagram of (my sub vi)

    Well the most common way is to enclude the vi's in the build spec either directly in the dependancies that the App builder automatically generates OR by declaring them in the build spec as "additional enclusions" (like you must do for dynamic vi calls in your app.
    I have heard rummors about My.app Stuff.vi in a nugget Intaris posted- and I've wanted to dig deaper into Intaris' claims- but have not tried it myself.
    If you go down the stuff.vi route Keep us curious guys posted
    Jeff

  • How can I get Disco Viewer to remember the user's final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

  • How can I get Disco Viewer to remember the user´s final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

  • How we can disable access to BOM via the Display Master Recipe (C203)?

    Hi Gurus,
    How we can disable access to BOM via the Display Master Recipe (C203)?
    Thanks!

    Hi Mae Baraquio  
    Have you tried screen variant to make it as display mode.
    please refer below document for your reference.
    Learning SHD0 with Example
    if you find any query kindly revert back.
    Thanks & Regards
    Sandeep Kumar Praharaj

  • Changing CardCode via the SDK DI API

    Forum,
    I am trying to change a BP's Cardcode via the SDK DI API that I can change if I do it via the BP Screen inside SAP, but the update method is failing on the BP object and on getting the error message it is telling that "it already exists in the following tables" but does not in fact tell which tables.
    Do you if it is possible to change the Cardcode via DI API?
    The reason we need to be able to do this is that Leads have a certain style of CardCode ie L009988, but on conversion to a Customer the style changes
    to reflect the Customer Name ie ABC Garages may become ABC142 and this needs to be record as well in all of still active non-SAP systems these are used to raised Invoices and Credit Notes.
    Regards,
    Juan

    Once there is a transaction against a CardCode, it cannot be changed.

  • How to show Quick View form on the Form's Header instead of in form body?

    Hi Experts,
    I am having requirement to show the Quick view form on the form's header in MS CRM 2013. Is it possible?
    If yes please help me out to achieve this.
    Thanks
    Baji Rahaman

    Thanks Andrii for quick response.
    I am having look up control on the form and I would like to show the related information in header.
    Is there any alternative way to achieve this.
    Thanks
    Baji Rahaman

  • How to make a virtual view for all the incoming messages from several accounts, just like in Opera Mail?

    I want to have a replication of Opera mail feature. This feature enables you to aggregate all mail items from across all the e-mail accounts into a single virtual aggregated view.
    That is, say, we have 3 different mail accounts. In Mozilla Thunderbird on a daily basis I check if there is something new in the incoming folder for those accs. To do that I click on the corresponding folder for every account. Now, what i want is to click on a single folder where I would have an aggregated virtual view of the incoming folder for all of those 3 accounts. I guess, same thing can be done with different kinds of mails, such as:
    * Unread messages (after having viewed the mail item, it automatically goes straight into "Sent messages" aggregate view, listed below)
    * Read messages
    * Sent messages
    * Spam messages
    * Drafts, etc
    Also there is this cool feature (virtual thing applies here as well) that helps to have a view of all the attachments across all accounts categorized into different descriptions, such as:
    * docs (xls, doc, ppt, etc)
    * images (jpg, png, etc)
    * archives (zip, rar, etc)
    More then that, it would still be better to have labling aggregation view feature across all acounts. That is, if we have marked important several messages in, say, 2 accounts, those should be seen in a single aggregated virtual view under name, say, "Important messages". Same can be said with flags, todos, etc.

    Pop mail accounts can be set up to use a Global Inbox. Imap mail accounts cannot.
    However, there are various 'views' in Thunderbird. I would suggest you try 'Unified'. This creates a visual Inbox containing all Inbox messages with sub folders showing individual Inboxes, so you can still see them separately if required.
    via Menu Bar;
    View > Folders > Unified
    Via Menu icon
    Menu Icon > Folders > Unified.
    This view would show all the 'Important' tagged emails, so you could them sort by Tag.

  • How can I control a hud interface via the keyboard?

    I can nowwhere find a way to control a HUD (heads-up display) via the keyboard
    any ideas?
    I do not like this at all...
    if I remember correctly old fashioned inspectors (like the one in the Finder by option selecting "Get Info") could be controlled via keyboard. Control F6
    Those were called "Floating window" and for it a keyboard shortcut could be defined in the Keyboard Preferences...
    I couldn't figure out yet how to "focus" a HUD. Well to correct: the HUD in Preview to change the color can be activated by Control F6, but the HUDs in Aperture I couldn't figure out yet
    any ideas?
    Michael

    I figured it out. Just make a full-screen invisible button
    and place it on a layer on each frame.
    For insatnce, Actions - Button for frame 2:
    on (keyPress "<PageDown>") {
    gotoAndStop (3);
    on (keyPress "<PageUp>") {
    gotoAndStop (2);
    sends the show forward to frame (slide) 3 with a press of the
    remote's "Next" button and sends it back to frame (slide) 1 with a
    press of the "Back" button.
    I have a Stop action on each frame.
    This allows me to control a Flash show just like a Powerpoint
    show. Cool.

  • How do I add a new panel to the accordion widget in-between two others (NOT at the end)

    In the accordion widget, the + button at the bottom adds a new panel to the end. I have a series of panels that are in alpha-sort and need to add a new panel in the middle... I can't figure out how to do it without re-doing the whole thing. is there a way to do this?

    Gah! Thanks Mac.
    That was the first thing I tried! I must not have had the right level selected. It's been driving me batty, but I've got it now.

  • Reg:How can we show non valuated stock in the system for the paid items?

    Hi All,
    Customer orders 100 boxes and pays to all material.But customers  are shipped the  required material as and when required.My client requirement is these 100 boxes should show as non valuated stock.
    How can we show these paid 100 boxes of material as non valuated stock in the sap? Is this functionality available in sap or it comes under requirement?
    Ex:Customer X ordered 100 boxes and he paid to all quantity.
         The customer X does not have space at his premises to keep the stock of 100 boxes.He just requests 20 boxes every monday or required quantity.Then company ships the required quantity to customer X.
    Now the requirement is that these 100 boxes should be shown as non valuated stock in the system.This should not used for other customers, should not work ATP functionality for these material quantity.This should show as reserved to this customer X
    could you share any ideas or solutions reg this..
    Thanks in advance,
    Regards....VM
    Edited by: vm on Mar 9, 2009 3:46 PM

    Hi Arnel,
    Thank you for giving valuable points.
    In consignment scenario,the stock is available at customer place not at company place.But ownership is company itself.
    But in this scenario,Customer is not having space to keep the total ordered quianty.So cutomer stock should be kept at company itself,customer requests the required quantity(for which he  already paid  for the total ordered quantity) as and when required.How can it suits in this scenario?Could you plz calirfy the debit memo to realize sales ?How it will be help ful?
    Thanks and regards...VM
    Edited by: vm on Mar 10, 2009 9:19 AM

  • How to capture user name and date in the database

    How to capture the person name who edits the application and the date of edit in the database...
    Pallavi

    Hi
    There are substitution strings you can use for this purpose.
    1.APP_USER ------is the current user running the application
    2.SYSDATE --------represents the current date on the database server
    APP_USER Syntax
    Bind variable------ :APP_USER
    PL/SQL------- V('APP_USER')
    Substitution string---------- &APP_USER.
    SYSDATE_YYYYMMDD Syntax
    Bind variable------- :SYSDATE_YYYYMMDD
    Direct PL/SQL------- APEX_APPLICATION.G_SYSDATE (DATE DATATYPE)
    PL/SQL-------- V('SYSDATE_YYYYMMDD')
    Your application will be based on a table with primary key column. You create a 'before update trigger' on that table and add columns 'UPDATED_ON' and 'UPDATED_BY' to that table. Add the following to that trigger:
    :NEW.UPDATED_ON := SYSDATE;
    SELECT V('APP_USER') INTO :NEW.UPDATED_BY FROM DUAL;
    -Priyanka

Maybe you are looking for

  • Lenovo G560 and Office 2013 installation problems.

    I recently acquired a copy of Office 2013 and I upgraded my office 2010 to 2013. However, I get a response that some office packages could not open because set up could not find or validate an installition file. Please try reinstalling office from th

  • Error when downloading iTunes. itunes.msi?

    I have been trying to update iTunes 8 to iTunes 9, but I am recieving the following message: "The Feature you are trying to use is on a Network resource that is unavailable. Try using an alternate path to the folder containing the iTunes.msi file." C

  • Value in KEAW but not in S_ALR report for a particular account

    Hello, Find value in CO in KEAW for a particular account but not in S_ALR_87013542 report . The account belongs to Cost of sales category . Can someone please inform the reason for this posting not appearing in S_ALR but in KEAW . With regards, Mrina

  • Intermedia in oracle 10g

    Hi friends, thinking about migration from oracle 9i to oracle 10g. We use intermedia indexes on text columns of some tables. Is there any advantage with oracle 10g intermedia? Which are the most significant changes? Thanks for answers.

  • "Send and Save" button in trips and travel expenses

    hello guru's. i have a problem i implemented in my SAP portal the Travel Management package. I have a problem in travel expenses iview, you arrive in last step you can Save and Send the data. But the user can push this button more time!!! so manager