Hyperlink issues when merging RPTs into 1 RPT

Hi All,
Requirement:
We have a requirement such that we will have to combine 2 or more RPTs into 1 RPT such that the output of the combined RPT looks like output of the first individual RPT and then the output of second individual RPT.
Our ActionPlan:
We are planning to have the individual RPTs as subreports in the Detail section of the main RPT. There is a query in the main RPT which will return us rows equal to the number of reports to be merged in the main report. The main query returns a unique ExecutionId for each individual report and we are using a GroupExpert on this ExecutionId so that the multiple subreports, present in different DetailSection of the main RPT gets executed and we get the desired result.
We have different PageHeaders corresponding to individual RPTs. Also these PageHeaders have text controls which require a hyperlink to be done to the subreports.
Issues Faced:
1) Since the Group is on ExecutionId ,when we make a hyperlink(To another report object) from the PageHeader to the Details section subreport then it opens a new tab which is actually containing the entire data for that particular ExecutionId. Can I avoid the opening of the Hyperlink in the new tab?
2) The subreport can be clicked and viewed as a new tab in the Preview.This is a default behaviour of Crystal Reports. Can the opening of subreports in a new tab be avoided and they should not prompt for any Hand or something so that the user never clicks it?
Thanking you all in anticipation....
Regards.
Ajit.

Hi All,
Thanks Stratos for the reply and my apologies for replying late to the thread (I went on a vacation and sorry for that).
My question was 'Can i disable the click of subreports when the report is previewed?'; Ur soution was that 'I should try to overlay the subreport with a transparent rectangle'. But the solution suggested does not serve the purpose. I have a subreport in the Detail section and then I inserted a Box in the Detail section such that the Box spreads over the subreport and also checked the property of Extend to Bottom of Section when printing. The Box now comes on top of the subreport in both Design and Preview. But the subreport is still clickable and no success there.
I am using Crystal reports 2008 version.
My first question relating to Hyperlink is still unanswered. I will explain it further to give you my exact requirement from the Designer perspective which would help us in clear understanding of the requirement.
The design of the report looks like
RH             Index Page of the Merged report
PHa           Report Title and the parameters of the report1
PHb           Report Title and the parameters of the report2
GH1          Group1 on the ExecutionIDs (Always suppressed)
Details a           SubReport containing the transactional data of Report1
Details b           SubReport containing the transactional data of Report2
GF1a         Subreport of AccountNames of Report1
GF1c         Subreport of AccountNames of Report2
My 2 issues are :
1) I have to hyperlink a text object in PHa to the subreport present in GF1a. Since I cannot hyperlink a subreport directly, i tried using a dummy text object on top of subreport and then tried to hyperlink it to PHa, it opens as a new tab whereas I want it to  navigate and hyperlink in the same report in the same tab like any other hyperlink to another report object.
2) Disable the click of subreport.
Incase i have written something incorrect then please do correct me and help me out.
Thanking all in anticipation.
Regards.
Ajit.

