Embeddable Designer Control

Post Author: fmenditto
CA Forum: General
Is possible to know at runtime wich field have focus in Embeddable Crystal Reports Designer Control ?
thanks a lot
Filippo

Hi Marcus,
The Embedded Designer Control has always been available but under license only. I believe you have the option to purchase mass keycodes for distribution with your product or you could simply distribute your app runtime only and the end user then purchases a develoepr version of CR to get the runtime files. This covers the licensing for you. If you distribute the runtime you can download the Merge Modules and build a distribution package, check forums, lots of posting on distribution questions.
Check the License file on the CD/DVD. It explains how each version is licensed.
There is no replacement for Embeddable Designer control as of CR 2008. Using RAS it has RCAPI functionality and you bascially build your own report designer using the Add methods in within RAS. Typically it is easier to use a template report and make changes as required but it can create a new report without using a template report.
The other option you have is there is a Java based designer called Eclipse. You can download it and get more info from this link: https://www.sdn.sap.com/irj/boc/crystalreports-java
It has a designer built in also but you need to be an OEM Partner to be able to distribute it.
As for migrating there is no one to one API mapping, there is a white paper somewhere that does have info on how to, but with the changes we are still trying to find it. The order of functions are basically the same but the syntax is completely different. You can download sample app's off this site also as well as the developer help file.
Thats about your only options.
Thanks again
Don

