Need some help & suggestions in designing Crystal Report

I need to arrange my data in the following manner:
I need to group my data by a field and need to show multiple information for that record at the same row level and then include some crosstab information. I realized that I cannot have multiple information at the same row level for a group.
As an example, please consider that the group field is Name and A and B are two records returned based on the grouping field. I also need to show 'Description' and a color coded box for that record.
And then I need to show the cross tab data for that group.
I need a table something like what is shown below:
                                                          X  Y  Z
A.Name A.Desc A.ColorCodeBox    Var1    0  1  2
                                                  Var2    2  3  4
                                                  Var3    2  4  4
B.Name B.Desc B.ColorCodeBox     Var1    0  1  2
                                                  Var2    2  3  4
                                                  Var3    2  4  4
Where the numbers are some values and X,Y,Z are the column headings and the numbers are some values.
Could you please provide some suggestions as to how this can be achieved? I am using the default Crystal Reports that ships with Visual Studio 2008 Prof. But if there is some other feature available with any other version, we can consider switching to it.
Thanks in advance.

Here is how my table is laid out.
col-1    col-2     col-3              col-4  col-5  col-6
field-a   field-b   field-c        r1 11111  22222  33333
                                   r2 44444  55555  66666
                                   r3 77777  88888  99999
As you had mentioned, I am creating two group headers in my group section where the first group header contains the following and overlays the second group header.
col-1    col-2     col-3    
field-a   field-b   field-c                                                                        
And the second group header contains  the cross tab information.
          col-4  col-5  col-6
    r1 11111  22222  33333
    r2 44444  55555  66666
    r3 77777  88888  99999
And I suppressed the column headings (col-X)  from both the groups using the formula that you mentioned. But here is how my table is being laid out
col-1    col-2     col-3              col-1  col-2  col-3
field-a   field-b   field-c        r1 11111  22222  33333
                                   r2 44444  55555  66666
                                   r3 77777  88888  99999
                                                                           <- blank line
field-a   field-b   field-c        r1 11111  22222  33333
                                   r2 44444  55555  66666
                                   r3 77777  88888  99999
I have already done a fit section and made sure there is no space. Also my crosstab table contains string fields and I am suppressing the row and column totals in the crosstab as I do not need them.
Do let me know if you have any ideas on this.

