Crystal reports 11: Values displayed in crystal report not showing in VB6

Hi!
I updated an existing lower version of crystal report 7 to crystal report 11. Changes are the following:
1. sql query in VB6 to add fields
2. sql query in crystal report to manipulate values and not use formula. crx11 doesn't allow summary/total in formula fields.
3. report orientation
4. additional fields to view
5. font sizes, length, can grow properties, etc.
When I tested it directly in crx 11, all fields/values are displaying correctly. When I integrated it in VB 6 using Crystal ActiveX Report Viewer Library 11.0 and CR Viewer object, the field is blank.
I've tried several checking like field suppressions, conditional suppressions, etc.
By the way, I also have a report using a subrepot with conditional suppressions. Same thing is happening. The subreport data only displays the alloted space but does not show values in VB6.
Thank you in advance for your help.
Edited by: Naga01 on Jun 28, 2011 8:46 AM

Thanks for your response.
Before I read your response, I tried tweaking my reports and was able to resolve the issue.
Steps taken to solve the issue are the following:
a. Value not showing one field of four (4) reports.
Solution: I created new ones and integrate it in VB 6. The values are now showing. Tweaked on the line object properties, got a problem with the extended line but solved it by adjusting the height of the detail section.
b. Value not showing in sub-report.
Solution: My report used a shared variable so I can pass the condition to my sub-report. I used the new reports and just pass a query during runtime. The values in the subreport is still not showing. I added a formula and called the value in it. Values in the subreport is now showing.
I'll try to update the crystal reports version as suggested at a later time.

