I tried executing the sample report (Actuate\ErdPro\Example\Java Object Interfact\ with out JVM installed. I got the same error you got ("Create Java Virtual Machine Failed: No such file or directory") Then I installed Java(TM) 2 SDK, Standard Edition 1.3.1_11 and the report ran just fine.
Muthu
rptPointGraph::MaxCumulativeBalance is static Double variable defined at the top most level of the report. If you are using AcSqlDataSource you can override OnRead method of Datarow and set this value to the Max value coming from DataSource. YTickInterval, YMax are properties of Barchart...
Delete all other report related files from working directory. .Bas, .RIO, .Rov etc.. etc. except .ROD and recompile it move it to server and run it.
Muthu
You have to set YLabelStyle to CharCustomLabel the the format will work. The problem is once you set the property to ChartCustomLabel, Actuate expects you to take care of everything. Finding Min & Max and ticker interval. You can over ride ComputeMinMax and calculate these values.
Muthu
Also look at sample report under Example folder Examples->PageSecurity. Read the readme.txt. This might give you an idea of what you are missing.
Muthu
Glen,
I saw these statments in ERDPro help. See if this helps
----Override the report component’s GetUserACL( ) method as shown in the following example:
Function GetUserACL( acl AS String ) As String
GetUserACL = Super::GetUserACL( acl )
'Get the list of security IDs fo rthe...
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.