Similar Messages

  • Hyperlink issues when importing Frame files into RoboHelp 10.

    When I import a Frame file into RoboHelp 10, the text preceding a hyperlink is also mangled with the hyperlink in the output.
    For example,
    The following online file supplements the information in this guide. Release notes are available on the Support site at
    https://support.example.com.
    How do you prevent the text that precedes the link from being munged together with the link?
    Shuba

    Have you placed the hypertext marker within a character tag?
    If there's no character tag, then the para, and not the phrase, is your active hypertext area in FM and all electronic output.
    For more info, see p511 of my book.
    -Matt
    Matt R. Sullivan
    co-author Publishing Fundamentals: Unstructured FrameMaker 11

  • IPad 3 audio sync issue when video imported into CS5.5

    Hi everyone, long time lurker here, love the support you guys are giving!
    I'm hoping you'll be able to help with an audio sync problem I'm experiencing with videos recorded with the latest iPad 3 (well, that's what I'm calling it anyway).
    I believe the iPad 3 recording format is 1080/30p with 44.1Khz / 16 bit audio, but when I match those settings on a Premiere Pro CS5.5 project (or try 48KHz audio as a test), the audio gradually goes out of sync. If the video is several minutes long, it becomes quite obvious, and by 10 minutes, it's terrible!
    I should add the file plays back fine on the iPad itself and was imported to a Mac via iTunes. It also plays fine on the Mac itself in Quicktime.
    Does anyone have any suggestions on project settings that'd work?
    On a related note, I additionally captured the audio using a Zoom H2n which i intended to replace in Premiere, but foolishly I captured it at 48KHz, rather than the 44.1KHz of the iPad video file. Should I resample it?
    I actually managed to line-up the 48 and 44.1KHz waveforms from the iPad and Zoom in Premiere quite accurately, but again both gradually go out of sync with the video...
    I'm running Premiere Pro 5.5.2 on Mac OSX 10.7.3.
    Any suggestions greatly appreciated!
    Gordon Laing

    To update my original post, I have found this problem happens about half the time.
    Sometimes there's no issue and the audio is in sync when imported into Premiere, but at other times it's way off.
    I did however find a workaround which has resolved the problem on my iPad3 videos which were out of sync and that was to first import the video clip into iMovie on the Mac first, then simply export it again using the 1080p option. The subsequent file is much larger (so there's been an annoying re-encode), but when imported into Premiere, the audio is at least now in sync.
    I used this to fix the audio on a couple of the videos you can find on this page (all of which apart from the last one were filmed on the iPad3)
    http://www.cameralabs.com/features/Working_holiday/
    Since the video wasn't exactly critical to start with, I'm not too bothered by the re-encode.
    Let me know if this fix works for anyone, and also if anyone comes up with a different solution.
    Thanks,
    Gordon

  • Smartform internal_error when merging forms into 1 spool request

    Hi,
    I have 2 smartforms - a letter and a certificate. The user has the option to print either one of these forms or both, per employee. I'm using 1 spool request.
    As soon as I call the second smartform there is an INTERNAL_ERROR. Why does this happen and how do I solve the problem?
    Please refer to the code sample below:
    loop at i380.
    make sure the spool is not closed
      control_parameters-no_open = 'X'.
      control_parameters-no_close = 'X'.
      AT FIRST.
       control_parameters-no_open = ' '.  
      ENDAT.
      AT LAST.
        control_parameters-no_close = ' '.
      ENDAT.
    call smartform 1
        call function 'SSF_FUNCTION_MODULE_NAME'
             EXPORTING
                  formname           = 'ZLETTER'
             IMPORTING
                  FM_NAME            = FM_NAME
             EXCEPTIONS
                  NO_FORM            = 1
                  NO_FUNCTION_MODULE = 2
                  OTHERS             = 3.
        if sy-subrc <> 0.
          WRITE: / 'ERROR 1'.
        endif.
         CALL FUNCTION FM_NAME
                 EXPORTING
                      CONTROL_PARAMETERS = control_parameters
                      OUTPUT_OPTIONS     = output_options
                      USER_SETTINGS      = ' '
                      pernr              = i380-pernr
                 IMPORTING
                      JOB_OUTPUT_INFO    = otf_info
                 EXCEPTIONS
                      FORMATTING_ERROR   = 1
                      INTERNAL_ERROR     = 2
                      SEND_ERROR         = 3
                      USER_CANCELED      = 4
                      OTHERS             = 5.
            IF SY-SUBRC <> 0.
            endif.
    second smartform - certificate
        call function 'SSF_FUNCTION_MODULE_NAME'
             EXPORTING
                  formname           = 'ZCERTIFICATE'
             IMPORTING
                  FM_NAME            = FM_NAME2
             EXCEPTIONS
                  NO_FORM            = 1
                  NO_FUNCTION_MODULE = 2
                  OTHERS             = 3.
        if sy-subrc <> 0.
          WRITE: / 'ERROR 1'.
        endif.
         CALL FUNCTION FM_NAME2
                 EXPORTING
                      CONTROL_PARAMETERS = control_parameters
                      OUTPUT_OPTIONS     = output_options
                      USER_SETTINGS      = ' '
                      pernr              = i380-pernr
                 IMPORTING
                      JOB_OUTPUT_INFO    = otf_info
                 EXCEPTIONS
                      FORMATTING_ERROR   = 1
                     <b> INTERNAL_ERROR     = 2</b>                  SEND_ERROR         = 3
                      USER_CANCELED      = 4
                      OTHERS             = 5.
            IF SY-SUBRC <> 0.
            ENDIF.
    endloop.
    I cleared output_parameters, output_options and otf_info when calling form ZCERTIFICATE but this does not solve the problem. When ZCERTIFICATE is called seperately, there is no problem.  The forms should be printed directly without conversion to PDF.
    Your help will be appreciated.

    Hi,
    In the loop AT Last is in wrong place. May be that could be the reason for your problem. Then the second call to samrt from is will be working on a closed session.
    regards
    austin
    Message was edited by: Joseph Austin Prabhu Paulthas

  • When merging data into a PDF form, can it create a new form for every record in your data set?

    I have a vendor database that I want to use to populate a pre-created PDF form in Adobe Pro XI. I figured out how to rename the form data fields and how import the data from my data set but can't figure out how to have it create another copy of the form for the next record in the data set.... if its even possible. Any help is appreciated!

    This can be achieved with a mail-merge type script.

  • Acrobat Pro 9.4.5 crashes when merging files

    Is anyone else experiencing this? Adobe Acrobat Pro 9.4.5 works for while when merging files into a single PDF but then starts crashing when saving the mreged file. (MacBook Air, 10.6.7)

    how big is the PDF in MB (more or less according to the loose pages)?
    what happens if you save to desktop as xyz_2.pdf for eg.
    G

  • Issue when signing into adobe I get a blank white screen

    what seems happening is when they log into their adobe account, it will go to a blank white screen and seem to cycle till it eventually times out and gets a connection error.  However, if they type in "adobe.com"  it will show them as having logged in.
    This is happening on ie, and firefox and is not profile specific meaning I can log into the computer under my credentials and experience the same thing.
    I've tried the usual suggestions such as renaming the OOBE folder, deleting temp files, etc.
    I'm thinking it's some kind of issue with adobe flash player.  Any guidance with this would be appreciated.
    Thanks
    Greg

    Moving this discussion to the Creative Cloud Download & Install forum.
    Greg please see Creative Cloud app doesn't open and hangs on spinning progress wheel - http://helpx.adobe.com/creative-cloud/kb/creative-cloud-app-doesnt-open.html for information on how to resolve your current error.

  • I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    Sorry, but it is not possible to merge two Apple IDs/iTunes Store accounts.
    Regards.

  • My mac air will not connect to the internet. There is an exclamation point in the wifi icon and when i go into preferences i see that it is setting its own IP address. I have a macbook that is able to connect with no issue. HELP

    My macbook air will not connect to the internet. There is an exclamation point in the wifi icon and when i go into preferences i see that it is setting its own IP address. I have a macbookpro that is able to connect with no issue. HELP

    Reset the TC to factory and start again.
    Use all SMB type names for wireless and base station.. Not apple type names.. this is more important since Mavericks.
    I also recommend different names for the different bands.
    So for example.
    TC name.. TCgenx (I use whatever the generation number is for the x.. eg TCgen4 or latest one TCgen5)
    WIreless name.. TC24ghz for 2.4ghz
    TC5ghz for 5ghz
    You can also set the channel manually.
    If you still have issues.. start with no security and then if it fails to connect there is something seriously wrong with the laptop. Did you upgrade install Mavericks?? That can lead to driver issues.. I would recommend a clean install.

  • Adding a new tab to CrystalReportViewer and loading a new rpt into it

    Hi,
    I've been struggling with the following problem for a few days now and I would really appreciate any help you can offer.
    I need to add a new tab to an existing instance of CrystalReportViewer and load a new crystal report (RPT) into it.
    I wasn't able to do that and tried inserting an instance of a new CrystalReportViewer into the new tabpage, but I've encountered several problems with that solution as well, such as: by hiding the tree and all bars, I'm also removing the page navigation field of the new rpt.
    Here is the code I've used:
    TabControl tabControl = (TabControl)((PageView)crystalReportViewer1.Controls[0]).Controls[0];
    DocumentControl tab2 = new DocumentControl(new ViewerDocument(new SubreportContext()));
    tabControl .Controls.Add(tab2);
    tabControl .TabPages[1].Text = "New Tab";
    tabControl .SelectedTab = tab.TabPages[1];
      Now I need to load the rpt to the new tabpage
    If I'm trying to add a new CrystalReportViewer into the tabpage:
    ReportDocument oRpt2 = new ReportDocument();
    oRpt2.Load(tempFile);
    CrystalReportViewer newViewer = new CrystalReportViewer();
    newViewer.Dock = DockStyle.Fill;
    newViewer.DisplayGroupTree = false;
      newViewer.DisplayStatusBar = false;
      newViewer.EnableDrillDown = false;
      newViewer.DisplayStatusBar = false;
      newViewer.DisplayToolbar = false;
      newViewer.ReportSource = oRpt2;
       tab2.Controls.Add(newViewer);
    Please let me know what is the best practice for this kind of operation.

    Continue my question....
    I've found a method that opens such a tab for me in one statement:
    DocumentControl tab2 = ((PageView)crystalReportViewer1.Controls[0]).CreateNewReportDocument("new doc");
    But I remain with question of how to load the new RPT into it?

  • Distorted text when trying to merge files into single pdf

    I am trying to merge several pdf documents into a single pdf. The pages are all distorted with missing words and random characters appearing here and there. I have combined these pages successfully using 'Assemble files into a PDF package' so I know the files are okay. Trying 'Merge files into a single pdf' is what creates the problem. I have tried this on Acrobat 8.0 and also 10. It is the same in both cases.
    Help please!

    Hello again. I took the long weekend off, so haven't replied for a while.
    While trying to set up a few documents out of the package I wanted to create, I discovered that there
    is only one file that is causing the problem.
    The biggest problem is that it is a confidential financial file, and I'm loathe to put it up on the web.
    I'm going to try to re-create the file without the confidential part, then send it to this forum. I can't
    figure out why it should cause problems when all the others don't and they have all been created by
    the same person with the same version of Office.
    So thanks for your help so far. I really appreciate the quick response from a couple of you.  I will get back to you.

  • Wireless issues when plugging into Mac display

    I have noticed that no matter where I am in the house, my Macbook Pro works with my Airport just fine. But when I plug the laptop into a 24" display, my wireless signal does one of two things: it drops a connection, going from full strength to nothing and back again, bouncing back and forth in a slow rhythm, or it will give me a huge drop in strength. Anybody have any idea why this is? Your help is greatly appreciated.

    I also have the same issue, specifically similar to that of DimBimbleby, since I am using my MacBook (2008) connected to one of the Apple 24" LED Displays via an Altona converter in the mini-DVI port. The laptop works excellently when not plugged into the display, as do my DVD player (streaming Netflix) and my AppleTV (will never figure out why I bought that) - as soon as the monitor is plugged in, the internet is either extremely sluggish or does not work at all. It took me a bit to figure out that it was only after the display is connected (moved both things all around the house of course). Does anyone at all have ANY idea how to fix it or improve it?? It's really frustrating and I certainly did not pay all that $$ for the display for it not to work with internet. I recently sold an older style 20" ACD Monitor which never had a single issue working with the internet. I have a Linksys Wireless-N router which is not the greatest ever but works well with everything else. Please help!!!!!

  • As being a novice with my Mac Pro computer and Cannon 5D mark 3 camera my issue has arisen while over the last year and half, when down loading into my Photoshop Lightroom 4, my 18,000  photograph were not catalogued correctly, or hardly at all, so now ov

    As being a novice with my Mac Pro computer and Cannon 5D mark 3 camera my issue has arisen while over the last year and half, when down loading into my Photoshop Lightroom 4, my 18,000  photograph were not catalogued correctly, or hardly at all, so now over several months time my photos have apparently been redirected in my libraries and have begun not appearing in their allotted frames next to their number in the library they are in. they also have a small question mark (?) next to the photo space. The frames are blank but indicates that there is a photo there. The majority of photos are blank but about a tenth are seen . i apparently need to retrace where they went but do not know how to get that done . can someone help please?

    It would be difficult to tell you where to begin. If you moved photos around to different folders and didn't use Lightroom to move them, that would cause Lightroom to lose track of where they are. You have to remember that your images are not "in" Lightroom. Lightroom simply points to them wherever they are on your computer. All of the location information as well as the changes that you make to your images is stored in the catalog, which is a database. This catalog is central to the operation of Lightroom, and it's essential that you understand how it works and how to make it work for you. For all of those images that have "?" On them, or the folders that have the same, you will have to go through the process of locating them and showing Lightroom where they are located. With 18,000 images, and many of them missing, it might just be easier to start a new catalog and organize things properly from the beginning in that catalog.

  • Every since I updated to the latest Camera Raw and Photoshop I have the following issue: when I finish the photo in Raw and bring it into Photoshop I have white squares in the Photo. If I crop the photo the white square disappears until I zoom to enlarge

    Every since I updated to the latest Camera Raw and Photoshop I have the following issue: when I finish the photo in Raw and bring it into Photoshop I have white squares in the Photo. If I crop the photo the white square disappears until I zoom to enlarge it then the white square reappears. I do not believe the squares are saved

    Does turning off »Use Graphics Processor« in the Performance Preferences and restarting Photoshop have any bearing on the issue?
    Please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://forums.adobe.com/docs/DOC-2325

  • Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size

    Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size to 7 inches on the long edge. My exported result is 457 dpi and sized at 3200x2134 pixels.. Any ideas on why this is happening and what I can do to correct it?

    The DPI setting in a digital image has no meaning at all. You need to learn how to calculate what you need in your exported image. The only measurement in a digital image that has any meaning is the number of pixels in each direction. It doesn't matter what you set that DPI to (actually it's PPI or pixels per inch). The image will have the same number of pixels regardless of the setting. If you need an image that is 5 x 7" (for example) at 200 PPI then you would want an image that measured:
    5 x 200 = 1000 pixels
    7 x 200 = 1400 pixels
    So you would need an image that is 1000 x 1400 pixels to have a 5 x 7" image at 200 PPI. The reason your exported image had such a high PPI setting is because you specified the number of inches you wanted the image to be. And there were enough pixels in the image that it calculated out to be that high PPI setting.
    I apologize, I don't explain this very well. But you need to learn to do the math to determine how large you really want your exported images to be.

Maybe you are looking for

  • No more audio or video preview in column view?

    weird one... on my powerbook (g4) i suddenly have no ability to play/preview audio or video file in column view in the finder. works fine on my desktop machine with the same os and such...? highlighting a file just gives its name and dates and such,

  • MacBook Pro will not start up after plugging in aftermarket USB cord

    After attempting to plug in an iPhone 5 to my MacBook Pro 13", the unit shut down and won't power back up. Tried resetting the SMC (no power) and can't get it to restart. Black screen and MagSafe won't show power either. Any help?

  • Problem with Adhoc Query

    Hi I am trying to take out a report on employee's education through Adhoc query. When I am taking the report for all employees it is coming out perfectly. But when I am giving some selection conditions it is showing me blank fields. Suppose I want se

  • Paging problem in jsp

    Just 3 jsp's. The first page is the basic form that posts to the results.jsp page. The problem is in the results.jsp page. I get the first 20 like I want, but after I click next. I get "exhausted resultset". I don't know what that means exactly. I ch

  • Splitting and tiling in Illustrator

    i need to find a way to slice an image (jpeg) into 9 or 16 or more equal parts and then convert to PDF so  it can be printerd and that its ends up looking like a large poster.. that can be repasted together...also would be nice if each image spliced