Similar Messages

  • How to Retrieve Embeddable Designer Control Selected Report Objects

    How can I Retrieve Selected IReportObject in Embedded Designer?
    Such:
    Dim ro as IReportObject
    set ro = CRDesignerCtrl1.SelectedObjects(1)
    PLEASE HELP

    You will need to get a RCAPI license. These are for OEM Partners only though.
    I suggest rather than using the Embeddable Designer Control to create your own Designer using RAS ( Report Application Server ). It does mean you'll have to create it from the beginning, there is no starting point.
    The reason why I suggest this is as of CR 2008 the RDC is no longer supported nor distributed. Craxddrt.dll is distrubted but only for using within the .NET IDE itself. It is NOT licensed to be used in and application or for distribution.
    What you should try is the Eclypse Java application which you can get from our download page. It is free and comes with a designer control you may be able to use in an application. It does mean you'll have to learn/program in Java.
    If you are interested go to this link: http://www.sdn.sap.com/irj/boc
    And on the left you'll see a link to Crystal Reports for Eclipse. All you have to do is fill in the info and then download it. For more info I suggest you browse the Java SDK forum.
    Thank you
    Don

  • Embeddable Crystal Reports Designer Control and Visual FoxPro

    Post Author: PaulBtci
    CA Forum: Other
    Hello everyone, I have a problem adding CRXI Embeddable Crystal Reports Designer Control in the run-time. When the following line is being executed, an "Insert Object" dialog pops up. ThisForm.AddObject( "oleDesigner", "olecontrol", "CrystalReports.EmbeddableCrystalReportsDesignerCtrl" ) The control, however, is available in the list, and when selected is added to the form. The above problem does not exist when I add ActiveX ReportViewer. Can anyone help me with this issue? Any help is greatly appreciated. Thanks, Paul

    Good morning,
    I am using  "Embeddable Crystal Reports Designer Control"  Crystal Report 11 with Visual Basic 6.0.
    There is some way for disable the tab "preview the main report"? THis is including in "Embeddable Crystal Reports Designer Control"
    or
    There is some way for update the tab "preview the main report" loaded after other report? Because, the preview is not refresh.
    Thanks
    Buenos días,
    Les comento, estoy utilizando el control "Embeddable Crystal Reports Designer Control" (CRDesignerCtrl11_5) del Crystal Report 11 en un proyecto de Visual Basic 6.0
    Cuando cargo un reporte dos veces, se presenta la "vista previa de informe principal".  Sin embargo cuando vuelvo a cargar otro reporte no se actualiza la "vista previa de informe principal" sino que se queda con la información cargada anteriormente.
    Quisiera saber si existe una forma de acceder al control para actualizar la "vista previa de informe principal", ya que a pesar de dar clic derecho y elegir actualizar no toma los datos del nuevo reporte cargado.
    Y si es posible en todo caso desabilitar la "vista previa de informe principal" o hacerlo invisible para que únicamente se presente la pestaña de "Informe Principal".
    De antemano agradezco su ayuda.

  • How can I use Embeddable Report Designer Control

    Hi, I found that there is an Embeddable Report Designer Control (CRAXDDRT) which end user could open and edit report runtime (rpt file)
    would you please help me use this control in c#.net
    I have Crystal report 2008
    thank you

    You can not use that in .NET and also there is no craxddrt in CR 2008 as there is no COM SDK for CR 2008.
    Currently there is no .NET equivalent to that dll.
    Jason

  • Embeddable Report Designer Control with Windows 7

    I have a couple of questions.
    I am using Crystal Report XI in both Vb6 and VS2005. I am using the COM controls in both. The CRViewer and the Embeddable Report Designer Control. This has been working in XP fine. Not so good in Vista or Windows 7. I am upgrading to Crystal Reports XI R2 Sp6. For viewing reports in VB6 and VS2005 this working fine.
    I know that the Embeddable designer no longer exists in future Crystal Report versions or in the .net versions.
    In VS2005 the Embeddable Report Designer Control does not work in windows 7.
    Is there anything new that needs to be in the code then in the previous versions? What do I need to do to make the Embeddable Report Designer Control work with windows 7 correctly?
    Also I will need the merge modules for Crystal Reports XI R2 Sp6 for both the .net and RDC. Are they avalible?
    I need to be able to modify reports within the application. My clients have to be able modify existing reports to match state and federal laws and rules.

    Crystal Reports XI R2 Sp6 supports WIN 7, so it should work, though as far as I am concerned, the Embeddable Report Designer Control was always flaky. Also, it may be possible (perhaps even likely) that the RDC components were not tested by QA on WIN 7.
    What is the actual issue you are seeing? (errors, behavior, etc.)
    Are you seeing the issue on a development computer or after you deploy the runtime? I am assuming this is your dev box as you are asking about CR XI SP6 msm files, but I have to be sure.
    If at all possible, do not use the RDC in .NET. The RDC was never tested in .NET and thus is not supported. It may work, but using the Embeddable Report Designer Control in .NET gives me the creeps...
    See if you can get this to work in VB 6 first. If not, you at least have an escalation path for a fix. You do not have an escalation path with RDC in .NET. Please note that if a fix is accepted by R&D, the usual time frame for release of a fix is 6+ months.
    For the future, you will have to look into using the RAS report creation APIs in .NET. This will give you similar report creation abilities at runtime as the Embeddable Report Designer.
    Ludek

  • How to use the embeddable designer in VB6

    I realize that I'm late to the party, but ......
    I use Visual Basic 6 and CR XI. I do NOT design my reports with the embedded designer in the VB6 UI but rather build them in CR XI as rpt files and then have a viewer app in my VB6 code that displays the report(s) to the CR XI Viewer control.
    I have looked at the sample that uses the embeddable designer in the VB6 UI and am intrigued.  It looks to me like there would be a designer object for each report.  In an app with multiple report capability, would I have a separate designer object for each report?  The default viewer code that launches when a designer is added to the VB project seems very tied to the designer.  I'd like to have one viewer form and multiple designers.  Does anyone have sample code that would demonstrate this?
    Thanks.

    Hello John,
    your question is more developer related.
    Please add your new question in the right [dev forum|https://www.sdn.sap.com/irj/sdn/businessobjects-sdk-forum].
    To answer this question : Yes it is possible to create MDI application with multiple viewer and embedded designer. Each viewer can have its own designer, no problem.
    I would not have code for VB as lots of programmers prefers C++ for those tasks.
    If needed I can send you  C++ sample for CR XI R2 for the RDC.
    In addition, it is even easier to use the new .NET platform to create projects like this.
    Please find some starting ideas in code on our [dev site|https://boc.sdn.sap.com/dotnet/samples].
    Best regards

  • Report Designer Control - Redistribution Issue

    Hi:
    I use Report Designer Control(RDC) in my program to allow user to modify reports.  I made a build and installed the build but when I try to access report designer from program I am getting the error about license. 
    "This system does not have a valid license, or the evaluation  copy of the license has expired. Please contact Business Objects to obtain a Report Design Control license."
    I do have valid KeyCode for RDC and i am supplying the same for the merge module too.
    My Development Environment
    Operating System            :     Windows XP (SP 2)
    IDE                                 :     VS 2005 Professional
    Crystal Reports                :      XI Release 2 Developer
    Deployment Software        :      InstallShield 12 Premier
    Can anyone please tell me why I am getting above message, I can able to distribute Report Designer Control with Crystal Reports 9 version without any problems, but it is not working with Crystal Reports XI.
    Thanks in Advance,
    Sriram.

    Hello,
    The Report Designer Component (RDC) was never designed to work in Visual Studios .NET.  This is because the RDC is an ActiveX COM component and Microsoft has been moving away from ActiveX.
    It is also my experience that RCAPI applications - "to allow user to modify reports" - will not work in a Visual Studios application.
    It is possible you're getting your error if you had an original CR XI (v11.0) keycode and upgraded to CR XI R2 (v11.5).  Original CR XI (v11.0) keycodes will not work. CR XI (v11.0) keycodes do not "unlock" RCAPI functionality in CR XI R2 (v11.5).  If you upgraded from CR XI (v11.0) to CR XI R2 (v11.5) you likely have an original CR XI (v11.0) keycode.  You will need to get a new CR XI R2 keycode from Business Objects.  You can contact the Customer Care team by email - customercareamericas @ businessobjects.com (rebuild the email address) - or by phone - 800-877-2340, option 5.  If they need additional information you can ask them to contact me.  I'm on the Developer Support team and they should be able to contact me internally.
    If you have an original CR XI R2 (v11.5) keycode please make sure to update to at least Service Pack 2 and download updated RDC merge modules from the [Business Objects Software Download Page|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm].
    Please remember that even if you get a new, original CR XI R2 keycode, and/or update your merge modules  you may still not be able to get your VS2005 RCAPI RDC application working.
    Sincerely,
    Dan Kelleher

  • Premiere Pro CC 5 支援 Blackmagic Design Control Panel.

    我在去年試用2014 Premiere Pro CC時.可以使用我之前安裝的Blackmagic Design Control Panel. 但今年初向Adobe 購買2014 Premiere Pro CC使用時.卻發現編輯無法使用Blackmagic Design Control Panel來預覽畫面.此問題一直困擾著我.

    Hi Piero,
    Here's a few ideas you can try.
    1. Place your Blackmagic card in slot 2
    2. Set your OS system sound to Built-in or Line out audio
    3. Set your buffer size to 1024
    4. If those settings fail to help you can place the 9.7.3 plugins into the CC folder. Here's how:
    Mac:
    Copy from:
    /Library/Application Support/Adobe/Common/Plug-ins/CS6/MediaCore
    Paste to:
    /Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore
    Hope that is helpful. Let us know how it goes.
    Peter Garaway
    Adobe
    Premiere Pro

  • Designer Control Problem

    Hey Guys
    I am having a problem and hope you can help to fix it up
    Here is the code i use to open a new Report Using RDC XI with VB6
    Set m_Report = Nothing
    Set m_Report = m_Application.NewReport
    CRDesignerCtrl1.ReportObject = m_Report
    The Above Statements work fine when New Report is created for the first time.
    The Problem is at run time, when i create another new Report (Using Statements above mentioned) Designer Control automaticaly opens its Preview Window tab "Main Report Preview", which was hidden earlier
    As I am using My own Viewrer Control, I don't want this Tab to be opened. I have searched a lot but yet to find any help
    Kindly let me know what can i do TO NOT LET IT OPEN
    Your Cooperation will be very much appreciated!

    Hi Abdul,
    Please don't post multiple times it's the exact same questions as : Designer Control automaticaly opens its Preview Window
    Thanks
    Don

  • Designer Control automaticaly opens its Preview Window

    Hey Guys
    I am having a problem and hope you can help to fix it up
    Here is the code i use to open a new Report Using RDC XI with VB6
    Set m_Report = Nothing
    Set m_Report = m_Application.NewReport
    CRDesignerCtrl1.ReportObject = m_Report
    The Above Statements work fine when New Report is created for the first time.
    The Problem is at run time, when i create another new Report (Using Statements above mentioned) Designer Control automaticaly opens its Preview Window tab "Main Report Preview".
    As I am using My own Viewrer Control, I don't want this Tab to be opened. I have searched a lot but yet to find any help
    Kindly let me know what can i do TO NOT LET IT OPEN
    Your Cooperation will be very much appreciated!

    Thank Ludek for your responce..
    Let me explain code
    Referecnes Added:
    Crystal Reports Active X Designer Design And Run-Time Library 11.5
    Embedable Crystal report Designer Control libaray 11.5
    Crystal Active X Report viewere Library 11.5
    Code
    Dim m_Application As New CRAXDDRT.Application
    Dim m_Report As CRAXDDRT.Report
    ' Code Executed for new Report Button
    Set m_Report = Nothing
    Set m_Report = m_Application.NewReport
    CRDesignerCtrl1.ReportObject = m_Report
    '  Set the report source.
    CRViewer1.ReportSource = m_Report
    '  Set the viewer to view the report.
    CRViewer1.ViewReport
    CRViewer1.Zoom 1
    When this code is executed for the 1st time (If i click New Report Button) It works fine. but if I click New Report button again  "Main Report Preview" tab of Embedable Designer Controls opens automatically. This tab is opened precisely for execution of this statement
    CRDesignerCtrl1.ReportObject = m_Report
    More to add, if i click New Report Button again, it raises error "Index out of range".
    If hope this explain my situation, if there is anything else, let me know.
    Your help will very much be appreciated!
    Abdul Rehman

  • Design control and simulation palette

    After hitting Next bottoms and succesfully installation for Design control and simulation toolkit , when I launchำก Labview programme  there is nothing in this function and the palette is blank. Anyone knows what happen.  I use Labview 2013 student edition 64 bit(free 6 months version). Thanks in advance+++
    Solved!
    Go to Solution.

    Do you truely have the 64bit version of LabVIEw installed?
    If you do, then you will not be able to use this module.
    It is only valid for 32bit LabVIEW.
    You can see the system requirements here:
    http://www.ni.com/labview/requirements/#cds
    You can try to install 32bit version of LabVIEW and then install the module.

  • Legal: Reuse RDL Object Model from decompiled Microsoft.ReportingServices.Designer.Controls.dll

    Hi,
    We need to create complex RDLs from code, from scratch and be able to modify existing one.
    The ideal solution is to use RDL Object Model classes from the Microsoft.ReportingServices.Designer.Controls.dll that ships with SSRS 2012.
    Unfortunately that dll is only for x86 and requires lots of depdendencies.
    One of our devs, decompiled that dll and extracted only RDL OM classes, packed into new DLL and made it Any CPU-enabled.
    I do not allowed this approach and wanted to find out first - is it legal doing this? The dll is going to be installed on our IIS-boxes.
    The RDL standard is open so theoretically, re-using plain RDL-OM classes should be legal.
    Thanks,
    Alex

    Hi Alex,
    It’s illegal if you want to reuse RDL Object Model through decompiling Microsoft.ReportingServices.Designer.Controls.dll.
    Regards,
    Heidi Duan
    If you have any feedback on our support, please click
    here.
    Heidi Duan
    TechNet Community Support

  • CR Report Designer Control ActiveX

    If I remember well, 10 years ago, I saw somewhere a Crystal Reports Designer Component (Active X Control), which could be put on a VB6-Form to design new reports from a 3rd-party-application. Special End-User-Licenses were required... I can't remember the original name (perhaps mamba...?).
    Does there still exists a such control? I can't find any info again....
    What about CR 2008, does there exists something similar?
    Tx,
    Patrick

    Hi Patrick,
    That's going back a long time. It may be the RDC, it was the only ActiveX control that I recall we ever had. It's no longer available in CR 2008, RDC and it's complimentary ActiveX Viewer last shipped in CR XI R2.
    Only thing available in CR 2008 is the CrystalDecisions.Windows.Forms which can be dropped into a form for a Desktop application. Or there is also a Java based viewer using the JRC.
    Thank you
    Don

  • Designer/control item   :CG$CTRL.CGU$SYSDATE

    Good morning!
    Any lead as to why form generator does not included the
    control block CG$CTRL (which is part of the template) and it's generator items (CG$US...CG$DT...)in the generated form...?
    designer 6.5.91.0.10 with headstart template package 2.1.2
    Message was edited by:
    mictur
    Message was edited by:
    mictur

    THERE ARE SOME BUILT INS NOT ALLOWED TO BE USED IN ENTER-QUERY-MODE LIKE GO_BLOCK, GO_ITEM, LIST_VALUES, SOME OF THEM COULD BE PART OF THE LOV. THIS IS THE DEFAULT BEHAVIOR OF QUERY-MODE WITH NAVIGABLE BUILT INS.

  • Form design controls

    Hi Experts...
    Is there any way to find screen design, I am able to find xml of the screen, but i would like find this data from table. I mean  what table contains the data of labels and text boxes and all the controls for screen
    Please help me.
    thanks
    kv

    Hello Venkat,
    LRF stores the GUI strings only, not the form or menu design info, which are stored in B1_Resource.DLL.
    Don't try to change LRF. There is no way to change LRF outside SAP.
    I know you are going to develop a new addon, while exploring all COM object sounds good.
    Again, the more clear and specific you state the question, the more answer from others.
    In order to help each other, so we need to know the scenario.  : )
    Kind Regards
    -Yatsea

Maybe you are looking for

  • Open hub sapace problem.

    Hi all, while i am executing a process chain which is having openhubdestination as UNIX file i am getting an error like"Resource bottleneck The current program "CL_RSB_FILE_APPLSRV===========CP" had to be terminated  because a capacity limit has been

  • Making the standard AC_FL_RunContent script fallback friendly

    I use the normal "AC-FL_RunContent insert Media Flash" script to show off my flash-ads. But if the reader doesnt have flash they are "forced" to install/upgrade flash. I want the user to be presented with a gif/jpg instead aka fallback. Do you got so

  • Change security questions and email.

    I have two problems: First, I can't remember my two security questions. I enter what I thought would be the correct answers and it is telling me it's not. Second, my step daughter "high-jacked" the account and changed all the email addresses to her,

  • Oracle 10g TNS listener service

    Hi Friends, I have installed Oracle 10g in my windows vista. When i try to start TNS listener through services window manually, it is giving the below error. "windows could not start the OracleOraDb10g_home1TNSListener service on Local Computer. Erro

  • Preventing Extend Features for Reader when distributing form

    I am distributing a form created in LiveCycle and will have the form responses automatically tracked on an internal server. The distributed form is not sent out via email, but rather stored on the shared internal server. With Acrobat Pro 9, the distr