Javadoc Offline ?

Hello,
I wonder if the javadoc's SDK can be accessed offline for integration into Eclipse and NetBeans ?

Unfortunately there is not a solution currently. Interestingly I had an email exchange with the LiveCycle documentation team lead last week and brought this issue to her attention. I will update this thread if (and when) something is available.
Steve

Similar Messages

  • Offline-searchable javadoc

    Is there an offline-searchable copy of the java docs? Knowing just where to find the documentation on JList is non-trivial for those, like me, who are new to Java.
    Having to go back to the online site to conduct a search instead of intuitively knowing where to navigate through what seems like a random spattering of categories and links is very annoying.
    I don't like .NET but I'll give Microsoft one thing: their MSDN Library is first rate, and if Sun offered something similar, it would make life less painful when developing Java apps.
    Thanks :)
    PS, I've installed netBeans 5.0 and the help that comes with it seems to deal with the IDE itself, and not with the Java language. Also, the help that comes with code-completion is only useful if you know the Java API like the back of your hand to begin with, which I don't.

    And to kablair, if you don't like newcomers to Java,
    and their questions, why do you read this particular
    forum? If you can't handle these sorts of questions,
    then perhaps you should stick to programming or
    reading expert fora. There's no need to take my
    question personally. I don't mind newcomer questions. I do mind people who come here and start blaring about how Javadoc sucks and MSDN rules and Sun is just so lucky they're going to write Java code. See, it really gets on my nerves because then they usually produce a list of problems that are either inaccurate or issues with them rather than the tools and documentation.
    And what's wrong with autoboxing/unboxing? Anything
    that makes for simpler and more readable code is a
    good thing, and given that Java is the most prolix
    language I've ever used, I would have thought that
    such a time saver would be welcome. Maybe you should
    go back to Java 1.0, because 1.5 has other,
    blasphemous, shortcuts -eg, the simplified for-loop.
    How dare Sun try to make their language easier (if
    not the documentation)?The for-each loop is simple, readable, predictable and easily understood.
    Autoboxing/unboxing is often confusing, unpredictable for those who don't know the relevent JLS chapter like the back of their hand, riddled with "gotchas" and can easily lead to bugs that are extremely hard, if not impossible, to debug. The sole benefit from all of this is less typing when converting to and from primitive wrappers. Is it easier to read? No. In fact in some cases it may obfuscate the developers intentions. In all other cases reading 0 is not profoundly more understandable than new Integer(0).

  • Javadoc in eclipse offline?

    I have noticed that JavaDoc info only works in eclipse when I am connected to the internet. Is there someway to make it work in eclipse when I am offline??

    Are you getting an error message? What does it say?

  • Unable to send emails through adobe offline project.

    Hi Experts!!!
                        I am trying to send an email through Adobe Offline Form. I am quoting the code. Plz check what's the problem with the code.
    // This file has been generated partially by the Web Dynpro Code Generator.
    // MODIFY CODE ONLY IN SECTIONS ENCLOSED BY @@begin AND @@end.
    // ALL OTHER CHANGES WILL BE LOST IF THE FILE IS REGENERATED.
    package com.lifecyclelettersapplication;
    // IMPORTANT NOTE:
    // ALL IMPORT STATEMENTS MUST BE PLACED IN THE FOLLOWING SECTION ENCLOSED
    // BY @@begin imports AND @@end. FURTHERMORE, THIS SECTION MUST ALWAYS CONTAIN
    // AT LEAST ONE IMPORT STATEMENT (E.G. THAT FOR IPrivateFormView).
    // OTHERWISE, USING THE ECLIPSE FUNCTION "Organize Imports" FOLLOWED BY
    // A WEB DYNPRO CODE GENERATION (E.G. PROJECT BUILD) WILL RESULT IN THE LOSS
    // OF IMPORT STATEMENTS.
    //@@begin imports
    import java.util.Properties;
    import javax.mail.Address;
    import javax.mail.BodyPart;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.SendFailedException;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.AddressException;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import com.lifecyclelettersapplication.wdp.IPrivateFormView;
    //@@end
    //@@begin documentation
    //@@end
    public class FormView
    Logging location.
      private static final com.sap.tc.logging.Location logger =
        com.sap.tc.logging.Location.getLocation(FormView.class);
      static
        //@@begin id
        String id = "$Id$";
        //@@end
        com.sap.tc.logging.Location.getLocation("ID.com.sap.tc.webdynpro").infoT(id);
    Private access to the generated Web Dynpro counterpart
    for this controller class.  </p>
    Use <code>wdThis</code> to gain typed access to the context,
    to trigger navigation via outbound plugs, to get and enable/disable
    actions, fire declared events, and access used controllers and/or
    component usages.
    @see com.lifecyclelettersapplication.wdp.IPrivateFormView for more details
      private final IPrivateFormView wdThis;
    Root node of this controller's context. </p>
    Provides typed access not only to the elements of the root node
    but also to all nodes in the context (methods node<i>XYZ</i>())
    and their currently selected element (methods current<i>XYZ</i>Element()).
    It also facilitates the creation of new elements for all nodes
    (methods create<i>XYZ</i>Element()). </p>
    @see com.lifecyclelettersapplication.wdp.IPrivateFormView.IContextNode for more details.
      private final IPrivateFormView.IContextNode wdContext;
    A shortcut for <code>wdThis.wdGetAPI()</code>. </p>
    Represents the generic API of the generic Web Dynpro counterpart
    for this controller. </p>
      private final com.sap.tc.webdynpro.progmodel.api.IWDViewController wdControllerAPI;
    A shortcut for <code>wdThis.wdGetAPI().getComponent()</code>. </p>
    Represents the generic API of the Web Dynpro component this controller
    belongs to. Can be used to access the message manager, the window manager,
    to add/remove event handlers and so on. </p>
      private final com.sap.tc.webdynpro.progmodel.api.IWDComponent wdComponentAPI;
      public FormView(IPrivateFormView wdThis)
        this.wdThis = wdThis;
        this.wdContext = wdThis.wdGetContext();
        this.wdControllerAPI = wdThis.wdGetAPI();
        this.wdComponentAPI = wdThis.wdGetAPI().getComponent();
      //@@begin javadoc:wdDoInit()
      /** Hook method called to initialize controller. */
      //@@end
      public void wdDoInit()
        //@@begin wdDoInit()
         /* The following lines initialize the context elements;
    Enter your e-mail id in the set From-method
         //wdContext.currentContextElement().setTeststatus(" do in it");
            try{
            wdContext.currentEmailElement().setFrom("[email protected]");
            wdContext.currentEmailElement().setTo("[email protected]");                                            
            wdContext.currentEmailElement().setCc("[email protected]");
            wdContext.currentEmailElement().setBcc("[email protected]");
    //        wdContext.currentEmailElement().setCc(" ");
    //        wdContext.currentEmailElement().setBcc(" ");
            wdContext.currentEmailElement().setSubject("Test Mail By Umang");
            wdContext.currentEmailElement().setBody("You will find the address proof letter in the attachment of this e mail. Please sign this form and send it.");
           catch(Exception e)
             wdContext.currentContextElement().setTeststatus("do in it"+e.getMessage());              
        //@@end
      //@@begin javadoc:wdDoExit()
      /** Hook method called to clean up controller. */
      //@@end
      public void wdDoExit()
        //@@begin wdDoExit()
        //@@end
      //@@begin javadoc:wdDoModifyView
    Hook method called to modify a view just before rendering.
    This method conceptually belongs to the view itself, not to the
    controller (cf. MVC pattern).
    It is made static to discourage a way of programming that
    routinely stores references to UI elements in instance fields
    for access by the view controller's event handlers, and so on.
    The Web Dynpro programming model recommends that UI elements can
    only be accessed by code executed within the call to this hook method.
    @param wdThis Generated private interface of the view's controller, as
           provided by Web Dynpro. Provides access to the view controller's
           outgoing controller usages, etc.
    @param wdContext Generated interface of the view's context, as provided
           by Web Dynpro. Provides access to the view's data.
    @param view The view's generic API, as provided by Web Dynpro.
           Provides access to UI elements.
    @param firstTime Indicates whether the hook is called for the first time
           during the lifetime of the view.
      //@@end
      public static void wdDoModifyView(IPrivateFormView wdThis, IPrivateFormView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
        //@@end
      //@@begin javadoc:onPlugFromFirstview(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onPlugFromFirstview(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onPlugFromFirstview(ServerEvent)
         wdContext.currentContextElement().setTeststatus("from first view");
         //wdDoInit();
        //@@end
      //@@begin javadoc:onActionBack(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionBack(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionBack(ServerEvent)
        wdThis.wdFirePlugToFirstView();
        //@@end
      //@@begin javadoc:onActionSend(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionSend(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSend(ServerEvent)
         Properties props = new Properties();
              String host = "rmail070.zmail.ril.com";
              props.put("rmail070.zmail.ril.com", host);
              Session session = Session.getInstance(props, null);
              MimeMessage message = new MimeMessage(session);
              Address toAddress = new InternetAddress();
              Address fromAddress = new InternetAddress();
              Address ccAddress = new InternetAddress();
              Address bccAddress = new InternetAddress();
         wdContext.currentContextElement().setTeststatus("1");
              try
                   MimeMultipart multipart = new MimeMultipart();
                   wdContext.currentContextElement().setTeststatus("2");
                   BodyPart messageBodyPart = new MimeBodyPart();
                   if (! wdContext.currentEmailElement().getFrom().equals(""))
                        fromAddress = new InternetAddress(wdContext.currentEmailElement().getFrom());               
                        message.setFrom(fromAddress);
                   wdContext.currentContextElement().setTeststatus("3");
                   if (! wdContext.currentEmailElement().getTo().equals(""))
                        toAddress = new InternetAddress(wdContext.currentEmailElement().getTo());
                        message.setRecipient(Message.RecipientType.TO, toAddress);
                   wdContext.currentContextElement().setTeststatus("4");
                   if (! wdContext.currentEmailElement().getCc().equals(""))
                        ccAddress = new InternetAddress(wdContext.currentEmailElement().getCc());
                        message.setRecipient(Message.RecipientType.CC, ccAddress);
                   wdContext.currentContextElement().setTeststatus("5");
                   if (! wdContext.currentEmailElement().getBcc().equals(""))
                        bccAddress = new InternetAddress(wdContext.currentEmailElement().getBcc());
                        message.setRecipient(Message.RecipientType.BCC, bccAddress);
                   wdContext.currentContextElement().setTeststatus("6");
                   if (! wdContext.currentEmailElement().getSubject().equals(""))
                        message.setSubject(wdContext.currentEmailElement().getSubject());
                   wdContext.currentContextElement().setTeststatus("7");
                   if (! wdContext.currentEmailElement().getBody().equals(""))
                        messageBodyPart.setText(wdContext.currentEmailElement().getBody());
                   wdContext.currentContextElement().setTeststatus("8");
                   multipart.addBodyPart(messageBodyPart);
                   wdContext.currentContextElement().setTeststatus("10");
    ////               A new part will be added this will be the attachment
                   messageBodyPart = new MimeBodyPart();
    //               String filename = "temp
    webdynpro
    web
    local
    LifeCycleLetters
    Components
    com.lifecyclelettersapplication.LifeCycleLettersApplication
    LifeCycle.pdf";
    //               DataSource source = new FileDataSource(filename);
    //               messageBodyPart.setDataHandler(new DataHandler(source));
    //               messageBodyPart.setFileName(source.getName());                    
    //               messageBodyPart.setHeader("Content-Type","application/pdf");
    //               multipart.addBodyPart(messageBodyPart);
                   message.setContent(multipart);
                   Transport.send(message);
                   wdContext.currentContextElement().setTeststatus("11");
              catch (AddressException e)
                   wdComponentAPI.getMessageManager().reportWarning(e.getLocalizedMessage());
                   e.printStackTrace();
              catch (SendFailedException e)
                   wdComponentAPI.getMessageManager().reportWarning(e.getLocalizedMessage());
                   e.printStackTrace();
              catch (MessagingException e)
                   wdComponentAPI.getMessageManager().reportWarning(e.getLocalizedMessage());
                   e.printStackTrace();
         catch(Exception e)
                             wdContext.currentContextElement().setTeststatus("action send"+e.getMessage());              
        //@@end
    The following code section can be used for any Java code that is
    not to be visible to other controllers/views or that contains constructs
    currently not supported directly by Web Dynpro (such as inner classes or
    member variables etc.). </p>
    Note: The content of this section is in no way managed/controlled
    by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
      //@@end

    Hi,
    I think u need to set up the SMTP  So that u can send the email.
    Regards
    Mustafa.

  • HP AIO Remote shows wireless printer offline when it is online and can print to it.

    HP AIO Remote installed on my Windows 8.1 Yoga 2 shows my wireless printer is offline, when it is online and I can print to it wirelessly.  How can I get it to recognize my wireless printer is online wirelessly?  AIO Remote will only recognize the printer is online when the USB in connected to the Yoga 2.

    Hi rpmcintyre,
    Thank you for the additional information.  I apologize for misunderstanding. I just want to confirm that the HP AiO app that you downloaded onto your Windows 8.1 computer is showing your printer as offline when you are able to print wirelessly to the printer.
    I have two different documents for you.  The first one is How to Use the HP AiO Remote App for Windows 8.  It has a FAQ section at the bottom of the document with trouble shooting steps.  I have also included the Supported Printers for the HP Scan and Capture App.
    If the above documents don’t assist you, would you please let me know which make/model/product number of HP printer that you have? How Do I Find My Model Number or Product Number?
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How can I keep just one of two accounts offline in Mac Mail?

    I recently switched from Comcast to Cox Cable. Cox has a known issue with push notifications and email doesn't show up at regular intervals. You have to go offline and back on or quit Mail and then open it again to see new messages. It's a pain but it works.
    I still have my Comcast email account enabled on Mac Mail because I need access to old emails and if I disable it (via Preferences), it disappears. I want to take it offline but clicking on the Comcast account and "take comcast.net offline" always takes my Cox account offline as well. I can't get them to both stay online because the Comcast account hangs when it can't connect to Comcast. This really exacerbates the already annoying issue of having to take Cox offline and back on.
    I tried going into the Comcast account via Preferences and unchecking "include when automatically checking for new messages" but when I did so, it kept the Cox account from receiving any messages at all (I confirmed this by checking webmail, and by toggling it on and off to see what happened).
    I need some solution that allows me to see the comcast account in mail without having it be active in any way. I have other mailboxes archived but that process doesn't offer the search capability that I need.

    Aha! I have been doing just that. However, what has been tripping me up is that I am also used to clicking the Go Online/Go Offline toggle button on the top menu bar when I manually check for messages on Cox. Apparently when you take one inbox offline, that button switches to Off even though the other inbox is still online. If I just ignore that button and go on or off via the cox mailbox listing, it keeps comcast from being reactivated.
    Thanks so much for helping me think this through.
    Edited to add: I removed that dang button from my menu so I can stop clicking it.

  • Is there any way to tell if someone has cleared and reused a lost Ipod touch? Or will it continue to show up as offline in Find Iphone app?

    I have the app Find Iphone, and my kids' ipods are linked to the app because we share an itunes account. My son cannot find his ipod, in which, he took it on a mini-vacation with friends. He never took it out of their vehicle, but it may have fallen out at some point, just not sure. When I check my app, it simply reads offline. I want to know if there will be a way to know if someone has reset it (even if I cannot locate them)? I don't want to keep wasting my time looking to see if it somehow was connected to the internet when it has already been cleared. Help pleased?

    Will it continue to say that the device is in lost mode if it has been restored?  My Find Iphone is saying that when the device is connected to the internet that it will be locked and that a message (that I typed in) will appear. It also says that I will be notified and that a sound will occur when it is connected. Now my iphone has been updated to the ios7, but I don't think his ipod was updated.

  • HP LaserJet 600 M602 printer goes offline every night

    Hi,
    I have a HP LaserJet 600 M602 CE991A printer on a wired network. I have quite a few other printers on the network as well and do not show me this kind of behavior.
    But for some reason, this printer, from as soon as I bought it, goes offline every time from around 5.20-5.30pm to around 8.30pm. I have a ping tester running as I am trying to figure out what's going on and I got 100% drop every night for that time period.
    I looked to see if there was a setting that puts this device to sleep or so but no, I cant find anything. I have tried with the energy setting sleep mode on or off, wake up events to trigger a wake up call to the printer but no luck.
    Firmware Bundle Version3.2.5
    Firmware Revision2302908_435019
    Firmware Date Code20140529
    I am out of options, in our other locations, we have sam printer but a CE993A models and they do not show this kind of behavior at all.
    I am at a deadlock here.

    Hi @Halan ,
    I see by your post that you aren't able to print when the laptop isn't in the same area as the printer. I would like to help you out today.
    What is the distance of the printer and the Laptop when the printer goes offline?
    Try these steps to see if it will resolve the issue.
    'Printer is offline' Message Displays on the Computer and the HP Printer Will Not Print.
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • HP PhotoSmart 6520, Printer offline, Wireless printing from Windows 8.1 and others

    My parents own an HP PhotoSmart 6520. They have 3 or 4 computers. 1 Is connected to this printer via USB cable. 3 Are "connected" over wireless. The printer has the latest firmware updates according to checks from the printer front display.
    Problem is this:
    1) When first starting the printer, and the printer gets on the wifi network, all wifi-available devices can print to it over wifi. We are also able to browse to the printer config web pages to see status, and change configs as needed.
    2) After about 5 minutes of printer inactivity, all wireless clients can't print to the printer to print, and can't connect to the printer's web page. (The printer appears to be offline to each OS that uses WiFi to get Internet access.
    3) If we visit the printer control screen, physically attached to the pinter, find the network configuration, and choose to "turn off" wifi at the printer, then after off, "turn on" wifi and see an IP address get assigned, then all WiFi machines can print to the printer over WiFi. However, after 5 minutes, again, the printer is offline. No matter what or how much each WiFi-based machine sends to their printer queue/spool, the printer remains offline.
    4) If the USB-connected machine prints to the printer over USB, the printer once again becomes available over the wireless network.
    The work-around is terrible. (Cycle WiFi access every time they need to print from Wireless devices.)
    Things we have tried:
    1) This is running the latest firmware according to the WebService section request to check for upgrades. They are on the latest according to the results. (no help)
    2) DHCP was the initial config for network settings. I moved to a DHCP server configuration with static IP served by printer MAC address. (No help)
    3) I switched to totally static IP address, thinking it might be a DHCP lease-time/renewal issue, or custom vendor string issues or bug. (no help)
    4) Enabled/Disabled IPv6 even though they are on a NAT-ed network with only IPv4 support. (no help)
    5) Visited printer config with web broswer, and change energy saver setting from "5 minutes" to "15 minutes" because the ~5 minute window seemed like an approximate time limit. (No help)
    6) Enable/Disable other settings through the web and restart the printer. (No help.)
    7) Suggestions listed here: http://support.hp.com/us-en/product/HP-Photosmart-6520-e-All-in-One-Printer-series/5169038/model/516... (No help)
    In testing this, with static IP or not, from other machines, when we can print over WiFi to the printer, the IPv4 address is ping-able from peers on the network. After ~5 minutes pass, and the pinter goes "offline" there are no ping replies to the static or other IP address assigned to this printer. By all accounts, when the printer is "offline" it really is no longer on the WiFi network. Meanwhile, oter devices can ping each other. (All computers, smartphones, tablets, etc can all respond to ping.)
    None of the other devices suffer from dropped access to the WiFi and Internet.
    Suggestions?
    I do not have access to this right now, but I can walk my parents through whatever steps are needed to resolve this.
    Thanks!
    P.S. Other things tried:
    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/If-your-printer-drops-off-your-network/...
    1) When online, generating report, reports online
    2) When offline, report reports that it is still associated with access point
    3) Printer is about 2 feet away from the access point it is communicating with and has max-bars showing signal strength.
    4) Channel allocation for WiFi was selected based on least used channel, and works very well for all other devices on this channel.
    5) There is only one accesspoint with the name it associates with.
    6) The only options for power-saving "auto-off" we see via web pages from printer are: 5 minutes, 10 minutes, and 15 minutes, and changing to 15 minutes does not allow the printer to remain online for 14 minutes -- it still goes offline to the network after ~5 minutes -- even agfter changing this settings and power cycling the printer.
    7) No wireless extender is being used.
    8) We tried static IP, Dynamic IP, and statically assigned DHCP served IP.
    Once printer is "offline" when visiting printer to tell printer to disable WiFi access, then re-enable it, all machines with items in their printer queue/spool *immediately* de-queue/de-spool their printer jobs to the printer.
    This is the closest description: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/Photosmart-6520-goes-off-line/td-p/324... Where is that patch?

    Hi @TheSynAck,
    I see you are using a Hot Spot, I believe we have found the reason for the connectivity issues. There may be a setting that needs to manually configured for the Hotspot to 'allow' your printer access. Also, hotspots may have limitations and restrictions that may cause connectivity issues.
    Take a look here: Setting up the Printer as a HotSpot, it shows a Laserjet but the same steps apply.
    Keep in mind that Hotspot connections are 'best effort' connections due to the issues of inconsistencies within the connection. They are not routers. Therefore, you may experience issues in the future when using the Hotspot for your connection. Usually a powercycle or hard reset of the HotSpot will resolve such issues.
    I would not recommend getting another Hot Spot as the connection is not guaranteed, you could however try a Wireless Router if you are looking to upgrade anyways.
    With the PS 6520 you also have the ability to print using the HP Wireless Direct printing option. Please click on the link below to get started:
    HP Wireless Printers - Printing with HP Wireless Direct
    I hope this gives you a better understanding of the intermittent connection issues.
    Thanks again,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Is there a way to prevent Firefox from checking "work offline"?

    If I open Firefox before I am connected to the internet or if I try to do something when I have been dropped from the internet "work offline" is automatically checked. It is easy to fix but annoying. Is there a way to turn off this function?

    Create a new Boolean pref with the name network.manage-offline-status and set the value to false.
    Right-click on the about:config page to open the right-click context menu and use "New > Boolean" to create a new Boolean pref.
    Name: network.manage-offline-status<br />
    Value: false
    See also http://kb.mozillazine.org/about%3Aconfig

  • My iPhone was stolen a few days ago. It appears to be offline on the Find My iPhone app. If the person who has it turns it on only for a brief moment and then turns it off immediately, will the location still be found? Once it returns to be

    My iPhone was stolen a few days ago. It appears to be offline on the Find My iPhone app. If the person who has it turns it on only for a brief moment and then turns it off immediately, will the location still be found? Once it returns to being offline will the location still be sent to me? And also, how can I retrieve my pictures from my iCloud?

    Anything is possible.

  • Issue with use of shared variables in Crystal Reports 2008 Offline Viewer

    Hi,
    I have a report that contains a number of sub-reports which include drill-down functionality. The report returns data relating to an individual team with the user being able to view top level summary information in each area from the parent report and then drill into the sub-reports to view see more detail. The data returned by the sub-reports is filtered, using sub-report links, based on the team code parameter value given by the user. This parameter field resides in the main report.
    One of the values returned by the main report is the team name. This is passed to each sub-report using a shared variable and each sub-report displays this team name as part of a heading.
    This all works fine in Crystal Reports 2008, but when a report, containing data, is opened using Crystal 2008 Offline Viewer there is a problem with the shared variable. The value is displayed correctly when the user initially drills into the sub-report. However, when the user begins to drill into grouped data within the sub-report the value passed to the sub-report using the shared variable disappears. 
    How can I ensure that, when a report is viewed using Crystal Offline Viewer 2008, the value within the shared variable is not lost when users drill into grouped data within sub-reports
    Thanks
    Stuart

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • User comments in Javadoc

    L.S.,
    Sometimes I feel the need to extend some existing javadoc with a note of my own because sometimes the existing javadoc is not very clear and I am unable to improve because it is from another vendor.
    I think it would be nice if I could somehow add user notes to existing javadoc without altering the original generated HTML files.
    Please discuss.
    Sincerely,
    Patrick Holthuizen

    Check out the -tag option. This lets you include custom tags of your owns design, or change the behavior of existing ones.

  • Outgoing mail service offline charter

    I cannot send email from my imac. Out going mail service shows offline with no other options. I can send email from my iphone.  Help?

    maybe some some helphere
    http://support.apple.com/kb/index?page=search&src=support_site.kbase.search&loca le=en_US&q=off%20line%20email%2010.6.6
    http://support.apple.com/kb/index?page=search&product=&q=send%20email%20iPhone&s rc=support_site.kbase.search.searchresults

  • I cannot send email on my iMac from Mac Mail.  The account shows that it is offline.  I've recently updated to Yosemite.  I can, however, receive email.  What can I do to fix this problem?

    I cannot send email on my iMac.  I have recently updated to Yosemite.  I don't know if that is the problem or not.  However, I can receive email on all of my email accounts, but cannot send.  It shows that my accounts are offline.  How do I fix this?

    Have you received any tips on how to fix the problem yet?

