Hi,
Thanks so much for your help!!
So this is what I did
G:\TEST>java -Xbootclasspath/a:classes12.zip;nygh.jar;fop.zip;batik.jar;avalon.jar -jar report.jar
So now its launching the application and not giving me the oracledriver no class def error
However I am getting another exception when...
I tried changing my manifest to
$ more Manifest.mf
Class-Path: report.jar avalon.jar batik.jar classes12.zip fop.zip nygh.jar
Main-Class: report.ReportGenerator
(ie. removed the ./)
The application is launching but i am still getting the
java.lang.NoClassDefFoundError...
Hi,
Thanks grentis.I almost got it to work.
I changed the manifest file
$ more Manifest.mf
Class-Path: ./report.jar ./avalon.jar ./batik.jar ./classes12.zip ./fop.zip ./nygh.jar
Main-Class: report.ReportGenerator
$ jar mcf Manifest.mf myJarFile classes12.zip fop.zip avalon.jar batik.jar...
Hi,
Thanks for the quick reply. I am still having some problems.This is what I did.
I changed the manifest file
$ more Manifest.mf
Class-Path: report.jar avalon.jar batik.jar classes12.zip fop.zip nygh.jar
Main-Class: ReportGenerator
$ jar mcf Manifest.mf myJarFile avalon.jar batik.jar...
Hi ,
I have created a java application in eclipse. My application uses some classes present in jar files. When I run my program, eclipse sets the classpath to point to these jar files.One of these files is classes12.zip that contains the oracle driver.My application works fine when I run it in...
Hi Duane,
Just recapping my problem : I have imported the same report 3 times as a subreport.Now I was thinking of changing the record source of each of these subreports.
-What I found is that in most cases you would just go into the subreport design view and change its record source...
Hi,
I created a report which is based on a cross tab query and it is based on one particular col in my table.
Now I have 2 other reports which are exactly the same but just picking up a dif col from the table.So I just used the same report and change my record source depending on the report I...
Hi,
In the onOpen event of your report..
----------------
if(somecriteria) then
Me.recordSource="qry_1"
else
Me.recordSource="qry_2"
end if
-------------------
where qry_1 and qry_2 are names of queries in your database.
Doing so sets the record source of your report...
thanks jonfer! I just needed the report solution.But this is good to know as well.Its sure to come in handy.
Also, I had one more general question.
I am using the same report template for two reports. These reports are identical except that they just have a different record source.
In the on...
thanks dhookom!I have one more question to ask.
In my report I want a col that gives me the total of 2 group_names, shc and branson.
ie
area: SHC Branson Total Gen total
SHC and
branson...
Hi,
I have a table that I have created from a query with the following
fields
sort group_name Area month_actual summary
1 M of H Seniors HC 5 funds
2 OHIP Branson 332 other suppl
3 Emp benefits Branson 66 salaries&Wages
4 M...
Hi,
I have a table that contains the following fields
----------------------------------------------------------
name actual budget summary sort
-----------------------------------------------------------'m of h' 10.0 20.0 'revenue' 100...
Thanks duane for all your help. I created the query using the choose function and it works great.I have a small question for you though.
My report source is called qryActivityRehab.The Fields in my query are
account,Month_Prev,Month_Actual,Month_Budget
Now for one part of my report I want to...
I'll try an explain my question again. I guess I wasn't very clear.
I want to generate a financial report. The user choses the month for which they want the financial report. My report will be based on a query called selCols. So selcols is my report source.
Due to my table structure I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.