Similar Messages

  • Need Some help in Developing an ALV report ..Plz help me

    Hi Experts I am basic learner to ABAP Here I need some help in developing a Delivery *** Invoice Report....Please help me by spending a little time..
    Tables are VBAK VBAP LIPS LIKP   and Document floe table is VBFA
      SELECT VBELN VKORG VTWEG SPART
        FROM VBAK
        INTO TABLE I_VBAK
        WHERE VBELN IN S_VBELN.
      IF I_VBAK IS NOT INITIAL .
        SELECT VBELN POSNR MATKL POSAR WERKS
          FROM VBAP
          INTO TABLE I_VBAP
          FOR ALL ENTRIES IN I_VBAK
          WHERE VBELN = I_VBAK-VBELN.
      ENDIF.
      IF I_VBAP IS NOT INITIAL.
        SELECT * FROM LIPS
          INTO CORRESPONDING FIELDS OF TABLE I_LIPS
          WHERE VGBEL = VBAP-VBELN
          AND VGPOS = VBAP-POSNR.
      ENDIF.
      IF I_LIPS IS NOT INITIAL.
        SELECT VBELN VSTEL VKORG KUNNR
        FROM LIKP
        INTO TABLE I_LIKP.
      ENDIF.
    Moderator message : Outsourcing is not allowed, don't expect others to correct your source code. Thread locked.
    Edited by: Vinod Kumar on Aug 1, 2011 5:43 PM

    hi ,
      Look in this link
      <a href="http://help.sap.com/saphelp_nw04/helpdata/en/b3/0ef3e8396111d5b2e80050da4c74dc/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/b3/0ef3e8396111d5b2e80050da4c74dc/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/21/894eeee0b911d4b2d90050da4c74dc/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/21/894eeee0b911d4b2d90050da4c74dc/content.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62bfe07211d2acb80000e829fbfe/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62bfe07211d2acb80000e829fbfe/content.htm</a>
    Regards
    Renjith Kumar

  • Need some help in LiveCycle Designer ES 8.2

    Hi i need help with tables in livecyckle.
    Example. I create one table with 32 rows and 8 numretic cells, and another table below with 1 row and 8 numretic cells.
    In the big table i can input numbers and working fine.
    now to my problem. Ex, i want to input number 12 in row 1 cell 3.and then again same number 12 in row 2 cell 3 and i want the result (24) in table 2 row 1 cell 3. is there anyboby who can help me with that See below
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    Header 7
    Header 8
    12
    3
    5
    12
    7
    9
    4
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    Header 7
    Header 8
    4
    24
    10
    14
    Best regards    Stig

    Hi again Steve and thanx for the reply..send you a coupie of my file.
    All text on it is in swedish so i can explain a little for you.
    Text Veckodag is Weekday,Tim is hours. Frånv. is a shortname for sickness,
    Dagtid is daytime Kväll is evening, Helg is weekends, Afton is Big weekend
    like christmas day, s-helg is a shortname for big weekendsdays like day
    after christmas day, Jour is jour. The field to the left with numbers is
    date. Totalt is total
    The only fields i need some help with is the field from Tim to Jour. And the
    result should apear in the last fielt Totalt
    Can also tell that im not so good in english but im learning. And the last
    thing of all :Happy easter to you and thanxs again.
    Stig in sweden My E-mail adress is [email protected]

  • Need some help on Wizard design estimation

    I am a newbie to swing and designing GUIs. Now I am assigned a work to design and write the code for a wizard which is a little complex. As far as my estimation goes, i think it will have atleast 20 screens that it can go through (overall). I have to make all the decision makings and stuffs related to that wizard. That's no problem, but I am asked to give estimation for the amount of time I am gonna take to finish this (in days, I work for 8 hours a day).
    Well, before I need any help from the techinical point of view, I need a help on this estimation thing. Any one out there must have desinged a wizard and will know the effort and time they took when they designed it for the first time. So, friends, bcos I don't have an experience before, I am unable to estimate. If anyone of you have done it before, please tell me how long I may take to finish it. Remember, I am a newbie to both swing as well as Wizards.
    Thank you and I hope I am gonna need a lot of help when i start doing it.
    Srikanth.

    Well design is one thing you must keep in consideration, however, what about Testing? Are you going to use the MVC to make the Wizard?
    Do you know if you have to handle in a 100% working Wizard / Application? In that case then you will have to test your application very hard. If using the MVC, then you could also have to write some JUnit testing for the Control Classes. UI interfacing in Java may be a hassel, but if you are into some simple and want to do it fast then I sugest using some 3rd party tool like JDeveloper. However do not try to use any layouts, just fix position everything, otherwise just try to code it yourself using any tool, even TextPad.
    Is this a one man project? When someone asks me for estimates I try to think of worse case scenario! When developing anything, something will always go wrong, and thus in your plan you must always put some time were you handle this problem.
    When doing your estimates do not worry calling this time "Bug Fixing", "Recovery Time", since that would mean you have experiance and that you know how a project must be handled.
    Also, are you going to just start programming this thing, or (BETTER) you are gona plan it first? Planning takes time. (Remember the Waterfall aproach, and the other models). Planning, even if for just a couple of days would be quite better since you would not finnish to change code 5 days before dead line.
    Do you have to document thos Wizard when you are ready, User Documentation / Technical Documentation, and so on? That also takes time to make.
    In the end it all depends what kind of management you have. If you work in a small comapany which just demands quantity and not quaility then do not listin to all the bull sh*t I wrote above, and just give the smallest ammount you can. Otherwise ask, and check what they are expecting, then you can give a proper deadline.

  • I need some help in BEx Design Tools..

    Hi,
    Can you people help me in finding some notes about BEx Design Tools [Analytical Engine, BEx Query Designer, BEx Report Designer, BEx WAD, Query Definition]
    Is it possible to find some practise test questions for SAP BI certification Exam.
    Cheers
    Amar.

    Hi
    Check: [BI Suite: Business Explorer |http://help.sap.com/saphelp_nw70/helpdata/EN/ba/45583ca544eb51e10000000a114084/frameset.htm]
    [BW Material|http://sapbwneelam.blogspot.com/2008/10/bw-material.html]
    Srini

  • Need some help with this Design.  Not sure if it can be done.

    I am a full time RVer. I have a complex system installed in my RV. I am trying to share a wireless or use my AE to feed internet to the devices in my rack and allow my Apple TV to connect to my MBP over gigabit for streaming reasons.
    Is there a way to share my internet to the AE so that it will feed the 3 ports? Can I somehow connect to a hotspot and share that internet connection to the other devices on my network wired and wireless?? I am mainly concerned with getting internet to the ATV while connected to it via ethernet for the gigabit connection.
    It seems that I can connect the AE to a hotspot or WAP, but then I loose the ability to turn bridged mode off so that it will hand out DHCP ip addresses to the ethernet devices. I cannot extend any network unless the hotspot is using an apple device for its WAP. This is what apple told me when I was trying to extend my Linksys WAP4400N.
    Any ideas or advice here would be great. I am just stuck for a solution to what I want to accomplish.
    Thanks

    One possible solution....(if I understand correctly what you're trying to accomplish with what you have to work with) I'm assuming that the Linksys has no internet connection in the RV and isn't really needed in my idea below.....or do you have a satellite connection (or some other internet source besides a public wireless network?
    You could have your MBP join the wireless network, set up internet sharing (see OS X help) and share from airport to ethernet, connect an ethernet cable from MBP to WAN port on the Extreme, set the Extreme's connection sharing to "share a public IP", ignore the double NAT error (or you may be able to bridge it, I can't remember if the MBP will hand out several IPs but I think it will), and plug your Apple TV into a LAN port on the Extreme. Come to think about it, you really don't even need the Extreme unless you need other clients to connect, just plug the Apple TV into the MBP.
    hope it helps

  • Need some Help & suggestion on setting & connecting From Mini to IPod Touch

    I just recently bought a IPod Touch (16GB). I had discovered for me to connect to the internet on my Ipod Touch I need a Wireless Router or have some kind of WiFi connection, I don't have that right now but I Do Have a DSL Broadband Modem ( Westell). I had recently ordered a Apple Airport Extream Base station hoping that may Help me connect and have the WiFi that I need to have connect to my Ipod Touch. What do you think?
    My Mac Mini already has a wireless card Airport Extream installed but the Airport is turned off, How Do I Turn it back on in my computer?
    I was reading one Post that was kind of similar to my situation, the answer was that the Person needed a USB Cable to connect to the Ipod Touch, How is that Set Up? and what type of USB Cable? and can you get one from either the Apple web site or from MacMall?
    The other Answer was to share the WiFi with a broadband and to create a WiFi Network with the Mac Mini How Do I do That and How Do I Share the Internet connection with my IPod Touch?
    In My Ipod Touch Settings under the WiFi it says to choose a Network: there are 2 Options one is 2WIRE460 which is Locked the other says: Other where I have to put in a Network name, How do I get Pass this or how Do I set this up? after I set up a wireless and a WiFi system?
    Thank You,
    Mrs Foster.

    Hello, 
    You can use the Mini and it's Airport Extreme card as a simple router so there is no need for the AEBS. You cannot sync the iPod touch by WiFi (Airport) but you can access the internet:
    Go to  menu > System Preferences... > Sharing > Internet tab.
    Choose "+Share your connection from: Built-in Ethernet+" and "+To computers using: Airport+".
    Click "+Airport Options...+"
    Enter a Network Name of your choosing.
    Check "+Enable Encryption (using WEP)+"
    Enter a 13-character password twice.
    Select "128-bit".
    Press "Okay".
    Press "Start".
    Navigate to  menu > System Preferences... > Sharing > Services tab.
    Check "+Personal Web Sharing+".
    You should now be good to go to use Safari.
    cheers
    mrtotes

  • Hi, can anyone help me out with this, I need some help on designing GUI for e-learning coursewares. Some tutorials or some helpful sites will do.

    I need some help with the GUI design.

    Have you tried the line inputs on the back of your FirePod? If you update its firmware (not sure if you will need to or not), I seem to remember hearing that the FirePod can run without FW connection, i.e. stand alone. In this mode with the outs from your mixer into line ins 1-2 (2nd from left on the back) it should work fine. I say should because I have never tried. However, these are used for returns from an external effects unit. I assume here, and the important word is assume, that there are two so that they can be used as a stereo send or as a mono send. Worth a try! Let us know how it goes.
    Best, Fred

  • Design Crystal Report in VS2012

    Hello Everybody..!!!
    I need your help.. i want to provide resume printing facility in my web application using crystal report..
    so how can i design crystal report in resume format???
    I saw many example but it only shows output in table format but i want to print resume.. wait for your suggestions..
    Thanks in advance.. !!!

    Designing a crytal report in your case is a quite easy, since no complex functionality exist, it's just and a drag and drop + styling work. To  start (I'm supposing that you already have Crystal Report engine installed) check this beginnger tutorial
    to add the data source:
    http://www.crystalreportsbook.com/Crystal_Reports_Net_Ch01_1.asp
    The second thing is to understand the section of Crystal Report (Header, footer...) in order to know which sections you need and where to put every resume content, I'm seeing that most of the content will fall into Details section, but that is for you to
    decide. Here is a reference for this task:
    http://msdn.microsoft.com/en-us/library/ms314197(v=vs.71).aspx
    the final step is the format and it will be quite similar to what you've seen in office applications, and here a basic format tutorial also:
    http://oakdome.com/programming/CR_BasicReportFormatting.php
    Hope this help.
    Fouad Roumieh

  • My airport problem has returned big time --Need some Help!!

    Aloha once again:
    I though that this was fixed by simply changing channels on my airport router, but that fix only lasted for a few days, but now it's back and even worse. Let me give you some background on this problem. Here's my original message concerning the problem:
    I have my Airport Router connected to the Internet via DSLcable. I then tie my two computers into the internet via their airport cards. For about 6 months this system has been working just fine. Recently my desktop computer quit listening to the router and can no longer connect to the internet. It shows no signal strength and the name of the network on the Airport is not seen in the "connect to internet" panel. The same Airport works just fine on my LapTop and I am using it right now to get this message off to the internet.
    I have fixed permissions, removed the airport card and cleaned the connector, the antenna plug and removed the system configuration folder from library preferences all to no avail!
    This problem has been hounding me, intermittently, for over a year now What can I do to remedy this??? HELP!!!!
    Dan Page
    Maui, Hawaii
    The suggestion to change channels, that came from this original request, worked but just for a very short time. Now I have to shut down my computer overnight to get connected and then it only lasts for several hours and the connection quits.
    I thought maybe heat was a problem, but the last time it happened I opened the computer and played a large fan right on the card. This did not help. I shut it down for the night and it was fine the next morning for about 2 hours.
    One new data point; if I turn off just the airport on my laptop computer overnight, that will fix the problem for a short time also.
    Still need some help!!!
    Dan

    First, power off both the Time Capsule and AirPort Express.
    Wait a few minutes, then power up the Time Capsule first, and let it run for a few minutes.
    Temporarily, move the AirPort Express to the same room or close proximity to the AirPort Express and power it up.
    If the Express powers up correctly, power it off again and move it approximately half the distance between the Time Capsule and the general area that needs more wireless coverage. Try to minimize obstructions like walls, ceiling, heavy furniture, etc as much as possible. 
    Please report on your results.

  • Need some help learning cue points, etc

    I need some help with a Flash project I'm working on. If any
    Flash junkies out there are up for sitting down with me through
    email or IM and helping me get to the point where I have a template
    FLA doing what I want to do, I'd be willing to pay you. It wouldn't
    be much, but it would be something. Here's what I'm trying to do:
    I need to create an interactive talking-head style flash
    presentation with a number of progressive download externally
    linked FLV files, playing in succession, supported by movie-clip
    text animations and supporting graphics which are triggered by cue
    points in the video. I also need a simple navigation menu linking
    to the FLV files. I've got some of this down already, namely, I've
    laid the FLVs in and they are playing in succession. I'm stuck on
    the cue point part. At this point I really just need some hands-on
    help. I've bought books, I've scoured the web.
    I'm easy to communicate with, and I'm good with computers and
    comfortable in many multimedia design programs. Flash is very
    powerful, but tougher to learn than I expected, and I'm at the end
    of my rope =P

    My advice... start with a very simple "proof of concept" project before you attempt the entire package.
    It will be much easier to scale up if you first have a very good understanding of what's going on.
    So one simple video with just one cuepoint and only one button and additional display. You'll also have to work out the interaction of pausing the video when a cuepoint is reached or button pushed to display the graph, giving the viewer time to read the graph... then when the viewer closes the graph, the video should "resume".
    Start very simple and build on that only after you understand the fundamentals.
    Second, you mention "video reports"... plural. So that most likely means that you will need a video player with a "playlist".
    This may mean that you'll need to learn to use a little .xml to bring in the playlist data. You may also find xml an excellant way to bring other data into you project.
    At the link listed above there is an excellant tutorial on "Integrating Flash and XML"
    "Flash and XML"
    "XML Video Playlist"
    "ActionScript 3 XML Basics"
    "ActionScript 3 Advanced XML"
    Personally I would not even begin a project like this without considering how I could use xml to feed data into the project.
    Here's an example of a video player I created that has a playlist, thumbnails, categories, transcipts, "Now Playing" etc. All that data comes into the main .swf via various xml files. Super good way in input data into Flash.
    http://www.drheimer.com/video/
    Yours is a rather ambitious project and will take awhile to gain the skill and assemble the pieces. So when you come to a new part... first create a real simple "proof of concept" model so you can learn how that section works. Don't expect to be able to assemble the entire project all at once.
    Best wishes,
    Adninjastrator

  • Need some help in creating Search Help for standard screen/field

    I need some help in adding a search-help to a standard screen-field.
    Transaction Code - PP01,
    Plan Version - Current Plan (PLVAR = '01'),
    Object Type - Position ( OTYPE = 'S'),
    Click on Infotype Name - Object ( Infotype 1000) and Create.
    I need to add search help to fields Object Abbr (P1000-SHORT) / Object Name (P1000-STEXT).
    I want to create one custom table with fields, Position Abb, Position Name, Job. Position Abb should be Primary Key. And when object type is Position (S), I should be able to press F4 for Object Abb/Object Name fields and should return Position Abbr and Position Name.
    I specify again, I have to add a new search help to standard screen/field and not to enhance it.
    This is HR specific transaction. If someone has done similar thing with some other transation, please let me know.
    There is no existing search help for these fields. If sm1 ever tried or has an idea how to add new search help to a standard screen/field.
    It's urgent.
    Thanks in advace. Suitable answers will be rewarded

    Hi Pradeep,
    Please have a look into the below site which might be useful
    Enhancing a Standard Search Help
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-
    edc983384237
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm
    A search help exit is a function module for making the input help process described by the search help more flexible than possible with the standard version.
    This function module must have the same interface as function module F4IF_SHLP_EXIT_EXAMPLE. The search help exit may also have further optional parameters (in particular any EXPORTING parameters).
    A search help exit is called at certain timepoints in the input help process.
    Note: The source text and long documentation of the above-specified function module (including the long documentation about the parameters) contain information about using search help exits.
    Function modules are provided in the function library for operations that are frequently executed in search help exits. The names of these function modules begin with the prefix F4UT_. These function modules can either be used directly as search help exits or used within other search help exits. You can find precise instructions for use in the long documentation for the corresponding function module.
    During the input help process, a number of timepoints are defined that each define the beginning of an important operation of the input help process.
    If the input help process is defined with a search help having a search help exit, this search help exit is called at each of these timepoints. If required, the search help exit can also influence the process and even determine that the process should be continued at a different timepoint.
    timepoints
    The following timepoints are defined:
    1. SELONE
    Call before selecting an elementary search help. The possible elementary search helps are already in SHLP_TAB. This timepoint can be used in a search help exit of a collective search help to restrict the selection possibilities for the elementary search helps.
    Entries that are deleted from SHLP_TAB in this step are not offered in the elementary search help selection. If there is only one entry remaining in SHLP_TAB, the dialog box for selecting elementary search helps is skipped. You may not change the next timepoint.
    The timepoint is not accessed again if another elementary search help is to be selected during the dialog.
    2. PRESEL1
    After selecting an elementary search help. Table INTERFACE has not yet been copied to table SELOPT at this timepoint in the definition of the search help (type SHLP_DESCR_T). This means that you can still influence the attachment of the search help to the screen here. (Table INTERFACE contains the information about how the search help parameters are related to the screen fields).
    3. PRESEL
    Before sending the dialog box for restricting values. This timepoint is suitable for predefining the value restriction or for completely suppressing or copying the dialog.
    4. SELECT
    Before selecting the values. If you do not want the default selection, you should copy this timepoint with a search help exit. DISP should be set as the next timepoint.
    5. DISP
    Before displaying the hit list. This timepoint is suitable for restricting the values to be displayed, e.g. depending on authorizations.
    6. RETURN (usually as return value for the next timepoint)
    The RETURN timepoint should be returned as the next step if a single hit was selected in a search help exit.
    It can make sense to change the F4 flow at this timepoint if control of the process sequence of the Transaction should depend on the selected value (typical example: setting SET/GET parameters). However, you should note that the process will then depend on whether a value was entered manually or with an input help.
    7. RETTOP
    You only go to this timepoint if the input help is controlled by a collective search help. It directly follows the timepoint RETURN. The search help exit of the collective search help, however, is called at timepoint RETTOP.
    8. EXIT (only for return as next timepoint)
    The EXIT timepoint should be returned as the next step if the user had the opportunity to terminate the dialog within the search help exit.
    9. CREATE
    The CREATE timepoint is only accessed if the user selects the function "Create new values". This function is only available if field CUSTTAB of the control string CALLCONTROL was given a value not equal to SPACE earlier on.
    The name of the (customizing) table to be maintained is normally entered there. The next step returned after CREATE should be SELECT so that the newly entered value can be selected and then displayed.
    10. APP1, APP2, APP3
    If further pushbuttons are introduced in the hit list with function module F4UT_LIST_EXIT, these timepoints are introduced. They are accessed when the user presses the corresponding pushbutton.
    Note: If the F4 help is controlled by a collective search help, the search help exit of the collective search help is called at timepoints SELONE and RETTOP. (RETTOP only if the user selects a value.) At all other timepoints the search help exit of the selected elementary search help is called.
    If the F4 help is controlled by an elementary search help, timepoint RETTOP is not executed. The search help exit of the elementary search help is called at timepoint SELONE (at the
    F4IF_SHLP_EXIT_EXAMPLE
    This module has been created as an example for the interface and design of Search help exits in Search help.
    All the interface parameters defined here are mandatory for a function module to be used as a search help exit, because the calling program does not know which parameters are actually used internally.
    A search help exit is called repeatedly in connection with several
    events during the F4 process. The relevant step of the process is passed on in the CALLCONTROL step. If the module is intended to perform only a few modifications before the step, CALLCONTROL-STEP should remain unchanged.
    However, if the step is performed completely by the module, the following step must be returned in CALLCONTROL-STEP.
    The module must react with an immediate EXIT to all steps that it does not know or does not want to handle.
    Hope this info will help you.
    ***Reward points if found useful
    Regards,
    Naresh

  • I need some help resizing my images on PS6. I am using a mac and have been trying to resize with same resolution and constaining proportions but for some reaseon the smaller resized image appears pizelated.

    I need some help resizing my images on PS6. I am using a mac and have been trying to resize with same resolution and constaining proportions but for some reaseon the smaller resized image appears pizelated. Heres an image of before and after. The first image I use is a JPG 72dpi 1500px x1500px and I want to downsize it to 600x600px same res, but it keeps pixelating, this has never happened before. Any suggestions, thoughts?
    thanks!

    I wouldn't say pixelated; more like blurry.
    Like ConnectedCreative said, what steps are you using? Are you using "bicubic sharper" when resizing down?

  • How to design crystal report multi column

    how to design crystal report multi column
    for example
    id              1001             id                 1002     
            id            1003
    name        dinesh          name            dk                 name       
    dkn
    address   kota             address       jaipur             address     delhi
    pin          3260356        pin              546332            pin       
    675942
    id              1004             id                 1005       
               id            1006
    name        dinesh1       name            dk1                     name       
    dkn
    address   kota1           address       jaipur1                 address     delhi
    pin          32606           pin                546345                pin       
    675942
    and so on....................

    DN
    I am afraid you have come to the wrong place.  MS does not support Crystal reports except for
    "Microsoft supports setup and installation for the Crystal Reports products shipped with the Professional and Enterprise Editions of Microsoft Visual Basic for Windows versions 3.0, 4.0, 5.0 and 6.0."
    For other support you need to contact
    For other Crystal Reports support, please do not contact Microsoft. Please contact Crystal Decisions (formerly Seagate Software), which now owns and supports Crystal Report Writer.
    http://support.microsoft.com/kb/100368
    Wanikiya and Dyami--Team Zigzag

  • Need some help with a remove function

    Design and code a program that will maintain a list of product names. Use a String type to represent the product name and an array of strings to implement the list. Your program must implement the following methods:
    Add a product to the list
    Remove a product from the list
    Display then entire list
    Find out if a particular product is on the list.
    You need to create a command command loop with a menu() function. The program must continue asking for input until the user stops.
    This is the assignment and this is what I have so far. I need some help writing the remove function.
    Thanks
    * Title: SimpleSearchableList.java
    * Description: this example will show a reasonably efficient and
    * simple algorithm for rearranging the value in an array
    * in ascending order.
    public class SimpleSearchableList {
         private static String[] List = new String[25]; //These variables (field variables)
         private static int Size; //are common to the entire class, but unavailable
         //except to the methods of the class...
         public static void main(String[] args)
              String Cmd;
              for(;;) {
                   Menu();
                   System.out.print("Command: ");
                   Cmd = SimpleIO.inputString();
                   if(Cmd.equals("Quit"))
                        break;
                   else if(Cmd.equals("Fill"))
                        FillList();
                   else if(Cmd.equals("Search"))
                        SearchList();
                   else if(Cmd.equals("Show"))
                        ShowList();
                   else if(Cmd.equals("Remove"))
                        Remove();
         //Tells you what you can do...
         public static void Menu()
              System.out.println("Choices..................................");
              System.out.println("\tFill to Enter Product");
              System.out.println("\tShow to Show Products");
              System.out.println("\tSearch to Search for Product");
              System.out.println("\tRemove a Product");
              System.out.println("\tQuit");
              System.out.println(".........................................");
         //This method will allow the user to fill an array with values...
         public static void FillList()
              int Count;
              System.out.println("Type Stop to Stop");
              for(Count = 0 ; Count < List.length ; Count++)
                   System.out.print("Enter Product: ");
                   List[Count] = SimpleIO.inputString();
                   if(List[Count].equals("Stop"))
                        break;
              Size = Count;
         //This method will rearrange the values in the array so that
         // go from smallest to largest (ascending) order...
         public static void SearchList()
              String KeyValue;
              boolean NotFoundFlag;
              int Z;
              System.out.println("Enter Product Names Below, Stop To Quit");
              while(true)
                   System.out.print("Enter: ");
                   KeyValue = SimpleIO.inputString();
                   if(KeyValue.equals("Stop")) //Note the use of a method for testing
                        break; // for equality...
                   NotFoundFlag = true; //We'll assume the negative
                   for(Z = 0 ; Z < Size ; Z++)
                        if(List[Z].equals(KeyValue)) {
                             NotFoundFlag = false; //If we fine the name, we'll reset the flag
              System.out.println(List[Z] + " was found");
                   if(NotFoundFlag)
                        System.out.println(KeyValue + " was not found");     
         //This method will display the contents of the array...
         public static void ShowList()
              int Z;
              for(Z = 0 ; Z < Size ; Z++)
                   System.out.println("Product " + (Z+1) + " = " + List[Z]);
         public static void Remove()
    }

    I need help removing a product from the arrayYes. So what's your problem?
    "Doctor, I need help."
    "What's wrong?"
    "I need help!"
    Great.
    By the way, you can't remove anything from an array. You'll have to copy the remaining stuff into a new one, or maybe maintain a list of "empty" slots. Or null the slots and handle that. The first way will be the easiest though.

Maybe you are looking for

  • How do i obtain a PUK code for my Ipad (and yes that is what my Ipad is asking for)

    I own 64bit Ipad.  One day I turned it on and it said "Enter a PUK code".  I don't have any idea what this means, I just know my Ipad has been inoperable since. There is no carrier, it's not a phone.  Just Wi-Fi.  I have wasted SO much time trying to

  • Importing Metallica Albums

    Can anyone enlighten me as to how to import certain Metallica albums into iTunes? I have many legitimate albums, but some albums my mac will not read at all and others only certain songs can be imported. I would love to be able to listen to my albums

  • LabVIEW 8.2 style Palettes in LabVIEW 8.5?

    I am about to upgrade to LabVIEW 8.5 BUT I hate the palette changes. Anyone know how to get the 8.2.1 style palettes on 8.5? What about at least disabling the hidden menu system where you have to click the two down arrows to see the full palette? Tha

  • Problems installing downloaded applications

    I am having problems installing downloaded applications.  After I download an application, I can see it in my "downloads" folder.  When I double click it, instead of finding the package, I am taken directly to my "terminal" screen, and then cannot in

  • Horizontal lines on iphone screen

    My iPhone 5 less than two months old suddently started showing a serices of horizontal bands on the screen. Now it displays a consistant one inch wide band on all screens. Apple will allow me to send it back for a replacement phone but not a new phon