Maybe you are looking for

  • WiFi not working on some android devices

    Hi. I'm having trouble with the wireless connection on my new home hub 3. Most devices will connect easily, but there are three devices that have trouble connecting. These are an Android Phone (Samsung Galaxy Mini), an android tablet (Sony Tablet S)

  • Click a date in an e-mail to create a calendar entry fails.

    I click a date in an e-mail to create a calendar entry. Up pops a replica of my calendar for that date.  The replica includes all the existing entries for that date. (So it is clearly accessing my iCloud calendar.)  I say OK to add this new entry.  T

  • Help!  I just opened my 15" Macbook Pro, and all my files are GONE!  What could have happened and how do I fix it?

    Help!  I just opened my 15 " Macbook Pro, and all of my files are GONE!  My icloud icon also disappeared.  What happened and how do I fix it?

  • Some Services not appearing in ESS.

    Hi All, I have configured ESS and it was working fine previously. But now Some Services on overview page of ESS are missing after 105 mapping. This issue is for all the users. But if i remove 105 mapping all the service link appearing on overview pag

  • Problem in tables HR_HAP

    hallow i wont use in se 11 hrhap but the butten of contents is bright for all the table who start in HRHAP_     what is the problem it happens just in this type of table some now if sap have alternative table or change thair names thankes