Hi, I have a JD edwards report. I want to get the listing of all the event rules being used in the report in a text document. Is there a way to generate the ER listing. any help is appreciated.
Hi, Is there a way to hide the parameters in Crystal enterprise. We are using Oracle stored procedure, os one of the parameters that we see is the result set cursor which basically is an out parameter used to bring back the data. The user should not see this parameter.
Thanks
Hi, WE have a report which was designed in Reports 4.5. Now we are using reports version 9i. We openend that report in 9i and made some changes to the text field in the Margin of the main section. Saved the report. And then we open the report, there is no layout. Could someone help with this...
Hi, I can think of one thing. Take in the current date as a parmaeter and strip out the month. Then calculate the past three months from that. Then in your select statement you can use a decode statement to get the amounts for the three months as three different columns. decode statment will be...
Hi, There is a crystal report sample file which can show you how to do this.The name of the file is cr_groups_drilldown_samples.zip. There is a sample report in this file by the name of DrillDown-Fake page Headers.rpt.
Hope this helps
cheers
Hi could someone tell me if it is possible to create reports in JD Edwards report writer in which Columns print down and then across on a page.
any help is appreciated.
Hi could someone tell me if it is possible to create reports in JD Edwards report writer in which Columns print down and then across on a page.
any help is appreciated.
Hi, I have two DBGRids on ym form and based on the navigation in first grid I need to populate the second grid.For that I need to know the contents of the First column of every row the user moves into.User could use mouseclick or arrow keys.
Could anbody help me with this.
Thanks
Hi, I am getting the following error message
Microsoft VBScript runtime error '800a01a8'
Object required: '[undefined]'
/test/EN/test123.asp, line 166
in one of my ASP Pages.
The weired thing is that i get this error message in my Netscape browser and not in IE.Also this error message...
Hi, In my ASP page I have two frames.In the top frame I have headings and in the bottom frame I have the fields to input values.Now in the bottom frame I haev a scroll bar and some javascript which moves the top frame as soon as I scroll the bottom frame.This is to keep the headings together...
Hi I hope this helps but this is what you can do or make sure you've done.after installing the personal web server.make sure you've created a virtual directory for your application.Then you specify a default page.The page which will open up in the browser when you type http://0247/yourdirectory...
Hi, I am trying to export a report from the web displayed through ASP pages.I get the following error message
"The report was not exported.The selected export format may be disabled on the server."
It is strange because I have another report on the same server and I can successfully...
you can call the crystal report by saying
window.open( "Report.asp?parm1=0&param2=0").
in your javascript function.
It'll display the report in a new window.
If you want more info please describe how you are planning to use the javascript.do you ahve a button which you wanna use...
Yeah the part in {} is too large.Actually I have about 160 checkboxes on my page,so what I need to do is to create a list of the values of checkboxes which are checked.So in my javascript I have something like this:
Job = Job + ',';
if (document.Jobs.J1.checked)
Job = Job + 162;
if...
I am getting an error in netscape
JavaScript Error: if statement too large
and it ceases the link(link doesn't work) which uses the javascript function.
Help
Thx
in IIS go to properties of your virtual directory and then configuration.second tab has a property ISAPI applications or something.you can try unchecking that.that worked for me.
but if you update your web again then check it and uncheck it again.
hope this helps
thx
On my web site after login I get this erro message(Page cannot e displayed) and in another browser it says(resource is in use).I am running MTS and checked to see the DLL's are registered.
Any help
Thx
Hi, Yeah It works fine in my web server.But at out clients side it doesn't work.I want to mention here that the data in the page is really big comapred to what I have in my enviornment.That's why I was thinking about it.
I have a link in my ASP Page which goes somethign like this
<A href="javascript:hrefclick()">Generate Report</A>
where hrefclick is a javascript function.This link works well in IE but somehow doesn't work in Netscape.For error message I get hrefClick is not defined,although it is...
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.