CRVS2010 Beta - Help Wanted for VS2010 and CR!

I have been having a hard time getting CR to appear in the VS2010 Ultimate toolbox. I have set the target to Framework 4.0 and installed the CR4VS2010 program but the CR viewer is not showing.
The problem is worsened by the fact that I am new to CR anyway.
I really have been banging my head against a brick wall.
Is there anyway to check the actual installation of CR? The Control Panel says 2008 was installed. Are there any tips about VS2010 and CR working?
Also are there any books about VS2010 and CR? I saw a lot of CR books but there were not about VS2010.
Thanks.
Edited by: Ludek Uher on Jun 17, 2010 8:34 AM

Solution: re-installed cr4VS2010 and then checked Control Panel to ensure Crystal Reports 2010 was installed. The installation is very long and I think before it had not fully installed as especially the progress bar shows 100% but the installing continues.

Similar Messages

  • Help Document for Keyfigures and Characteristics

    Hello,
    Using BEx Browser I'm generating reports so i need to create help documents for Keyfigues and characteristics that way user will know by looking documentation they will know what is what
    How can we create help documentation?
    Experts help would be appreciated
    Thanks

    actually we are using BI7.0 version but we don't have portal and web that is the reason we are using old BEx browser for front end but ETL we are using BI7.0.
    so using old BEx browser can we create documentation for keyfigures or not?
    if so How?
    Thanks

  • CRVS2010 Beta - Crystal Reports for VS 2010 in November???

    Hey guys,
    are you serious??? You told us that the finished version will be released in July!!! We are working with VS 2010 and just because of you guys we are not able to deploy our applications via Click Once. How could it be, that you are that slow? I really have to say, that it was much better, when Crystal Reports was shipped with Visual Studio. Who had the silly idea to change that method?
    I think we are not the only company who is waiting for you to at last release the new version and now it''s even later? This is no good avertisment for you and we will change to another reporting as soon as possible...
    Thank you for nothing!
    Edited by: ksnbg_01 on Jul 6, 2010 2:21 PM
    Modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Jul 6, 2010 9:32 AM

    Good afternoon.
    I can understand the frustration and we definitely realize that our delay is causing some pain for quite a few of our customers and partners.  To be blunt, we are just not happy with the size of our runtime size, which is why we have introduced this delay until November.  The current runtime size of the release is very high compared to today's runtime, the expectation of the market, and our own standards.  As such, we are working to reduce this.  In the meantime, we will be deploying a Beta 2 release in August, which will be a full featured release, but will include the larger runtime size.  I understand that this is not production grade software as we are labeling it as beta; however, it can be used for developing, testing, and qa'ing your applications.  As far as production deployment goes, it will, unfortunately, need to wait for the November release.
    I am more than happy to setup a time where we can chat over the phone about the challenges that this is creating for you and your organization.  Please feel free to give me a call (678 575 8916).
    Coy
    Product Owner - Enterprise Reporting

  • CRVS2010 Beta - Help with parameters

    Could somone help:  I have created a CR which uses two static parameter fields for 'DateFrom' and 'DateTo' on the report.  The parameters are passed to an ASP.NET web page via a query string, and then I use Dim Fromdate As String = Request.QueryString("from") etc to send the parameter via code.  The problem I'm having is this.  The DateFrom and DateTo values are being sent to the report ( I simply use them in the report header to display the from and to dates selected by the user for the report ) and the report display's as expected.  But when you click 'Next' in the multipage report, the report prompts with a parameter popup box to reenter the dates.  Once you enter the values, you can page back and forth without any more interuptions.   Note:  I'm using Visual Studio 2010 with the latest install of crystal report's for VS 2010.
    Would anyone know what I have set wrong?  Here is the code that I use to populat the report.
    Dim reportpath As String = ""
            reportpath = Server.MapPath("myreport.rpt")
            Dim Fromdate As String = Request.QueryString("from")
            Dim Todate As String = Request.QueryString("to")
            Dim crParameterDiscreteValue As ParameterDiscreteValue
            Dim crParameterFieldDefinitions As ParameterFieldDefinitions
            Dim crParameterFieldLocation As ParameterFieldDefinition
            Dim crParameterValues As ParameterValues
            Try
                Dim conStr As String = System.Configuration.ConfigurationManager.AppSettings("dbconnect")
                Dim sqlConnection As New SqlConnection("server=myserver;uid=fakeuser;pwd=fakepass;database=fakedatabase")
                Dim Command As SqlCommand = New SqlCommand()
                Command.Connection = sqlConnection
                Command.CommandText = "sp_stored_proc"
                Command.CommandType = CommandType.StoredProcedure
                Dim Parameter1 As SqlParameter = New SqlParameter("@fromdate", CType(Fromdate, Date))
                Parameter1.Direction = ParameterDirection.Input
                Parameter1.DbType = DbType.Date
                Dim Parameter2 As SqlParameter = New SqlParameter("@todate", CType(Todate, Date))
                Parameter2.Direction = ParameterDirection.Input
                Parameter2.DbType = DbType.Date
                Command.Parameters.Add(Parameter1)
                Command.Parameters.Add(Parameter2)
                Dim Adapter As SqlDataAdapter = New SqlDataAdapter(Command)
                Dim ds As New ReportDs1
                Adapter.Fill(ds, "Report1")
                Dim cr As New ReportDocument
                cr.Load(reportpath)
                cr.SetDataSource(ds.Tables("Report1"))
                CrystalReportViewer1.ReportSource = cr
                crParameterFieldDefinitions = cr.DataDefinition.ParameterFields
                crParameterFieldLocation = crParameterFieldDefinitions.Item("@fromdate")
                crParameterValues = crParameterFieldLocation.CurrentValues
                crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
                crParameterDiscreteValue.Value = Fromdate
                crParameterValues.Add(crParameterDiscreteValue)
                crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
                crParameterFieldLocation = crParameterFieldDefinitions.Item("@todate")
                crParameterValues = crParameterFieldLocation.CurrentValues
                crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
                crParameterDiscreteValue.Value = Todate
                crParameterValues.Add(crParameterDiscreteValue)
                crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
    Edited by: Don Williams on Oct 8, 2010 11:50 AM

    For those interested, I figured out what was happening.  There is a new question  added to the parameter property's when adding/editing report parameters called "Show On Viewer Panel".  This needs to be set to "DO NOT SHOW" to disable the prompts for passed in via code.
    Dave.

  • Same Workspace for VS2010 and VS2013?

    Howdy,
    I'm setting up TFS on a system and it appears that you can't have two version of Visual Studio map to the same directory on your local system.  I already have VS 2013 mapped to a local path.  When I go into Visual Studio 2010, connect to the TFS
    server and then try to map the path I get the message:
    The working folder "C:\..." is already in use by the workspace ComputerName;UserName on computer ComputerName.
    This doesn't make sense to me.  I can't have all my source in one local folder?  Won't this end up with duplicate copies of everything that is in the repository on my local hard drive?  Am I missing something here?
    Thanks
    dbl

    Hi,
    VS 2010 can't use "local" workspaces. That was a new feature in VS 2012. You can create a workspace in VS 2013 and set the location property to "server". Then this workspace can be used in VS2010 and VS2013.
    Follow the steps in this screenshot:
    More information about "decide between local and server workspace":
    https://msdn.microsoft.com/en-us/library/bb892960.aspx
    Maik Hanns
    MCT, MCPD, MCSD
    http://blog.maikhanns.de

  • DNS Help: Configure for local and extenal services using same domain name?

    Hello all. I'm setting up a 10.5 server, have scoured these great forums and gotten close, but am still stuck. Any help would be greatly appreciated.
    My network setup is as follows: Internet (2xT1) > modem > router/firewall/NAT device > XServe > switches > rest of network, clients, etc. Pretty standard, I believe.
    I'd like to use this XServe on our local network/intranet/LAN only for OD, networked home directories, AFP, iCal, Time Machine, Print and Software Update.
    My website is hosted on an external server.
    My email is also hosted on a (different) external server.
    Domain is school.edu
    XServe name is xserve.school.edu
    XServe is 10.0.0.25
    I've gone through Apple's recommended DNS setup (supplemented by some great info found here on the forums....), and am able to connect to other Internet sites (with client's DNS server set as 10.0.0.25), but unable to connect to www.school.edu, or send/receive mail to/from mail.school.edu.
    In short, connecting to external domains that are NOT related to my school are fine, but I'm unable to connect to any domain that IS related to my school.
    If anyone out there can shoot me some notes on how to configure the DNS settings, zones, forwarding, etc. to accomplish this, I'd be VERY appreciative.
    Thanks, in advance, to anyone who can help me out.
    Cheers,
    Tim

    In short, connecting to external domains that are NOT related to my school are fine, but I'm unable to connect to any domain that IS related to my school.
    If your server thinks it's authoritative for 'school.edu' then you have to add records for every host in the school.edu zone.
    For example, if you want to be able to resolve 'www.school.edu' then you have to have a 'www' record. If you want to send/receive mail you have to add an MX record, and so on.
    It doesn't matter that you're not responsible for those servers, it's just that since this machine thinks it 'owns' school.edu it will only respond with records in its own zone and won't care about what any other name server says, even if that other name server is authoritative for the zone.
    FWIW, that's often why people running stub servers like this choose a separate subdomain (like 'dept.school.edu') so they can leave the main school.edu records on the main server and have full control over a subdomain.

  • Career Help Needed for me and my wife..your suggestion would surely help!

    Hi Guys,
    I would really appreciate if you can solve our mid career Dilemma. Me and my wife both want to get in to SAP..Kindly suggest which module should we pick..
    My Wife's Profile: She is an Economics honors  graduate and an MBA too. she has got 7 years banking exp in two of the biggest Pvt sector Banks in India. Kindly Suggest which module would be in line with her domain Experience, she wants to get in to the functional side of SAP using the domain knowledge..
    My Profile: I am a Science graduate and MCSE, have got 7 yrs exp in Sales and Business Development, should I opt for SD, CRM or HR? Though I am more keen on SD or CRM, but I mentioned HR as I have been doing Business development in staffing industry for the last 4 yrs now..
    I am sure I would get the best advise in here..Also, do let us know the future prospects it will/may add..
    Look forward to your suggestions..
    Thanks!
    Rohit
    Edited by: Rohitgulati on Feb 7, 2012 9:11 PM

    Hi Leon,
    Thanks for your quick revert, but just wondering if Banking domain is good for FI/Co, as I guess it has more to do with Finance and not Retail Banking, I in the mean time searched another Module for Banking Industry called IS- Banking..I think, this module will be in line with the Banking Exp but whats the demand of this module in Banking sector that has to be seen!!
    Thanks for your help!
    Rohit

  • Help needed for storing and sorting objects.

    Hello
    I have an assignment and it is to create a guessing game, here is the question,
    In this assignment you are to write a game where a user or the computer is to guess a random
    number between 1 and 1000. The program should for example read a guess from the keyboard, and
    print whether the guess was too high, too low or correct. When the user has guessed the correct
    number, the program is to print the number of guesses made.
    The project must contain a class called Game, which has only one public method. The method must
    be called start(), and, when run it starts the game. The game continues until the user chooses to
    quit, either at the end of a game by answering no to the question or by typing 'quit' instead of a
    guess. After each game has been played, the program is to ask the user for a name and insert this
    together with the number of guesses into a high score list. When a game is started the program
    should print the entire high score list, which must be sorted with the least number of guesses first
    and the most last. Note, the list must be kept as long as the game-object is alive!
    each score also
    consists of the game time. In case there are two high scores with the same number of guesses, the
    game time should decide which is better. The game time starts when the first guess is entered and
    stops when the correct guess has been made. There should also be input checks in the program so
    that it is impossible to input something wrong, i.e. it should be impossible to write an non-numeric
    value then we are guessing a number, the only allowed answers for a yes/no question is yes or no,
    every other input should yield an error message an the question should be printed again.
    I understand how to code most of it, except I am not sure how to store the playerName, playerScore, playerTime and then sort that accordingly.
    I came across hashmaps, but that wont work as the data values can be the same for score.
    Is it only one object of lets say a highScore class, and each time the game finishes, it enters the values into an arrayList, I still dont understand how I can sort the array all at once.
    Should it be sorted once for score, then another array created and sorted again, I dont get it I am confused.
    Please help clarify this.

    Implode wrote:
    We had the arrayList/collections lecture today.
    I asked the teacher about sorting objects and he started explaining hashmaps and then he mentioned another thing which we will only be learning next term, I'm sure we must only use what we have learned.
    How exactly can this be done. I have asked a few questions in the post already.
    ThanksWell, there was probably a gap in the communication. Hash maps (or hash tables, etc.) are instance of Map. Those are used to locate a value by its unique key. Generally, to speed up access, you implement a hashing function (this will be explained hopefully in class). Think of name-value pairs that are stored where the name is unique.
    Contrast this with items that are sorted. Any List can be sorted because its elements are ordered. An ArrayList is ordered, generally, by the order you inserted the elements. However, any List can be given its own ordering via Comparable or Comparator. You can't do this with an ordinary Map. The purpose of a Map is speedy access to the name-value pairs, not sorting. The List likewise has different purposes, advantages, disadvantages, etc. List can be sorted.
    A Map is generally similar to a Set. A Set is a vanilla collection that guarnatees uniqueness of each element (note, not name-value pairs, but simple elements). There is one concrete class of Map that can be sorted, TreeMap, but I doubt your professor was referring to that. The values or the keys can be returned from the Map and sorted separately, but again, I doubt he was referring to that.
    Take a look at the Collections tutorial here on this site or Google one. It is fairly straightforward. Just keep in mind that things (generally) break down into Set, Map and List. There are combinations of these and different flavors (e.g., Queue, LinkedHashMap, etc.) But if you can learn how those three differ, you will go a long way towards understanding collections.
    (Oh, and be sure to study up on iterators.)
    - Saish

  • Help required for sample and Hold

    Hello,
    I am working on a project Cerebral Oxygenation Monitoring. The concept is similar to pulse oximetry. I help already developed the hardware that includes the timing circuit , led driver for driving Red and IR Led, Amplifier and Filter Stage. I am getting the pulse signal but it is multiplexed signal corresponding to effect of both Red/IR Led. Now to separate it I need to use sample and hold circuit, whihc I can achieve with and IC LF398 but I want to minimise this part and directly take this multiplexed signal through DAQ Card in to LabVIEW and further create sample and hold in LabVIEW.
    The sampling needs to be in synchronus with the Timing signal given to Red and IR. How I can achieve this in LabVIEW.
    For eg: the Red Led is triggered with a pulse of 1 ms with a repeatation rate after 10 ms. So this timing pulse should trigger the sampling part.
    Please Help.

    CoastalMaineBird wrote:
    Not sure what you need the HOLD part for.
    Correct me if I'm wrong:
    You have a 1 mSec pulse, every 10 mSec.
    Each pulse triggers two LEDs:  RED and IR
    You have a single signal which contains the processed (through the body, or whatever) responses to BOTH of those signals.
    So, how does a S&H, hardware or otherwise, separate the two responses?
    Is one delayed in time, relative to the other?
    YES you are right, 1 mSec pulse, every 10 mSec. 
    Above figure shows the trigger pulses generated using standard hardware. One triggers IR and other triggers RED. In above case  I had kept repetation rate 4msec
    This is the signal which I may get
    Now how do I separate both of these signals in LabVIEW

  • CRVS2010 Beta - Event ID 4353, VS2010 crash when database expert used

    I have been fighting this issue for a few days now.  My co-workers and I just recently received VS 2010 Pro licenses and installed successfully on our desktops.  Then, we all downloaded and installed the CR2010 beta 2.  The other two guys I work with had no problems creating their first reports using CR2010 beta 2, where as I end up with a crashed VS 2010 and an event logged as follows:
    Event Type:     Error
    Event Source:     Crystal Reports
    Event Category:     None
    Event ID:     4353
    Date:          9/13/2010
    Time:          12:00:33 PM
    User:          N/A
    Computer:     KFC-PM-71736
    Description:
    The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
    I have been reading the forum (as best I can with our terrible ISP here) and have not been able to find anything that corrects my issue.  All 3 of us have the same machine and similar products installed (VB 6 with CR, VS 2003 with CR, and VS 2005 with CR).   Again, the other two guys have not experienced any issues.
    Any help would be greatly appreciated.
    I am also trying to work thorugh getting a dump of the process so that I might try and troubleshoot more on my own, but have been unable to get the tools to work out for me (DebugDiag and Process Monitor and attaching process in a second VS 2010).

    That is interesting that the order may have made a difference.
    Anyhow, I don't have a clean machine in which to work from; I really need to get some sort of reports solution working with my VS 2010.  Can you recommend a production level Crystal Reports version that will work with VS 2010?  Maybe something that can be installed side-by-side with the other products I already have installed?
    I thought I might have read somewhere about 2008?
    Thanks for your help.  I felt like I was hitting up against a wall when everyone else seemed to get things to work, yet I all I got was a crashed VS 2010 (when attempting to use the Database Expert).
    Shay

  • Help wanted for modifying script

    This is a new request following an answer from an earlier thread.
    I have got written permition from Steve Wareham to use his script, and get it modifyed to suit my needs. I offered him to do the job for me, but he asked me to pass it on. I don't know anything about scripting, so I would like someone to do the job for me.
    The script is this one from the earlier discussion no. 5799917, kindly modified and posted by Vandy88: http://forums.adobe.com/message/5799917#5799917
    As mentioned in the end, I would like to recieve help on having the script modified to have another option in the dialogbox "Perform operation on" where I can chose a page range for the script to be affecting?
    ie: From page ____ to page ____ .
    I want to use this on long documents with step-by-step instructions, where I sometimes need to remove a step in the middle, and therefore need the numbers changed for the rest of the document. The textboxes with numbers are using Paragraph Styles and are not linked. Due to other reasons it is not a solution to just link the textflow.
    I will pay a reasonable fee for help on this. Please include an estimate on the cost for re-scripting this.
    It needs to work on InDesign CS6 (IE version) and preferable on CC too.

    This is a new request following an answer from an earlier thread.
    I have got written permition from Steve Wareham to use his script, and get it modifyed to suit my needs. I offered him to do the job for me, but he asked me to pass it on. I don't know anything about scripting, so I would like someone to do the job for me.
    The script is this one from the earlier discussion no. 5799917, kindly modified and posted by Vandy88: http://forums.adobe.com/message/5799917#5799917
    As mentioned in the end, I would like to recieve help on having the script modified to have another option in the dialogbox "Perform operation on" where I can chose a page range for the script to be affecting?
    ie: From page ____ to page ____ .
    I want to use this on long documents with step-by-step instructions, where I sometimes need to remove a step in the middle, and therefore need the numbers changed for the rest of the document. The textboxes with numbers are using Paragraph Styles and are not linked. Due to other reasons it is not a solution to just link the textflow.
    I will pay a reasonable fee for help on this. Please include an estimate on the cost for re-scripting this.
    It needs to work on InDesign CS6 (IE version) and preferable on CC too.

  • Some help needed for improrting and editing

    Hi,
    I need a litle help with two issues.
    1) I was trying to edit a photo but when i click the edit button, I can see the photo at the top of the screen in the film strip but not in the edit screen and I have also noticed for this particular picture I cannot view it in full zoom. All I can see is an " ! " mark.
    2) I deleted this picture and tried to import again but iphoto states that it cannot import because it already exists. I tried closed the program, deleting the cache.

    Derek
    It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss
    iPhoto is a database and like any database it needs you to manipulate the data via the app itself, and not via a back door. So, that's why it thinks the pic is still there - because the entry in the database is still there.
    The correct way to remove a pic is to move it to the iPhoto trash and empty the iPhoto trash. This will remove the pic from the database and the HD.
    Now your database base is bunged up you have two choices: one is to return things precisely the way they were the other is to create and populate a new library.
    To create and populate a new library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Assuming you renamed a file to make it easier to find:
    There are three ways (at least) to get files from the iPhoto Window.
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    To upload to MySpace or any site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use THIS
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser. Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
    The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. If you're willing to risk database corruption, you can restore the older functionality simply by right clicking on the iPhoto Library and choosing 'Show Package Contents'. Then simply make an alias to the folders you require and put that alias on the desktop or where ever you want it. Be aware though, that this is a hack and not supported by Apple.
    Regards
    TD

  • Help required for slicing and merging file

    Hi,
    I am working on p2p downloading application based on Gnutella. Right now i am trying to implement downlaoding one file from many hosts at a time(like limewire does). i am able to connect to multiple host. but dont know how to downlaod and merge file for his purpose.
    i know how to download one file from single host. but dont know how to handle file coming from multiple hosts.
    if anyone having knowledge, please tell as soon as possble.

    Hi.
    thanks for the reply. Actually i had something same
    in my mind. but unfortunately i am quite week in
    serializtion and file stuff. If you could provide me
    with code snipet for this, or can just simulate in a
    fewer lines of code, it would be a great help for
    me...i have too much short time...
    i think i really have to study this file
    stuff..........You shouldn't use serialization. Just invent a protocol, and "normal" binary data.
    Kaj

  • Help Required For DropDownByIndex and Table

    Hi All,
       Could anybody help me to solve my problem?
       Actualy I am working with one DropDownByIndex and two
       Tables.Where within one viewset DropDown
       box and one Table(say Table1) are in one view and 
       another one table(say Table2) is in other view.
       DropDown box is  maped with one attribute suppose
       countryName and and Table1 is maped with collageName
       and locationName. So, when I will select the DropDown
       with one countryName then the table1 will show all the
       available collageName and locationName with multiple
       row.
       In other view I mean the Table2 is bind with
       availableCourse and courseDuration this two
       attributes. So whin I will click one row of Table1
       that means one collegeName is selected then the
       Table2 will show the availableCourse and
       courseDuration for that particular college. When I
       will select next row of Table1 then the value of
       Table2 will be different.
       Could anybody help me by sending the code and
       details?
       With Thanks and Regards
       Sudip

    One way is to get lead selected of drop down index , then get lead selected of table1 and pass it via a method to wdDoInit in the 3rd view so that you know what has been clicked in table1 and then accordingly get the data in table2.
    Another way you can do this is to map the tables and drop down index to value nodes and create them in the component controller and then map these value nodes to the respective views. Now when your table2 view is triggered you get the lead selected in the value node of the table1 and accordingly generate the table2.

  • CRVS2010 Beta - Print functionality  for Crystal Report in VS 2010

    I want to print crystal report documrnt without loading in Reportviewer(in ASP.NET 4.0), just print the report document.
    I have used ReportDocument.PrintToPrinter(1, false, 0, 0);This server-based method .One limitation of this method is that a printer name must be specified.  I can set the default printer at design time in the report, and I can change the printer name at run time by setting the ReportDocument.PrintOptions.PrinterName property.this method prints from the server itself, not from the client machine.  This means that any printer I wish to use must be accessible from the server.  I cannot print to a client's desktop printer using this method unless that printer is shared on the network and mapped to the server.
        But I want to print from client machine(in ASP.NET 4.0) which is not accessible from server.
    I need solution and suggessions.
    Than You
    Hrushikesh Patel

    I don't think that this is a Crystal Reports issue as such. All client / server web apps will behave the same way. See [this|http://support.microsoft.com/kb/184291/en-us] MS Kbase for more details and possible solution.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

Maybe you are looking for