CR 2k8 Where is the CrystalReportViewer.DisplayGroupTree property?!?!?!

Post Author: J.Salmon
CA Forum: General
I'm trying to hide the group tree during the initial print preview. All the documentation (like the 2k8 SDK guide: http://diamond.businessobjects.com/node/14841) and posts I read state to set crviewer.displaygrouptree = false. This property doesn't seem to exist anymore.  I have .DisplayStatusBar and .DisplayToolbar, but not .DisplayGroupTree. How can I simply prevent the group tree from displaying initially during print preview? Removing the button from the toolbar also does not work in preventing this. 

Thank you for finding this!  I have been tyring to figure this out since last year!  One more issue with this, however, that maybe someone can help with.
How can we get the ToolPanelView to be on or off based on how the initial report was created?
Some of our reports were created with the Create Group Tree report option checked, while others were not.  When preview comes up, we want the 'ToolPanelView' to display basd on the initial setting of this flag in our Crystal Report.
Any thoughts?

Similar Messages

  • [svn:fx-trunk] 7830: Update ASDoc on the new backgroundFrameRate property to WindowedApplication , to by default reduce the CPU usage in cases where an app is not 'active'.

    Revision: 7830
    Author:   [email protected]
    Date:     2009-06-14 15:57:29 -0700 (Sun, 14 Jun 2009)
    Log Message:
    Update ASDoc on the new backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
    Bugs: SDK-21135
    Reviewer:
    QE Notes:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21135
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    By the way, I agree with sybrand: you need to tune
    your redo log size.
    Regards
    Ignacio
    http://oracledisect.blogspot.com
    Ignacio,
    The excessive waits on log file parallel write and the related client wait of log file sync may be due to insufficient CPU availability, and may not point at an actual redo log size problem or a problem with the disk speed where the redo is written to disk, especially if there are 3 Oracle instances on the server with a single CPU.
    Paraphrased from "Optimizing Oracle Performance":
    The log file sync wait event is one of the first events to show increased latencies due to the time a process spends waiting in a CPU wait queue while processing excessive logical IOs.
    Kevin Closson wrote a couple blog entries that examined the potential problems of insufficient CPU capacity and its effects on log file parallel write when writing to solid state disks, and even when writing redo was explicitly disabled:
    http://kevinclosson.wordpress.com/2007/07/21/manly-men-only-use-solid-state-disk-for-redo-logging-lgwr-io-is-simple-but-not-lgwr-processing/
    "Once LGWR loses his CPU it may be quite some time until he gets it back. For instance, if LGWR is preempted in the middle of trying to perform a redo buffer flush, there may be several time slices of execution for other processes before LGWR gets back on CPU..." Fix the CPU problem, and the other significant waits may decrease.
    JesusLuvR,
    yingkuan's suggestion to look at the SQL statement that performs the 4,365,564 logical IOs, consumes 186.03 CPU seconds, and has an execution time of 225.06 seconds, is likely a very good starting point. You might also want to check the value of the SESSION_CACHED_CURSORS parameter to see if it needs to be adjusted.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Where Is the MAINMENU Defined in the "Menu Module" Property of MAINFORM

    Hello Ya'll Gurus,
    I am trying to locate both the MainMenu.mmx and it's source MainMenu.mmb files that is being executed in the application run time, but so far with no luck. I am desperately in need of your help, and the pressure is on...
    I have found the following information in our environment and hopefully it will help in resolving my problem:
    The following is the command that runs our application:
    c:\orant\BIN\ifrun60.EXE C:\MMS\Production\mainform.fmx <userid>/<psswd>@mms
    The following are the images of the property palettes for the MainForm and MainMenu forms:
    Image for the mainform.fmb property palette:
    !http://dot.state.ak.us/nreg/jtomasic/MainForm_Property_Palette.GIF!
    Image for the mainmenu.mmb property palette:
    !http://dot.state.ak.us/nreg/jtomasic/MainMenu_Property_Palette.GIF!
    Please help me with the following questions:
    Q1: Since "C:\MMS\Production\mainform.fmx" is included in the command line that runs our application and the "Menu Module" property of the "mainform.fmb" form is "MAINMENU", does it mean the "MAINMENU.mmx" is being executed through mainform.fmx when the application starts running?
    Q2: If the answer to the above (Q1) question is yes, the 'MMS' defined in the Menu Filename is then not being used at all, correct? and where can I find the "MAINMENU" file specified in the "Menu Module" property of the "mainform.fmb" form?
    Q3: The attached Libraries for the MAINFORM include HMMSHELP, MAINLIBR and MENULIBR. Are these libraries loaded to the MAINFORM dynamically or statically? BTW, the MENULIBR.pll is also attached to MAINLIBR.pll and what does that mean?
    Q4: The 'Main Menu" property in the mainmenu.mmb form is defined as "MAIN_MENU" which ties the "MAINMENU" specified in the Menu Module property of the "mainform.fmb" form, correct?
    Thanks in advance for any/all the help on this.

    Q2: If the answer to the above (Q1) question is yes, the 'MMS' defined in the Menu Filename is then not being used at all, correct? and where can I find the "MAINMENU" file specified in the >"Menu Module" property of the "mainform.fmb" form?Looking at the onlinehelp, the property "Menu filename" may be used if the menu is stored in the database. As far as i know this is not possible since forms 6i (but i may be wrong here). If i'm right, the property is no longer important.
    About finding the MAINMENU. I don't know where you find it. If you get no error it seems that it is somewhere on your machine. I would look into the directory C:\MMS\Production first. If its not where, check the FORMS60_PATH-variable and search in the directories listed in that variable.
    Q1: Since "C:\MMS\Production\mainform.fmx" is included in the command line that runs our application and the "Menu Module" property of the "mainform.fmb" form is "MAINMENU", does it >mean the "MAINMENU.mmx" is being executed through mainform.fmx when the application starts running?If i'm right about Q2, the answer is Yes.
    Q3: The attached Libraries for the MAINFORM include HMMSHELP, MAINLIBR and MENULIBR. Are these libraries loaded to the MAINFORM dynamically or statically? BTW, the MENULIBR.pll is >also attached to MAINLIBR.pll and what does that mean?What do you mean with dynamically or statically?
    Q4: The 'Main Menu" property in the mainmenu.mmb form is defined as "MAIN_MENU" which ties the "MAINMENU" specified in the Menu Module property of the "mainform.fmb" form, >correct?I don't understand your question. Forms searches the menu-module which is specified in the property "Menu Module" and "starts showing" the menu which is defined as the "main menu"

  • [svn:fx-trunk] 8024: Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow .

    Revision: 8024
    Author:   [email protected]
    Date:     2009-06-19 16:59:25 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21906
    Reviewer: Carol to review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21906
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichText.as

    Well, I've already solved one of the two issues
    In order to display the icons on my buttonbar buttons, I just needed to point at {hostComponent.data.data} instead of {hostComponent.data}. I'm not sure why, but {hostComponent.data} in my skin class is a handle on my instance of ButtonBarButton, not its "data" property. Any explanation is welcomed
    I still have got the first issue though. Oddly enough my design works if I put an mx Image instead of the spark BitmapImage for the client logo. That will do the trick for the moment but I'd prefer to deliver a 100% pure spark component in my prototype, and I can see no reason why BitmapImage works inside my ButtonBarButtons and doesn't otherwise...

  • Where does the Bill of substance maintained in property tree?

    Dear Experts,
    Where does the Bill of substance maintained in property tree? My understanding is it shows in section 2 in MSDS under composition tab. Please correct or confirm my understanding.
    Devdatt

    Dear Devdatt
    there are by standard two options available. Both have their pros and cons:
    a.) Standard EHS Export => a process which is not user friendly and without specific access rights can not be used
    b.) There are two other output variant available which you could check if they fulfill the needs of the users etc.:
    Check e.g. Displaying Properties - Basic Data and Tools (EHS-BD) - SAP Library
    as well as:
    Displaying Specification Data - Basic Data and Tools (EHS-BD) - SAP Library
    Regarding the first one: you can only download at max 50 properties in one run; regarding the second one: I am using this rarely but it is the most flexible one; not sure if the DG properties are supported. In any case: try it.
    If neither a.) nor b.) are the right solution: just create your onw ABAP code and prepare a suitable output variant on your own. You can use the "full blown SAP scenario" here (a.g. ALV like output variants etc.) ; you need to "only" learn from ABApcode of the standard output variant so that you are able to create your own one. This approach is quite standard and used very often
    Keep in mind. if you use STANDARD property tree and you have a lot of properties/data to be read performance is in most cases "bad"
    C.B.

  • Where are the "Display As" templates?

    I am using the Blue Grey theme on an application. On some forms there are fields that are not updateable and have the Display As set to "Text Disabled, ..."
    In the Blue Tan theme fields that are set to Display As "Text Disabled, ..." are grayed out. I want to gray out the text or the boxes on the fields in the Blue Gray theme just like that.
    I looked at the Blue Tan templates for the form Region and can not see what I should change... not even a clue. Doesn't look like it cares about the Display As property.
    Where should I look?
    Or, heaven help me, does this require changing the CSS file?
    TIA,
    Sam
    Message was edited by:
    slavanaway

    Christina,
    The themes are
    2 is Blue and Tan
    13 is Blue Gray
    Let me see if I understand the problem correctly. When you set an item as either Text Field (Disabled, does not save state) or Text Field (Disabled, saves state) display type, this works in Blue Tan theme, but does not work in Blue Gray theme?
    Close but not exactly.
    In both themes the "Display As" property of Text Field (Disabled, ...) does disable the field from updates. In theme 2 (Blue and Tan) it also "grays" the text. This is common in many applications for identifying information that can not be updated. In theme 13 (Blue Gray) it does not change the text to gray but leaves it black.
    If you go to Shared Components>Templates, you will find templates for "Labels" types (No Label, Optional Label, etc.). When you set the Label type in a Page Item, the template changes the way the Label is displayed and allows HTML coding.
    I am looking for templates for the "Display As" type. It isn't on the templates page so I assume it is hidden somewhere in the bowels fo ApEx.
    Sam

  • Where does the resources bundle files need to be

    Hi All,
    Does any of you knows where all the custom resources bundle files that will be used on BCC need to be?
    I have something like this:
    BCC module /src/com/mycompany/resources/WebAppResources.properties
    But when I try to use it
    This happens
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "title" with value "${activity.description}": An error occurred while getting property "description" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key manageLoyaltyProgram.description)
    I am trying to use it on a activity that will be used in the ActivityManager:
    This is what I have
    <resource-bundle>com.mycompany.resources.WebAppResources</resource-bundle>
    Do you know if I am missing somehting or putting the files on a wrong location?
    Regards,
    Obed

    Hi Shaik,
    The title of for the source is added http://i.imgur.com/a6WVxsW.png but when I click on it it throws this exception:
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${activity.displayName}": An error occurred while getting property "displayName" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle j
    ava.util.PropertyResourceBundle, key emanageLoyaltyProgram.displayName)
    meaning that the properties file is on the classpath, but my genericActivities.xml file is not able to read the properties file.
    Any suggestion?
    Regards,
    Obed

  • Where is the location of isight photo for new osx account?

    Hi all - my first post....
    When a new account is created and the (inbuilt) isight camera is used to take a login photo, where on the OS is that photo stored and in what format?
    Sorry if it's basic, but I've searched high and low for ages...
    David
    intel laptop   Mac OS X (10.4.9)  

    Welcome to Apple Discussions, David
    While your question may be basic, the answer is not so simple.
    Yours is actually a question about how OS X works rather than iSight.
    See Niel's Nov, 2006, response to Bernhard VonZastrow1's question in:
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=3532758
    Because this old post has been archived and will be removed from view before this topic is, I quote Niel's response here for the record:
    The login picture can be anywhere on the hard disk; to find its current location, open the NetInfo Manager in the /Applications/Utilities/ folder, and check the picture property for your user account.
    To find this property for a system other than the one currently used to start up the computer, open the Terminal application in the /Applications/Utilities/ folder and run the following command:
    sudo nicl -raw '/Volumes/volumename/private/var/db/netinfo/local.nidb' -read users/username/
    This command will prompt you for your administrator password; nothing will appear in the Terminal window while it is being typed. Look for the picture line in the output to find the path.
    (17705)
    If Niel's response answers your question, please let us know, but wait for Niel to post here so you can credit him with the "Solved" points he deserves.
    If you need more help of info about this topic, you might want to post in Tiger Forums > Administration, Accounts & Login Discussions. Niel and other very smart folks will help you with your OS X questions there.
    Cheers,
    Jim
      Mac OS X (10.4.9)    G5 DP 1.8  External iSight

  • Where does the svc system get its infos from?

    The longer I work with Solaris 10, the more I dread this awful "services" construction and its unwieldy administration.
    I have a newly setup machine with two zones, one created right after the other, meaning they should be identical.
    /usr is, as usual, lofs'ed into both zones, and contains a /usr/local/samba dir with a handcompiled 3.0.30 release.
    I have not created any manifests as I intended to simply delete the 'onboard' samba service and start the new version
    via the classical init script.
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.
    svccfg listprop network/samba also reports /usr/sfw for both zones.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.
    We have all seen for many years how well this registry/service stuff worked on Windows..*/rant*

    >
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.I take it you mean the full path with /usr/sfw in it, not "/usr/sfw" all by itself....
    What do you get for:
    svcprop -p start/exec network/samba:defaultThat should display the start string it uses.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?I can only assume that some program inserted that string into the service. As you said, it's not in the manifest, so it didn't come from there.
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.As with many such things, the advangages are greater when the environment is more complex. For starting a single job, you won't see the benefits as much.
    Of course, the milestone services still run startup scripts out of /etc/rc[S23].d, so those are perfectly valid places to run a startup script.
    Darren

  • Where is the batch description in the new Photo?

    Where is the batch editing description and title we used in iPhoto? I did find how to edit description in a single image, but where is the batch? I really need it in my workflow, having to expor lots of photo's on a daily basis to external corporate systems, that sort on descriptions.

    There was a post that discussed some ability to automate titles based on filenames:
    Where are photo file names?
    From that inspiration I wrote this little Applescript that will take all items selected, ask you for a description, and then apply it to all selected:
    tell application "Photos"
      activate
      set imageSel to (get selection)
      if imageSel is {} then
      error "Please select an image."
      else
      set theAnswer to text returned of (display dialog "Title:" default answer "")
      repeat with im in imageSel
      -- set the name of im to theAnswer
      set the description of im to theAnswer
      end repeat
      end if
    end tell
    you can see from the commented out line that you could do the titles (names) as batches the same way.
    I haven't finished it out yet, but wanted to post it here to give you a start. I have tested it on a handful of items, so I know it at least works. You could save this as an app from within applescript editor, and then just run it after making a selection, or you could paste it into an automator action and tie it to the services menu as mentioned in the forum post above.
    Photos luckily does seem to have applescript hooks for the following when dealing with a "media item" - looks like you can add/edit most of the metdadata you have access to in the GUI. I initially missed this when I looked, so was very glad to see the forum post that pointed me in  the right direction.
    Property
    Access
    Type
    Description
    altitude
    get
    real
    The GPS altitude in meters.
    date
    get/set
    date
    The date of the media item
    description
    get/set
    text
    A description of the media item.
    favorite
    get/set
    boolean
    Whether the media item has been favorited.
    filename
    get
    text
    The name of the file on disk.
    height
    get
    integer
    The height of the media item in pixels.
    id
    get
    text
    The unique ID of the media item
    keywords
    get/set
    list of text
    A list of keywords to associate with a media item
    location
    get
    list of real
    The GPS latitude and longitude, in an ordered list of 2 numbers. Latitude in range -90.0 to 90.0, longitude in range -180.0 to 180.0.
    name
    get/set
    text
    The name (title) of the media item.
    width
    get
    integer
    The width of the media item in pixels.

  • How to set the disable,visible property in declarative components.

    We have used one declarative component. It consists of 5 buttons (add,delete,save,delete,print). In all of our pages, this declarative component is used. We could bind methods and was able to use each pages seperately (by linking the methods in the backing bean)
    But for implementing the DISABLE,VISIBLE properties, we have added the attributes for this and refered this to the corresponding disable and visible property of the button. In the page all these properties where reflected. But at the runtime these buttons are not coming.
    Can anyone advise how can we set the disable,visible property in declarative components.

    Hi vikram ,
    i hvnt initialized the properties ,
    in my declarative component i have one button say Save button and i want to config 2 properties Disable and Visible
    i added two attributes ( java.lang.Boolean ) say disablr_btn ,*visible_btn* and mapped wth the Save button Properties Disabled and Visible using expressions
    Now the button is invisible while running the page.
    if i remove the mapping from properties Disable and visible , the button is visible
    should i init the properties in faces config , i dnt knw hw to init the properties
    pls advice

  • To change the initial sorting property

    hi
    In my km portal the contents (content administration ->km content) initially they are displaying in the alphabatical order, i want to change that,ie i want to see the contents in the modified date's order.
    So pls help me where i should have to make this changes ... iam beginner in km area so pls help me ..and this is urgently needed..... surely give points to helpful answers.

    Hi,
    The collection renderer you are using has a property called Property for Sorting which Specifies the initial sort property.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm]
    In your example, If you're using the standard layoutset for KM Content, go to System Administration -> System Configuration -> Knowledge Management -> Content Management -> User Interface -> Settings ->
    Collection Renderer Settings
    -> Collection List Renderer Settings -> AdminCollectionListRenderer. Find  Property for Sorting and change it from rnd:displayname to rnd:modified.
    Best regards,
    Avishai Zamir

  • Where are the BEx variable stored

    Hi All,
    I have couple of doubts. I would appreciate, if some one can through some light on these.
    1. Where does all the BEx variables stored, if they are stored in BW, then in which transparent tables these are stored.
    2. Where does the properties of the BEx InfoObject in the BEX Query are stored, if they are stored in BW, then in which transparent tables these are stored.
    Thanks in advance,
    CK

    Hi Sudheer,
    Are you ready for have some fun?!? 
    With BW Analyzer loaded and one of your BW workbooks open in Excel do the following:
    First, launch the Visual Basic Editor.  You do this either on the Excel Menu Bar (Tools >> Macro >> Visual Basic Editor); or, by pressing Alt + F11.
    Be sure that the Project Explorer Window is visible.  If not, on the VB Editor toolbar select View >> Project Explorer; or, press Ctrl + R.
    Projects are listed alphabetically.  Probably the first object you see in the Project list is SAPBEX(sapbex.xla).  This is the BW Analyzer.  You can't open it, but you can explore it using the VB Editor Object Browser.  More about that later.
    For now, locate your workbook.  It will probably be named VBAProject(name of workbook.xls).  If there is a "+" to the left of the project name, click on the + to expand it.
    You will see at least two types of objects:
    + Microsoft Excel Objects
    + Modules
    Expand them both.
    Among the Microsoft Excel Objects, you will see worksheets, maybe charts, and the object for the workbook itself (ThisWorkbook).
    Each sheet has two names.  The first is the codename.  The second is the name you see on the tabs when you are in Excel.
    Notice that there are two more worksheets here than you see in Excel.  One of these has a "tab name" of SAPBEXqueries; the other is named SAPBEXfilters.
    There is nothing you can do in Excel to make these sheets visible.  They are not ordinary hidden worksheets. 
    There are two ways you can make them visible:
    1.  using the Properties Window
    2.  using Visual Basic code
    If the Properties Window is not visible, on the VB Editor toolbar select View >> Properties Window; or, press F4.  Double-click on the worksheet object to select it.  Then, change the Visible Property to Visible.
    Or, use this line of code (for example):
    Sheets("SAPBEXqueries").Visible = True
    to return it to its original condition, the VBA command is:
    Sheets("SAPBEXqueries").visible = xlSheetVeryHidden
    Now I must tell you that anything you do from this point on is not covered by your warranty.  Don't worry, you can't break BW.  But, you can create a beautiful report that stops working with the next system patch that gets installed.
    Now that you are looking at these sheets, you probably would like to have a guide as to what they contain.  I posted some of that a few months ago.  I can't locate the posting right now.  You can do a search on my name to find it.  Or, if you wait, I'll find it and post the link to this thread.
    But ... there is a better way than reading my old posting.  Try this ... refresh a query in Excel.  Then, come back to the Visual Basic Editor.  Select the BW Analyzer Object ...  SAPBEX(sapbex.xla).  Then, on the VB Editor menu, select Run >> Run Macro (F5); scroll down to sapbexDebugPrint and run that macro.  It will create an amazing workbook that tells you everything you could ever want to know about the query you just refreshed. (Including a complete list of valid OLAP fire commands.)
    By comparing the various worksheets in this amazing workbook with the tables in the very-hidden SAPBEXqueries worksheet, you can learn what just about every one of those tables is all about.
    But ... before you get too carried away with making changes to the values on those sheets ... I have found that I can do almost everything I need to do without ever needing to touch those very-hidden worksheets.
    What I use mostly are the API functions.  Some of these are listed in the BW documentation.  But, there are about as many API functions that are NOT documented.  To find the API functions ... in the VB Editor, select the BW Analyzer object ... SAPBEX(sapbex.xla).  Then, select on the VE Editor menu bar, select View >> Object Browser (F2).  Change the Library to SAPBEX (this does not work unless you have already selected the SAPBEX oject).  In the Classes column, scroll down to xBEXapi.  You will now see listed all of the API functions and subroutines.
    The Object Browser tells you ALMOST everything you need to know.  Most people need a few examples to get them started.  You can look at my postings here to find examples.  Or, just do a search on "SAPBEX".  Almost every hit will lead to a discussion and/or example of these API functions.
    When you have more questions, write back.
    - Pete

  • Where is the definition of default toolkit?

    Hi,
    When I was working with drawing images, I need to use the toolkit and Toolkit.getDefaultToolkit() method. I know that Toolkit is an abstract class. I am wondering where is the definition of the so-called default toolkit. By the way, is there any good website which has cross-reference between different classes? For example, I can know what specific class one class inherits from, but how to know what classes inherit from a specific class?
    Thanks.

    From the API:
    public static Toolkit getDefaultToolkit()
    Gets the default toolkit.
    If there is a system property named "awt.toolkit", that property is treated as the name of a class that is a subclass of Toolkit.
    If the system property does not exist, then the default toolkit used is the class named "sun.awt.motif.MToolkit", which is a motif implementation of the Abstract Window Toolkit.

  • Where does the logging in RDBMSRealm go  --and-- are some JavaDocs missing?

    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

    Thanks Terry,
    Sorry, I should have mentioned that I am using WL6.0.
    Does anyone know what I need to do to get the RDBMS Realm log to start on
    WL6.0.
    About the missing JavaDocs: Also, if I am doing development using these
    classes I still do not
    understand why they are not on the 6.0 refernce site!
    About the missing JavaDocs,
    I see java docs for a lot of classes, but what document do I use that
    helps me to understand the entire framework? The Programming
    Weblogic Security does give this information.
    Example question: how do I get a reference to the realm to create
    users? Should I even be doing this?
    Thanks for your help.
    Bill.
    "THorner" <[email protected]> wrote in message
    news:B4D7B3CBF165D311844100C04F4E3E1B031246@DANCERACE01...
    If you are using WLS5.1 you much set the property
    weblogic.security.realm.debug=true
    then this information will be sent to stdout. This is set to false by
    default, as there is a lot of information, and it is a big performance
    hit.
    I think weblogic likes to avoid some of its APIs being public, which is
    annoying at times, but probably reasonable
    terry
    -----Original Message-----
    From: Bill Ralenkotter [mailto:[email protected]]
    Posted At: Thu 03 May 2001 16:00
    Posted To: weblogic.developer.interest.security
    Conversation: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    Subject: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

Maybe you are looking for

  • Creating a recordset filtered by login credentials

    Hello everyone... I'm really hoping I can get an answer to this... I've created a login page using the "login user" behavior and it works perfectly. But I'm having trouble identifying the user after they've logged in. For example, I may want to greet

  • Anyone fixed the recording problem on that mobo?

    Hello My motherboard sound AC97 recording is very bad the recorded sound is too low and have loud air on it, I thought it is the microphone on the start so I tried it on sound blaster but the sound was great.. What wrong with AC97 in recording, is it

  • Variable to array

    I have variable, abc; whose value is in the format val1,val2,val3,.. I want to convert it into an array, like that arr[0]=val1; arr[1]=val2; so on. How can I do this? Usman

  • SSHR: Pictures

    We have a requirement to allow users to view and upload pictures via Employee Self Service. We have many Associate pictures uploaded in PUI, using the View Picture Form off of the View Person screen; ideally we would like users to be able to view/upd

  • Any iPhone Application Developers out there?

    Hi All- Any accepted iPhone Developers out there? I'm looking to partner with someone to create an application that would be a huge benefit for users of the iPhone. If accepted into the App Store, this app would be a great utility for all users. I'm