Similar Messages

  • Parameter Description value display on Crystal Report

    Hi
    I have created a Parameter based off OPCH.Project, so within the Project Parameter the values are the Project Codes and under Description I have the Project Names.
    Is it possible to display this Project Description value on the Crystal Report when previewing instead of the Project Code?
    Regards
    Kurt Walters

    hello Kurt,
    i think your having problem with the join..
    in A/P Invoice the Project is populated in the line level (PCH1) and not in the header (OPCH) so your join should be PCH1.Project inner join OPRJ.Project
    here is my sample query, try to run this in your machine
    SELECT T0.[DocNum], T0.[DocDate], T2.[PrjName], T0.[DocTotal]
    FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OPRJ T2 ON T1.Project = T2.PrjCode
    WHERE T1.[Project] = 'ProjectCOde'
    just replace ProcjectCOde to your actual project code
    i have also made a sample report in my crystal here, i added OPCH, PCH1 & OPRJ, then from your menu Database -->> Show SQL Query, your Query should look like this
    SELECT "OPCH"."DocNum", "OPCH"."DocDate", "OPRJ"."PrjName", "OPCH"."DocTotal", "OPRJ"."PrjCode"
    FROM   ("Production"."dbo"."OPCH" "OPCH" INNER JOIN "Production"."dbo"."PCH1" "PCH1" ON "OPCH"."DocEntry"="PCH1"."DocEntry") INNER JOIN "Production"."dbo"."OPRJ" "OPRJ" ON "PCH1"."Project"="OPRJ"."PrjCode"
    WHERE  "OPRJ"."PrjCode"=N'ADM-1001'
    ORDER BY "OPCH"."DocNum"
    observed that i dont have the U_WPANO, just add it in your filter record.
    your current settings in Select Expert -- Record is good enough
    {OPCH.Project} = {?Contract Name} and
    {OPCH.U_WPANO} = {?WPA Number}
    hope this may finally solve your issue, but if not please let me know.
    best Regards,
    Fidel

  • How MSS Report passes values to R/3 report using PNP logical db

    Heloo Gurus,
    I am having some trouble where in i have added a new custom(Z) report in the MSS ->My Staff -> Reporting under report category -> Time Management (MSS). I am not able to find how the value of org unit which is selected on portal screen is passed to report in R/3 which is using PNP logical db.
    I tested in debugging but selection screen parameter PNPORGEH contains nothing.
    Many Thanks in advance for the help.

    Anyone ?
    plz update.

  • Report similar to MC$4 that does not show absolute values

    Hi all,
    We need a report similar to Report similar to MC$4 which has the same drilldown capabilities but does not show absolute values, and instead shows the proper (actual) values.
    Or if its possible to change something in the MC$4 report to show the actual values and not the absolute.
    Thanks in advance!
    George

    HI
    Your input criteria should contain all plant numbers and the period to be analyzed.  Execute the report and then select:  Plant Analysis\Export\Transfer to XXL\Deselect all options and tick Plant, Storage Location and Month.  Follow the options to export to Excel.  Report will be based on Plant, Storage location and Month.
    Regards

  • Aging - 7 Buckets Report needs to display by Calendar month not by days

    The requirement is to display the Aging - 7 Buckets Report display by calendar month not by days. So is it suggestible to customize it or write a new custom report?
    Please let me know if you have any solution on how to do it? i appreciate your help and time.
    EX:If this is OCT and the report is run during this month
    OCT-10 SEP-10 AGU-10 JUL-10 JUN-10 MAY-10 APR-10
    Customer Amount Current Past Due Past Due Past Due Past Due Past Due Past Due

    Hi
    Could you please let me know if you were able to achieve Aging by bucket months?
    Can we create aging bucket that is monthly and not on the basis of days?
    Regards
    Divya

  • The new value of bind variable does not show up after changed by PL/SQL

    Hi,
    I am running APEX 3.2. I use PL/SQL process to assign a new value to a bind variable, say, :P2_TEST := 123. The new value does not show up on the page although I can see it in the Session status.
    How can I make the new value to be displayed on the page immediately after the process is run?
    Kind regards,
    Tee

    Maybe you could use an ajax routine to refresh the item in your pl/sql routine?
    Thank you,
    Tony Miller
    Webster, TX

  • HT1923 I have an IPad that has the apple displayed and it does not show in ITunes.  It will not let me turn it off.  What do I do?

    I have an IPad that is displaying the Apple with the bar under it.  It will not let me turn it off and it does not show up in iTunes so I can't do a Restore.  Can I do a Hard Reset?

    You need to subscribe to iTunes Match to store your music on iCloud:
    http://www.apple.com/itunes/itunes-match/
    To transfer iTunes Store purchases made on your phone to your computer, connect your phone then choose "Transfer purchases..." from the File menu in iTunes.
    Photostream transfers photos taken on your iOS devices to other devices and your computer. For troubleshooting Photostream see: http://support.apple.com/kb/TS3989

  • 4EA2 the Detail display for views does not show comments for the view

    I am running in an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production environment.
    The Detail tab for a View does not show comments added for the view. I would like to request that the Detail tab be modified to display any comments added for the view.
    This is important for me because I want to use the Generate DB doc function (from the right-click menu linked to schemas), to generate documentation, and that function uses the same format as the Detail Tab. The View Comments are important for my users.  

    Hi Penny Halsall,
    Kindly check if that Facebook page can be followed by the public. If the profile can't be followed by the public, then the widget won't work as accepted.
    Facebook provides instructions to check/do this here: https://www.facebook.com/help/201148673283205
    OR
    You can generate the associated HTML code from this page :
    https://developers.facebook.com/docs/plugins/
    Regards
    Sonam

  • Actual Value displayed in GRR3 report painter Library 1VK

    Dear Experts,
    In report painter GRR3 > 1VK
    I have summarized the Consumption according to Cost Centre of each activity types, I have set;
    1. Column of Actual Quantity to take in Basic Key Figure from Statistical Quantity
    2. The value is 4 (Actual) and Version is 0
    Once I run the GRR3 report, there is some figure in that particular column and does not know where to trace the origin of those value. This actual figure appears on current period onwards where actual data does not been distributed on the system yet.
    Kindly advice.
    Best Regards,
    Anne

    Dear Ajay,
    Im so happy right now I found that the Actual value appeared are actually taken from the previous fiscal year. I have checked the line items and their document posting date it shown as last fiscal year.
    In this case, where should I amend to have the report pick up only actual value of this fiscal year?
    Thank you very much Ajay
    Best Regards,
    Anne

  • Mini display port to VGA not showing correctly on TV

    I have a new 2012 (June) MacBookPro running 10.7.4 with a 2.5 GHz Intel i5 processor. Graphics  Intel HD Graphics 4000 512 MB.
    I'm trying to connect a Toshiba flat screen TV to the computer via a mini display port to VGA adapter purchased from Apple with the computer. Sometimes I see 5 lines running down the screen. I can get the screen to show on the TV by changing resolutions and refresh rates (1280 x 768 at 60Hz) but the TV shows 5 partial screens on my laptop screen (between those different vertical lines). I feel like I'm looking at the beginnings of an abstract art piece.
    All software is up to date.
    Any advice would be appreciated.

    Called Apple Support and they solved my issue.
    1) Restart the computer in Safe Mode with display attached (shut down and restart while holding down shift key).
         The display showed up without distortion.
    2) Change the display to my desired preferences (dimensions and refresh rate).
    3) Restart computer. ...and it works like a charm.
    Vioala!

  • Chat history displayed correctly in Outlook, not showing in Lync 2013 client

    Morning all,
    It seems like I have an un-searchable issue with many hits returning that conversation history flat out doesn't work, which isn't the situation here...
    The backend consists of Exchange 2007 with Lync server 2013. Clients (a mix of Lync 2010 and 2013, XP and 7 respectively) have no issues connecting and the chat history works fine from Outlook, however, on the client, conversation history is not displayed
    and we are just given the option to "View more in Outlook..." (Which again works fine).
    Is the chat history not meant to be displayed within the Lync client or are there any options or boxes that I have left unchecked that could cause this issue?
    I've checked any addons on Outlook that sound as though they might be in any way affiliated with Lync and ensured they're ticked to no avail.
    I'll be happy to follow up with any further information if my explanation is a bit cloudy.
    Cheers.

    The Lync client will attempt to connect to Exchange Web Services in order to display items like Conversation History and Visual Voicemail.  If it cannot connect to EWS, it will fall back to a MAPI connection via the Outlook client.  The MAPI connection
    will allow chats to be deposited in the Conversation History folder and display presence information within Outlook and a few others, but the EWS connection provides a richer experience. 
    You can check how it is connecting by holding CTRL + right click on Lync system tray icon.  Then select Configuration Information.  You should see items for EWS internal/external URL, MAPI Information, and EWS Information.
    Unlike Outlook, Lync does not use the Autodiscover SCP to locate EWS.  Lync relies on the Exchange Autodiscover DNS A record to be setup both internally and externally.  Assuming Autodiscover and EWS are working properly, the following are required
    in order for Lync to connect to EWS successfully:
    - User's SIP URI and Primary SMTP address should match
    - Autodiscover.sipdomain.com DNS A record setup internally and externally for each SIP domain supported
    - EWS Internal/External URLS accurately configured on Exchange
    Let us know what you find.

  • Item display templates office 365 not showing in sharepoint designer

    Hi,
    I have an enterprise search site in O365. I can brows to Masterpage > Display Templates > Search in the browser and see the .html & .js file.  If I brows to the same location in SharePoint designer, the files do not display.  How do I
    see/edit the files in SP designer?
    Thx!

    Hi Lorena,
    Add an image of the path, All Files (and pin button)->_catalogs->masterpage library.
    Thanks
    Daniel Yang
    TechNet Community Support

  • MY LIST OF 'DEVICES' ON 'FINDER' HAS 'TURNED OFF' ( does not display list and does not show as bright)  AND I CAN'T SEE MY LIST OF DEVICES (TO EJECT A DISK, OR ADD A FILE TO A DISK) ETC)??

    my list of 'devices' on 'FINDER' has 'turned off.  gone to not (bright ) does not display backup disks or I- pad etc.  I can't see my list to eject a disk or copy a file to I-Pad etc???
    Also how would I un-zip a file I have downloaded to "download" and then copy it to a disk??

    Hold down OPTION COMMAND and click S
    Regards,
    Captfred

  • HT2905 Display exact duplicates does not show in my FILE options

    When I click on file I do not get the exact duplicate choice

    Make sure you have upgraded to iTunes 11.0.1.12.
    The features are now View > Show Duplicate Items and Shift > View > Show Exact Duplicate Items.
    I've written a script called DeDuper which can help remove unwanted duplicates efficiently. See this  thread for background.
    tt2

  • Passing selection screen values to the next report using CALL TRANSACTION

    Hi experts,
    I have 2 reports. In the first report i have the 3 input fields in the first report, how do i pass the values to the next report which is transaction: ZKKBC_PKO_2.
    I want to display in the next report the selections that the user previously selected.
    First report:
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: COMP     LIKE AFRU-WERKS OBLIGATORY MODIF ID s1.
    PARAMETERS: PERIOD   LIKE COEP-PERIO OBLIGATORY MODIF ID s1.
    PARAMETERS: YEAR     LIKE COEP-GJAHR OBLIGATORY MODIF ID s1.
    SELECTION-SCREEN END OF BLOCK b1.
    CALL TRANSACTION 'ZKKBC_PKO_2'.
    Anyone can help me?
    Thanks,
    Lawrence

    Hi experts,
    What i did is this:
    Using SET PARAMETER
    in the first report
    SET PARAMETER ID 'WRK' FIELD COMP.
    SET PARAMETER ID 'VPE' FIELD PERIOD.
    SET PARAMETER ID 'GJR' FIELD YEAR.
    CALL TRANSACTION 'ZKKBC_PKO_2'.
    Second Report
    SELECTION-SCREEN BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
    PARAMETERS: WRK     LIKE AFRU-WERKS.
    PARAMETERS: VPE     LIKE COEP-PERIO.
    PARAMETERS: GJR     LIKE COEP-GJAHR.
    SELECTION-SCREEN END OF BLOCK blk1.
    Using SUBMIT
    First Report
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: COMP     LIKE AFRU-WERKS OBLIGATORY MODIF ID s1.
    PARAMETERS: PERIOD   LIKE COEP-PERIO OBLIGATORY MODIF ID s1.
    PARAMETERS: YEAR     LIKE COEP-GJAHR OBLIGATORY MODIF ID s1.
    SELECTION-SCREEN END OF BLOCK b1.
    SUBMIT ZCO_PRDCOST_ACTUAL_2 VIA SELECTION-SCREEN USING SELECTION-SETS OF PROGRAM 'ZCO_PRDCOST_ACTUAL_1' AND RETURN.
    Second Report:
    GET PARAMETER ID 'WRK' FIELD comp.
    GET PARAMETER ID 'VPE' FIELD COEP-PERIO.
    GET PARAMETER ID 'GJR' FIELD YEAR.
    Either this 2 ways i still cannot get the first report selection values on the 2nd report. Can someone help me see if my codes is correcT?

Maybe you are looking for

  • How do i get rid of GMAIL from my blackberry

    hello all I have just brought a Pearl and like everyone else got my emails directed to my blackberry, i did this via the gmail site.  I am so fed up of getting spam emails that i just want emails off my blackberry pls pls pls help.  I have spent hour

  • My video playing from itunes will nto stop lagging?

    None of my videos are playing on itunes, they all keep lagging and freezing. This has been since the newest version of itunes.

  • 2.1 EA1: Unable to roll back changes in Data tab [fixed EA2]

    Hi, With "Post edits on row change" set, any changes made in a table's Data tab cannot be rolled back. When trying to do so, the screen flashes briefly, which would indicate reloading, but the changes are still there. The tab's title is also still cu

  • Lock table overflow ???

    Hi All, We just installed a BW - IDES system, and in the process of activation of Business Content. There is a problem while activation, after the collection of CRM BI Content the system is giving following error, while installing the BI Content: <b>

  • How to set a different parser  for JAXB ?

    from the FAQ https://jaxb.dev.java.net/faq/index.html A question about which jars are required says "The runtime also needs a JAXP-compliant parser. If your target environment is JRE 1.4 or higher , it is a part of JRE, so you don't need any more jar