Using Report tool with Swing Application

I'd like to use a reporting tool (Crystal Reports or anything else) with Swing application. Could anyone help me?

You have to pass the values are parameters to the Oracle Reports report. Take a look at this: http://www.oracle.com/technology/products/database/application_express/howtos/howto_integrate_oracle_reports.html
Also you can search this forum for "Oracle Reports"
Mike

Similar Messages

  • How can I use Pro Tools with Fire Wire interface and Fire Wire external HD

    If Mac Book Pro has only one Fire Wire jack and I want to use Pro Tools with an M Audio 1814 Firewire interface and an external Fire Wire HD how do I get around the fact that the Mac Book Pro has only one fire wire jack?
    Pro Tools says that they DO NOT recommend using USB 2 Hard Drives as recording drives.
    If I plug my External HD into the back of the 1814 it is way too slow to use, plus, I don't know why, Pro Tools is telling me that my External HD is "not a valid audio volume". It is a MAC OS Extended (Journaled) external Firewire HD (G-TECH G-DRIVE)
    Stuck...
    Message was edited by: Mezcla

    You could consider getting a firewire hub or get an expresscard 34 adapter with a firewire port.
    I personally use a Belkin Expresscard adapter that gives me an extra firewire port as well as two extra USB 2.0 ports.
    Good luck.

  • Does anyone have an example code to use mx:ViewStack with my application.

    Does anyone have an example code to use <mx:ViewStack>
    with my application.
    I don't know about how to put value to it and use value in
    it.

    http://livedocs.adobe.com/flex/2/langref/mx/containers/ViewStack.html#includeExamplesSumma ry
    That should be what you're looking for.

  • Installing Forms&Report  Services with Oracle Application Server 10g Rel 3

    Can I Install Forms & Report Services with Oracle Application Server 10g Release 3 some how?
    I am thinking of installing Forms & Reports Services in separate home with Oracle Application Server 10g Rel 3.
    Does any body has any different idea so that they both can run more smoothly together.
    Thanks
    Raj
    www.oraclebrains.com

    They WILL NOT RUN TOGETHER. We have discussed this many times before. They must be in separate homes.
    Check the search function for this forum to find the previous discussions.

  • Integrating crystal report with swing application

    Hi,
    Any body knows how to integrate crystal reports with swings?
    I'm posting this after a painful search in the net/forum.Any idea
    will be greatly apprecited.
    thanx.
    regards,
    jmos

    The best place to pick up sample code is straight from the horses mouth. [url http://www.businessobjects.com/products/dev_zone/java/default.asp?ref=devzone_main] Crystal java zone

  • How to use Xcelsius tool in Desktop applications

    Hello
    This is shankar, from IMS CRM4 team in SAP. We have a requirement for interactive anlalytics in our product and found that Xcelisus is the correct approach.
    Can you please clarify the following
    1. How to use the Xcelsius tool in desktop applications.
    2. Is Xcelsius Viewer free version available which can used only to view the interactive analytics. Xcelsius designer is not required for all the users.
    Thank You
    Shankar

    Hello Victor
    Thank you for your inputs !!
    Point 2 is very clear to me that we do not need any additional software to run the SWF files.
    We have CRM Mobile offline product with Crystal reports integrated already. CRM Mobile Offline solution is a desktop application and there is no intutive analytics.
    So i would like to know more on how to link the data (Excel or XML) to Xcelisus tool and get the output SWF file. Can it be done through the command line (without using Xcelsius designer) ??. Do we need to have any licensed version of Xcelisus for this task??
    This will promote both our prodcut and BOBJ Xcelisus prodcut as well
    Regards
    Shankar

  • BC4J with Swing Application

    Is there possible to use Business Components for Java in Java/Swing applications without using any kind of application server?

    Yes. You just deploy your business components as a simple archive (JAR file). Your business components JAR file is then deployed to the client along with your ADF Swing JAR file. You will also have to deploy the ADF Runtime libraries to the client as well. The easiest way to deploy the standalone application is using Java Webstart. JDeveloper supports Webstart as a deployment method for ADF Swing applications. Unfortunately, there are some manual things that you have to do to package Oracle's ADF runtime libraries to do this, however. You can find the steps in this document: http://www.oracle.com/technology/products/jdev/collateral/papers/10g/adfjclientbcwebstart.pdf
    Hopefully, Oracle will simplify this process in a future version of JDeveloper.
    Hope this helps.

  • Read Purchase data using Report painter with CCSS structure

    Hi
    I'm triying to set-up a simple Budget by material procedure using Rosurces defined as material and KP06 to plan Qty and Values.
    All works fine.
    Later I need to write a report for Compare Planned vaues and Effective values at material (resource) level.
    Unfortunately resource can be used only for planning, so none Effective values is available in CO.
    I thought to write a Report using Report painter and library 1VK (CCSS structure) for planned values and import from a LIS table the effective values (Ordered, Invoiced) directly from Puirchasing environment.
    Is it possible by using exit or other tools, import LIS data into a CO Report painter program ???
    Thanks in advanec for your help.
    Claudio

    Hi
    I try to specify better my need.
    I've defined using report painter a  Z report using Report Painter.
    Inside teh new Report, I can use a Customer key-figure which does'nt exist in the CCSS structure.
    Is there any solution to Read data from other SAP tables and use these info into the report.
    I'm not very frioendly with Set, Key-figures and variables, and I'd like to undestand if my needs can be solved using Report-painter.
    Thanks for your help.
    Claudio

  • Help please!  Using classes in large swing applications.

    I am building a fairly large swing application. The class that builds the main frame for the application is getting extremely long with code because I have so many seperate JPanels. I'm using JDialogs wherever possible, but in many cases I need a JPanel within my main frame. I've been trying to build these panels within their own seperate classes, but it seems that the components are not being drawn. Any help or a small example would be great!

    So... The question is: You don't know how to use JPanels built in other classes?
    You should probably just try to find some sort of reference code and work from that. It's really not that hard

  • Using a variable with "tell application"

    I'd like to use a variable (app_name) with "tell application" in the following function:
    on getAdobeDoc(app_name)
    tell application app_name
    tell current document
    return (name as Unicode text)
    end tell
    end tell
    end getAdobeDoc
    but I'm getting the following error in Script Editor
    "Expected end of line but found class name." with the word "document" highlighted.
    Are you allowed to use variables in "tell application"? All Adobe CS apps seem to use the same format to get the document name so I'd like to use one function to get them.

    If the application might have a different name on the target machine (for example, if it has a version number added), you can use an application's bundle identifier (or creator code) to set the variable, in which case the using terms from statement tells AppleScript the application (on your machine) to get the dictionary terms from. If the application you are using terms from has a dictionary identical to your variable, everything should work the same. The following example uses a variable (called, appropriately enough, TexttEdit) for the TextEdit application:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    tell application "Finder" to set TextEdit to the name of application file id "com.apple.TextEdit"
    tell application TextEdit
    using terms from application "TextEdit"
    launch
    make new document with properties {text:"This is a test"}
    end using terms from
    end tell
    </pre>

  • Using perspective tool with text in AI CS5

    Hi,
    I am new to AI CS5 and was wondering if someone could please tell me how to use the Perspective tool with text?  Also, does the text have to be expanded in order to use the perspective tool or is that not recommended? 
    Thank you,
    Diane

    Hi Diane,
    Here's a video showing how to do it http://vector.tutsplus.com/tutorials/tools-tips/quick-tip-put-text-into-perspective-using- illustrator-cs5/
    For more, please refer to the Illustrator CS5 help docs on Perspective drawing.

  • Can you create report using report painter with Tcodes:FAGLL03,FCHN

    Hi Experts,
    1.I want to create report using report painter by using tcodes FAGLL03,FCHN.Can i create with report painter?
    2.i never used report painter can anyone provide report painter pdf for ecc6.0
    3.can any oneguide me how to develop report in report painter by using this tcodes.
    4.If not possible can i do with report writer?
    Regards,
    naresh.
    Moderator: Don't mix report painter with the TCodes wyou mentioned; there is no link between them. Regarding Report Painter - search SDN. Respect the rules and don't cross-post: you asked the same unclear question in several forums!

    cross posted
    Edited by: nareshvarma on Jul 19, 2010 9:11 AM

  • How to use Report Builder with permission extension

    Is there any method to let web site which use SSRS and Report Builder use different permission extension module?
    In our web site project we use ReportingService2010 Methods to show and operate folder and report which stored in Report Service, in our project configuration file, we use windows authentication mode for Report Service.
    In requirement 1.User can do any operation in folder “A” and folder “B” (we can create and delete report or folder) in web site. 2.User can’t use “Report Builder” to save reports which created by Report Builder to folder “B”, Reports which created by Report
    Builder only can be saved in folder “A”. [User click “Report Builder” button in our web page to start Report Builder, use  “Report Builder” to create report, if user want to save report, we need to hidden folder “B” in “Report Builder” or we need to remove
    some operate right from folder “B”.]
    We have two solution:
    1. We want to write extension module to process this issue, we want to re-write CheckAccess method which will be called by web site backend  and Report Builder, but how can we know who called CheckAccess method[Web site backend called CheckAccess method
    or Report Builder?]
    2. We want to let Web site back-end use permission extension module named WebSitePer.dll, and Report Builder use PBPer.dll, how to modify the configuration file?

    Hi Fang,
    As far as I know, SQL Server Reporting Services (SSRS), have no permission extension. In Reporting Services, it is use role-based security to grant user access to a report server. There are two types of roles: Item-level roles and System-level roles.
    Based on my test, if we assign user with System User System-level role, the user will have permission to user Report Builder to create report. However, if we only assigned Browser or Report Builder Item-level role to the user, he/she will have no permission
    to publish the report to the report server. In this situation, although user have permission user Report Builder to edit the report, it will have no effect of the report in report server. User who has assigned Browser or Report Builder Item-level role will
    have no permission to delete report in the report server.
    There is an article about Setting Permissions in Reporting Services, you can refer to it.
    http://technet.microsoft.com/en-us/library/aa337491(v=sql.105).aspx
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to use a proxy with java applications?

    I have a nokia 6300 type s40v3
    hello,
    I would like to know if it is possible to use a proxy of any and how ? kind with java applications.
    thank you

    Well, it works well when, into my applet, i do somethig like this:
    URL url = new URL(host);
    URLConnection connexion = url.openConnection();My applet uses proxy setting from IE6 but only if i use Java 1.4.2_08.
    With IE6 and Java 1.5.04, it doesn't work (my applet doesn't use proxy settings)
    With Firefox and Java 1.5.04, it's ok
    Have you already seen a problem like this with Java 1.5.04 ?

  • Using AutomatedTesting tools with Livecycle

    Hi All,
    I wanted to know the possiblity of using automated testing tools with LivecycleES Workflows.
    Does livecycle support integration with RFT or any other testing tools.Any pointers will be highly appreciated.
    Thanks ,
    Leena

    I did find out that Cinema Tools doesn't support 2 perf at all, which brings up a whole new question of workflow. Hmm...

