Using the Eclipse QuickDiff on a custom project-nature

Hi!
I'm rather new to the eclipse-plug-in development, and I'm currently trying to implement a refactoring for my own project nature.
It should be similar to the refactoring in the Java-Editor, but I don't know how to invoke (and extend) the Eclipse QuickDiff viewer programmatically (not with a user action).
Has anybody done something similar yet and can provide me with some hints or links for the start?
What classes do I have to look for, and how do I use them?
thanks in advance

Hi Ariel71,
Could you please upload your sample MEF project in
OneDrive and share the link so that I can easily reproduce your problem?
Thanks very much!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • [svn] 656: Added a short readme explaining how to use the Eclipse projects.

    Revision: 656
    Author: [email protected]
    Date: 2008-02-26 09:38:38 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Added a short readme explaining how to use the Eclipse projects.
    Added Paths:
    flex/sdk/trunk/development/eclipse/readme.txt

    Revision: 656
    Author: [email protected]
    Date: 2008-02-26 09:38:38 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Added a short readme explaining how to use the Eclipse projects.
    Added Paths:
    flex/sdk/trunk/development/eclipse/readme.txt

  • 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will i have to continue using the previous version to complete older projects?

    Final Cut Pro X 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will I have to continue using the previous version to complete older projects? the only foreseeable solution is to begin any new projects on 10.2 or importing footage on 10.2 and starting form scratch--which is something i definitely don't want to do or have time to do. ANY advice, thoughts, or opinions would be greatly appreciated! Thank you!
    Running 10.10.3 // MacBook Pro (Retina, 15-inch, Early 2013) // 2.4 GHz Intel Core i7 // 8 GB 1600 MHz DDR3

    Exactly the same problem with me.
    Some other threads advice to remove fonts, clean the caches, remove add ins but nothing works consistenty, for some it looks like it works, for me it failed.
    What I did not try yet, was to move the Render files out of the malicious library to trash.

  • How to re-use the Property Editor in a custom development?

    Hi,
    I would like to re-use the Property Editor in a new project.
    Is this possible and where do I have to start?
    Is it possible to use the enhancement technology on this new editor?
    thanks for your help,
    Jan

    Hi
    [Click Here|https://www.sdn.sap.com/irj/sdn/articles-topic?rid=/webcontent/uuid/7082f9fc-070d-2a10-88a2-a82b12cea93c&startindex=121]
    Reagrds
    pavan

  • While creating Projects Using the API, get two errors: 'Customer name must be passed' and 'class category is invalid'

    Hi
    While trying to Create Projects using the API, I'm getting two types of errors -
    The first is : 'API failed in one stage 1 Customer Name is a mandatory Quick Entry field. Value must be passed'
    The second is : '
    'API failed in one stage 1 Project: '<Project_Number>'
    The class category is invalid.'
    Both the messages are produced by our custom program. .. however I am not able to understand why the underlying errors occur.
    The first error ( Customer Name is a mandatory quick entry field), is caused by Projects that are to be created from Project templates where it is configured with Quick Entry Customer Name required. We are passing Customer Site number ( Party Bill to site number and Party Ship to side number). The site numbers being passed are also set as 'Primary'. Yet they are failing.
    For the second Error ( The Class Category is invalid), I rechecked multiple times, the Class categories for the Projects I am trying to create, with the Config in R12 and they are fine. Can't understand the reason for these two issues. Has anyone encountered such an issue ? If so how was it resolved?
    Regards
    Vivek

    HI All
    I resolved both the issues. In case there are others facing similar issues, following was the cause and resolution of my errors
    1. Error 1: Customer Name is a Mandatory Quick Entry field. Value must be passed.
    The cause was that the data loaded into our custom staging table was not in the right fields. This was because the data file values and the CTL were not in sync.
    Resolution:
    Corrected the data file to be in Sync with the structure defined in the CTL and  this loaded it successfully
    2. Error 2: The class category is invalid.
    The cause of this error was that  in the  Projects Template (used to create the project from), the Quick Entry setup had a Class Category set as required and I was not passing a value ( a class code value) for that Class Category.
    Hope this helps somebody else
    Cheers
    Turnbill

  • Sample application using the Eclipse BIRT schema

    <p>Somaco have produced a sample application based upon the Eclipse BIRT example schema (customers, orders, products, etc). Hopefully this will be of some use to new-to-Spring developers looking for other example applications and sample applications.</p>
    <p>So far we're tested/run the sample application on Tomcat, using JOTM transactions against the MySQL version of the BIRT schema. We'd like to (a) offer the sample application to those Weblogic users looking for sample applications (other than petstore), and (b) get some feedback on the sample application from Weblogic users - both for the deployment and for the app itself.</p>
    <p>
    The sample application uses the following Spring MVC Framework features:</p>
    <ul>
    <li>Various Spring controllers including: SimpleFormController, AbstractWizardFormController, and MultiActionController.</li>
    <li>Validation and Custom Editors (including a CustomTimestampEditor for java.sql.Timestamp fields).</li>
    <li>Clearly tiered application design with web, application and persistence tiers.</li>
    <li>Ibatis/DB persistence tier using result maps, correlated result maps, dynamic and iterative map definitions.</li>
    <li>Simple QBE on text fields.</li>
    <li>Externalised messages (for i18n/l10n).</li>
    <li>WAI-friendly page structure (e.g. CSS2 styling, use of divs, not tables).</li>
    <li>Declarative JOTM transactions.</li>
    </ul>
    <p>The sample application was created using the Somaco Software Production service.</p>
    <p>Follow the link from the Somaco home page to download the application (~4.1 MB).</p>
    <p>No registration required. Feedback would be appreciated. Enjoy.</p>
    <p>Cheers - John</p>

    <p>Somaco have produced a sample application based upon the Eclipse BIRT example schema (customers, orders, products, etc). Hopefully this will be of some use to new-to-Spring developers looking for other example applications and sample applications.</p>
    <p>So far we're tested/run the sample application on Tomcat, using JOTM transactions against the MySQL version of the BIRT schema. We'd like to (a) offer the sample application to those Weblogic users looking for sample applications (other than petstore), and (b) get some feedback on the sample application from Weblogic users - both for the deployment and for the app itself.</p>
    <p>
    The sample application uses the following Spring MVC Framework features:</p>
    <ul>
    <li>Various Spring controllers including: SimpleFormController, AbstractWizardFormController, and MultiActionController.</li>
    <li>Validation and Custom Editors (including a CustomTimestampEditor for java.sql.Timestamp fields).</li>
    <li>Clearly tiered application design with web, application and persistence tiers.</li>
    <li>Ibatis/DB persistence tier using result maps, correlated result maps, dynamic and iterative map definitions.</li>
    <li>Simple QBE on text fields.</li>
    <li>Externalised messages (for i18n/l10n).</li>
    <li>WAI-friendly page structure (e.g. CSS2 styling, use of divs, not tables).</li>
    <li>Declarative JOTM transactions.</li>
    </ul>
    <p>The sample application was created using the Somaco Software Production service.</p>
    <p>Follow the link from the Somaco home page to download the application (~4.1 MB).</p>
    <p>No registration required. Feedback would be appreciated. Enjoy.</p>
    <p>Cheers - John</p>

  • Issue using the Eclipse report designer with Derby Client JDBC Driver

    All I am trying to do is add a table to a blank report using the Crystal reports Eclipse plugin. The database is connected successfully in Eclipse using the Derby Client JDBC Driver, but when I try to drag a table from the database over to my blank report, I get the following error:
    <br />
    <br />
    <br />
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Could not Add Object.
    java.lang.ExceptionInInitializerError---- Error code:-2147215362 Error code name:unknownError
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(ReportSDKException.java:65)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.throwExecFailure(ReportCommand.java:253)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.internalDoCommand(ReportCommand.java:126)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.execute(ReportCommand.java:237)
         at com.businessobjects.crystalreports.designer.uibase.gef.commands.CoreCommand.execute(CoreCommand.java:70)
         at com.businessobjects.crystalreports.designer.dseintegration.DSEDropHandler.drop(DSEDropHandler.java:114)
         at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
         at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209)
         at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
         at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
         at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
         at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258)
         at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
         at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
         at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363)
         at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289)
         at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.ExceptionInInitializerError---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:741)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(ExecutorWithIdleProcessing.java:182)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(PriorityTask.java:75)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(PriorityCompoundCancellableRunnable.java:187)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(PriorityProgressAwareRunnable.java:90)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(PriorityCompoundCancellableRunnable.java:144)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$IdleTask.run(ExecutorWithIdleProcessing.java:320)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.do(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)
         at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)
         at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1771)
         at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:491)
         at com.crystaldecisions.reports.queryengine.Connection.t1(SourceFile:2978)
         at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2403)
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
         at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
         ... 16 more
    Caused by: java.lang.SecurityException: sealing violation: package org.apache.derby.impl.store.access.sort is sealed
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at org.apache.derby.impl.services.monitor.BaseMonitor.getImplementations(Unknown Source)
         at org.apache.derby.impl.services.monitor.BaseMonitor.getDefaultImplementations(Unknown Source)
         at org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source)
         at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown Source)
         at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown Source)
         at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
         at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
         at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(Unknown Source)
         ... 36 more
    <br/>
    <br />
    <br />
    If anyone can help me figure out what I am doing wrong, it would be much appreciated.
    Edited by: cehowell on Jan 28, 2011 3:34 PM

    Ted,
    When I connect to the Derby database in Eclipse using the embedded driver, I can successfully drag and drop tables to create a report. This driver uses the derby.jar file and has no package sealing violations popping up.
    <br/>
    <br/>
    When specifying a driver for a new derby database in Eclipse, the default Derby client driver expects to use the derbyclient.jar driver file. If I only specify this as the driver file this is the error I get:
    <br/>
    <br/>
    <br/>
    <code>
    java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.net.FactoryURLClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.businessobjects.crystalreports.designer.dseintegration.DataAccessHelper.setupJRCConfiguration(DataAccessHelper.java:124)
    at com.businessobjects.crystalreports.designer.dseintegration.DataAccessHelper.createTable(DataAccessHelper.java:188)
    at com.businessobjects.crystalreports.designer.dseintegration.DataAccessHelper.createTable(DataAccessHelper.java:78)
    at com.businessobjects.crystalreports.designer.dseintegration.TableCreationFactory.getNewObject(TableCreationFactory.java:116)
    at com.businessobjects.crystalreports.designer.dseintegration.DSEDropHandler.drop(DSEDropHandler.java:103)
    at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
    at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209)
    at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
    at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
    at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
    at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
    at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363)
    at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289)
    at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    </code>
    <br/>
    <br/>
    <br/>
    and:
    <br/>
    <br/>
    <br/>
    <code>
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Could not Add Object.
    Unexpected database connector error---- Error code:-2147215362 Error code name:unknownError
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(ReportSDKException.java:65)
    at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.throwExecFailure(ReportCommand.java:253)
    at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.internalDoCommand(ReportCommand.java:126)
    at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.execute(ReportCommand.java:237)
    at com.businessobjects.crystalreports.designer.uibase.gef.commands.CoreCommand.execute(CoreCommand.java:70)
    at com.businessobjects.crystalreports.designer.dseintegration.DSEDropHandler.drop(DSEDropHandler.java:114)
    at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
    at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209)
    at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
    at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
    at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
    at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
    at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363)
    at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289)
    at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected database connector error---- Error code:-2147467259 Error code name:failed
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2285)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2305)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:737)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(ExecutorWithIdleProcessing.java:182)
    at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
    at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(PriorityTask.java:75)
    at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(PriorityCompoundCancellableRunnable.java:187)
    at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(PriorityProgressAwareRunnable.java:90)
    at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(PriorityCompoundCancellableRunnable.java:144)
    at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
    at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$IdleTask.run(ExecutorWithIdleProcessing.java:320)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.reports.common.QueryEngineException: Unexpected database connector error
    at com.crystaldecisions.reports.queryengine.Connection.a(SourceFile:1861)
    at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1800)
    at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:491)
    at com.crystaldecisions.reports.queryengine.Connection.t1(SourceFile:2978)
    at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2403)
    at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
    at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
    at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
    at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
    at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1167)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
    ... 16 more
    Caused by: com.businessobjects.reports.jdbinterface.common.DBException: Unexpected database connector error
    at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)
    at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)
    at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1771)
    ... 26 more
    </code>
    <br/>
    <br/>
    <br/>
    The error I initially posted resulted after I added the derby.jar as a driver file in addition to the derbyclient.jar, which I don't think is supposed to be done now that I am thinking about it, but I did it because of the class not found exception above. Is this perhaps simply a bug that it is trying to utilize the derby.jar embedded driver when the client driver should be used instead? Or am I doing something wrong myself?
    <br/>
    <br/>
    Thank you for your help.

  • Why can't I use the iLife music with my iDVD project?

    I thought I had been able to use some of the standard music that comes with iLife in my iDVD project, but now I can't figure out how to do that. Did an update make this not possible, or am I just going about it wrong? (For example, I'd like to use the "Lazy Day" sound clip as a background sound for one of the menus.)

    My error.:( The sample music folder was in iPhoto. If you look inside the iPhoto and iMovie applications in the Resource folder you'll find a Music folder (iPhoto) and a iMovie Sound Effects folder that contain the various sample audio tracks. You can COPY them to a folder on the desktop and import into iTunes, put them in an playlist and access them that way. I'm sure Garageband will have a number of loops or sample tracks that you can copy also.
    If you're looking for some audio to use try http://www.freeplaymusic.com/. They have tons of free audio tracks, jazz, country, alternative, blues, business & finance, children's, hard rock, instrumental, etc. They come in 30 sec., 60 sec. and full length for each song.

  • Create a customer code using the First letter of a customer name and the last 4 digits of a phone number

    I am trying to create a form where one the customer has input their name and phone number it should grab the first letter of the customer's name and then the last 4 digits of the phone number.
    I am not very good at coding, and have VERY VERY limited background in coding. I understand a little (the basics pretty much).
    I am thinking i am not using the right expression to get what i want. Below is the statement I have write. This is just to find the first letter of the name, have an idea on how to get the phone number but i was trying the use the "left" and "right" functions but they wouldn't work. More specifically the left.
    form1.#subform[0].CustCode::initialize - (JavaScript, client)
    str = CustName;
    var a = str.substr(0, 1);
    any help would be greatly appreciated.
    If more information is needed, please don't hesitate to ask.

    If you switch your language to FormCalc you can use the Left and Right functions, e.g.
    Concat(Left(Name,1) , Right(Phone,4))

  • Can I use the same scrollpane twice in my project?

    I am creating a project that has 3 scenes. 1 scene has a movieclip. Inside the movieclip, I have a scrollpane that generates dynamic text called welcome_scroll. The file runs fine when I test it displaying the scrollpane window and loading the text. However, I need to use the same scrollpane with the same dynamic text in Scene 2 titled Home in the main timeline. So I copied and pasted the scrollpane into scene 2's main timeline. When I test it, Scene 1 runs fine, but Scene 2 only displays the scrollpane with no text. Plus I get an error message:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Maritime_splashpage_01_fla::MainTimeline/__setProp___id1__home_scrollpane_0()
    at Maritime_splashpage_01_fla::MainTimeline/frame1()
    Error #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL: file:///C|/Documents%20and%20Settings/username/Desktop/welcome_scroll
    I tried once test. I decided to delete the scrollpane in Scene 1's movieclip thinking that using the scrollpane twice was the problem. But that did not work. Scene 2 stills gives me an error message with just scrollpane and no text.
    I was also thinking of duplicating the scrollpane in the library with a different name but not sure if that is efficient or the solution. If that is the case, would I have to duplicate the the dynamic text movieclip in addition changing the actionscript to reflect the changes?
    It's just a headache for me thinking Flash would be efficient in allowing you to reuse the scrollpane with the same dynamic elsewhere in my project.

    Below is the only code that I had to create which is basically variables for the textfield's point size and fonts to use that I embedded into the library for runtime. The way I was able to get the scrollpane to load the movieclip is by first creating a movieclip, drawing a textfield, naming the textfield instance called welcomeField, creating the actionscript in frame 1 of the movieclip (which you will see below), then setting up the properties of the movieclip by checking Export for Actionscript and Export in frame 1. The class and base class automatically created the names. I copied the class name and entered that into the source field of the component inspector of the scrollpane. That was it.
    var myFont1:Font = new Font6();
    var myFormat1:TextFormat = new TextFormat();
    myFormat1.font = myFont1.fontName;
    myFormat1.size = 15;
    var welcomeField:TextField;
    welcomeField.autoSize = TextFieldAutoSize.LEFT;
    welcomeField.defaultTextFormat = myFormat1;
    welcomeField.embedFonts = true;
    welcomeField.antiAliasType = AntiAliasType.ADVANCED;
    welcomeField.text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et viverra sapien. Quisque lacinia velit in diam tempor at aliquam nisi tincidunt. Maecenas ut libero enim, eget viverra ligula. Suspendisse potenti. Quisque ut enim lobortis tortor pulvinar lobortis sed lacinia turpis. Nunc quis eros nunc. Curabitur quis tortor neque, in suscipit libero. Duis sit amet nisl lectus, eleifend imperdiet ligula. Integer vestibulum blandit nisi ut tincidunt. Praesent sapien magna, vestibulum sit amet pellentesque a, auctor vitae tellus. Sed dignissim neque non dolor malesuada volutpat. In hac habitasse platea dictumst. Pellentesque pulvinar imperdiet facilisis. Aenean tincidunt magna in turpis euismod ac imperdiet lectus luctus. Sed aliquam semper urna vel ultricies. Proin posuere lacinia ligula vel tincidunt. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu velit ac ante euismod elementum.\n\nAliquam erat volutpat. Praesent a dolor a leo imperdiet ultricies. Maecenas rutrum varius mi nec bibendum. Proin in leo quam, in mollis quam. In laoreet, lacus sed elementum volutpat, velit elit condimentum lorem, faucibus hendrerit est ante id metus. Morbi sed purus ac felis laoreet rhoncus. Donec a felis vitae ligula pharetra vestibulum. Vivamus vehicula aliquet mauris ut posuere. Aenean eget lacus est. Donec lacinia mi vel tellus blandit luctus ac id lectus. Vivamus pharetra felis ac massa cursus hendrerit. Nulla elementum sagittis turpis in laoreet. Nunc tempor felis ut est fringilla cursus. Praesent in rhoncus velit. Aliquam fringilla felis non tortor auctor sit amet euismod velit dictum. Donec ligula eros, suscipit et egestas eget, ultricies ut dui. Integer et lorem felis, at tincidunt ante. Suspendisse tincidunt ultrices sapien. Nunc nibh elit, varius ut viverra quis, fringilla et sem. Duis nec mattis massa.\n\nVivamus interdum auctor diam, id dignissim risus iaculis convallis. Phasellus ac sagittis elit. Aenean est metus, tincidunt in suscipit ornare, vestibulum at massa. Sed ut enim a orci pharetra adipiscing. Proin quis neque sapien. Sed nec vehicula dolor. Nunc metus urna, adipiscing a euismod pharetra, vehicula eu nibh. Etiam a augue in velit auctor commodo. Nulla dictum tempor faucibus. Nunc porta bibendum ante eget condimentum. Sed in ipsum nec dolor malesuada tristique ac sed lorem. Donec nec tortor lacus, sodales dignissim nisl. Curabitur lacus orci, lacinia in dignissim eu, sodales ac ipsum. Nunc viverra magna at erat molestie non ultrices ipsum faucibus.";

  • How do I speak to a live person using the prepaid 888-294-6804 customer service line?

    I am trying to port an old number to Verizon and apparently need to speak with a representative directly to do so.  I have listened to every option (I mean . . . I think?  There are a lot of menus to go through over and over) and I only ever get sent to an automated response which then directs me back to a previous menu.  If I push "0" or "#", I get "Let's try that again" and it repeats the menu.  If I try it enough times, it says "We are sorry you are having trouble.  Thank you.  Goodbye" and disconnects. 
    The only workaround success I have had was using VW phone with a business account to get a rep and then get transferred over.  Except that I then got disconnected after being on hold for 10 minutes. 
    Am I missing something?

    Hey Pamela,
    Your right...it's not good when you can't get a live person on the phone without having to reach out to people blogging their frustrations over the same thing. Absolutely the WORST customer service auto attendant EVER! To hang up on a caller because they dialed zero is just inexcusable. It tells me Verizon Wireless could care less if I received help.
    Well thanks to Jeremy1129 I was able to finally reach a live person over the phone. And I'm sure those people hate their jobs because don't you think I expressed my complete dissatisfaction with trying to reach a live person over the phone.
    Verizon is just too **** big.

  • Creating a custom link using the Action Wizard

    Hi everyone! I hope someone can help me.
    I would like to create an action, using the Action Wizard, to make custom links. I work with extremely large PDF documents at a major airline. I am in charge of watermarking and linking all support manuals for the airplanes. We have a custom watermark that we apply to particular pages, and also link them to updated pages on our own private server. I think the linking process could be made faster with a custom action.
    Currently I use this code:
    app.launchURL("CODE", true)
    The "code" is the web address of the document online. This works fine, however, I still have to click the link button, reposition the link, and edit the code for the particular page. Then I have to do that hundreds of times a week.
    I'd like a link action, where I can click one button and the link is perfectly drawn and placed in the exact location I require (this never changes; The link is always the same size and in the same location). I'd like this to work the same as my custom watermark action works. With my watermark action, I simply specified where the watermark went on the page, what type size, color, etc. using javascript. I'm hoping I can do the same thing with a link; Simply state what diminsions the link box needs to be and where it's located on the page.
    If this is possible, I'd be able to do both in one click; Apply my watermark with a link box already drawn on top of it. Then all I'd need to do is edit the link with the web address of the file I'm linking to.
    I hope this makes sense. Any help would be appreciated!
    Matthew~

    Okay, I'm really close to what I want. If you could help me with this one little thing, I'll be golden.
    My watermark is text that says "See Supplemental Information". I'm using a script that finds words and draws a link around them. That's perfect for me, except I need to search for the entire phrase "See Supplemental Information".
    Here is my code:
    /* LINKING */
    for (var p = 0; p < this.numPages; p++)
                        var numWords = this.getPageNumWords(p);
                        for (var i=3; i<numWords; )
                                  var ckWord = this.getPageNthWord(p, i, true);
                                  if ( ckWord == "See Supplemental Information")
                                            var q = this.getPageNthWordQuads(p, i);
                                            // Convert quads in default user space to rotated
                                            // User space used by Links.
                                            m = (new Matrix2D).fromRotated(this,p);
                                            mInv = m.invert()
                                            r = mInv.transform(q)
                                            r=r.toString()
                                            r = r.split(",");
                                            l = addLink(p, [r[4], r[5], r[2], r[3]]);
                                            l.borderColor = color.red;
                                            l.borderWidth = 1;
                                            l.setAction("app.launchURL('https://website.com', true)");
    The code works if I only search for one word, but when I try to search for a phrase, it doesn't do anything. Is there a way to search for an entire phrase like what I need?
    Thanks for all your help.
    Matthew~

  • Eclipse 3.1 & web tools project & NITROX

    Hi,
    I'm using the eclipse wtp; the included jsp editor is very bad. I would prefer using Nitrox. but whenever I open a jsp file I get the error msg below. The opened jsp file is in the webroot directory (WebContent).
    Anyway why isn't it possible to edit jsps outside the Webroot dir? I have linked jsps from an external drive to eclipse; I cannot map this to the webroot, only to the project root. This is nececssary to edit open market CMS files.
    Please help!
    Unable to create editor. This message may be due to a bug in the editor, not a problem with the file you are trying to edit. First close this error message and then use "Open With..." to open the file in a different editor. Reason for the failure:
    The NitroX editor can only be used with the pages located in the Web Application Root directory.
    The Web Application Root directory is the directory containing the WEB-INF folder.
    The text editor is being used instead.
    org.eclipse.ui.PartInitException:
    The NitroX editor can only be used with the pages located in the Web Application Root directory.
    The Web Application Root directory is the directory containing the WEB-INF folder.
    The text editor is being used instead.
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.init(Unknown Source)

    Hi,
    NitroX currently supports a war directory structure. In a project the Web Application Root is the directory containing the WEB-INF folder (which should contain the web.xml file).
    All web app resources (JSP files, image, css files, etc) are expected to be under the Web Application Root directory (at any nested directory level). And you can open the JSP/XML files in NitroX Editor present within webroot.
    We will enhance this behavior in the future to support arbitrary directory structures.
    Note: As long as you map network drive to the shared folder containing the project directory it should not be a problem to import the application in NitroX.
    Thanks,
    M7 Support

  • How to install plugin in the eclipse?

    Hi all,
    I made a download the KXML plugin (http://prdownloads.sourceforge.net/kxml/kxml2-min-2.2.2.jar?download), but I can't to install and use this plugin for to read XML files. For example: I need to import org.kxml2.io.KXmlParser. I put the downloaded file in the folder plugins of eclipse and I use the eclipse for develop with J2ME.
    I read one article that it teaches to read XML files using the KXML API, see below:
    XML File example:
    <?xml version="1.0" encoding="UTF-8"?>
    <list>
    <person>
    <name>Person 1</name>
    <phone>Number 1</phone>
    </person>
    <person>
    <name>Person 2</name>
    <phone>Number 2</phone>
    </person>
    </list>
    Source code of MIDlet
    import �
    import org.kxml2.io.KXmlParser;
    import org.xmlpull.v1.XmlPullParser;
    import org.xmlpull.v1.XmlPullParserException;
    public class XMLParserMidlet extends MIDlet {
    Form form = new Form("Persons");
    protected void startApp() throws MIDletStateChangeException {
    InputStream in = getClass().getResourceAsStream("person.xml");
    try {
    Display.getDisplay(this).setCurrent(form);
    parser(in);
    } catch (Exception e) {
    e.printStackTrace();
    private void parser(InputStream in) throws Exception {
    //begin the XMLParser
    KXmlParser parser = new KXmlParser();
    parser.setInput(new InputStreamReader(in));
    parser.nextTag();
    //it locates in the tag <list>
    parser.require(XmlPullParser.START_TAG, null, "list");
    //while is different END_TAG
    while (parser.nextTag () != XmlPullParser.END_TAG) {
    //put in the tag <person>
    parser.require(XmlPullParser.START_TAG, null, "person");
    parserPerson(parser);
    form.append("\n");
    parser.require(XmlPullParser.END_TAG, null, "person");
    parser.require(XmlPullParser.END_TAG, null, "list");
    parser.next();
    parser.require(XmlPullParser.END_DOCUMENT, null, null);
    private void parserPeerson(KXmlParser parser) throws Exception {
    //While is different of </person>
    while (parser.nextTag() != XmlPullParser.END_TAG) {
    //put in one tag "START". Ex: <name> ou <phone>
    parser.require(XmlPullParser.START_TAG, null, null);
    String name = parser.getName();
    String text = parser.nextText();
    System.out.println("Tag: " + name + " -> " + text);
    //add the text in the Form
    form.append(text);
    //put in the and of tag </name> or </phone>
    parser.require(XmlPullParser.END_TAG, null, name);
    //the other classes that is necessary
    pauseApp�
    destroyApp�
    thanks!

    Really? You downloaded exactly the same jar as the OP? And you read exactly the same tutorial and have a question about exactly the same code?
    I don't think so.
    The OP didn't get an answer because the question has absolutely nothing to do with the topic of this forum. It's going to be the same for you. So find an Eclipse forum where you can ask questions about Eclipse.
    Hidden Brains, indeed.

  • 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

Maybe you are looking for

  • Ugly problem with java.lang.reflect.InvocationTargetException

    Hello, I am writing a web service which connects to WebSphere MQ queue manager and puts a message on a queue. I use Eclipse and as usual I followed more or less the hints given at: http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/Botto

  • Trouble setting up hard drive

    i'm having trouble setting up my hard drive. i have a 40GB with 5 partitions: part1 (primary) - slackware install with boot flag part2 (primary) - /home directory part3 (primary) - 1GB swap part5 (logical) is ~10GB storage part6 (logical) is ~10GB fr

  • Bitmap fonts look ugly in terminal?

    http://i.imgur.com/60oKumZ.png The lemon font looks absolutely horrible, any idea's on how to fix it? -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For - s_and_Code [jwr] --

  • Error on starting Live Cache

    Dear All I have a SCM 7.0 application with Live Cache installed. The same was working fine till few days back. However, now, when I am trying to start Live Cache using LC10, I am receiving an error as per the lcinit.log. START ***********************

  • Moving Photoshop Cache Folder

    My Photoshop CS6 Perpetual Cache is on a drive that undergoes backup - I don't want Cache backed up.  I'm using Win 7 Pro 64 bit Please, how can I move it to another drive, can't find a way in Photoshop - Edit --- Preferences. I would also like to li