Maybe you are looking for

  • SQL Server connection in Java Stored Procedures

    Is it possible to establish a connection to microsoft sql server through java stored procedures. When I try to create a connetion to SQL Server I am getting the following exception in trace file java.sql.SQLException: [Microsoft][SQLServer 2000 Drive

  • Uninstalling Xcode 3.0: Is trashing the developer folder sufficient?

    Hi. I'm not a developer. The only reason I attempted to install Xcode 3.0 was to tinker with the performance and diagnostic tools. Now I am ready to uninstall it. I've have uninstalled it once, using the provided script. It seemed to have cleaned out

  • Goods Receipt not happening

    when i am doing good receipt against production order its throwing error. Movement type used -101 Tcode - MB31 Error Msg : No valuation variant found for valuation area. Check table TFBEFU_CR: entry 10 does not exist. Can anybody throw lights on this

  • PR(ME52N) field change for one document type

    Hi all, I have a requirement to have quanity field in display mode in ME52n (PR change) for only one document type say NB. for other document type the quantity field should be change mode. is this possible..if so cna you please explain in detail. Tha

  • Configuring SSL

    DB version: 11.1.0.6 Platform: AIX 5L I'm planning to configure SSL authentication to the client. Per Oracle documentation, I don't see 'Oracle Advanced Security Profile' in Oracle Net Manager. I'm able to see only 'Naming' and 'General' tabs in the