Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Progmatic

    Printing an ER Listing of a JD Edwards report

    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.
  2. Progmatic

    Hiding Parameters in Crystal Enterprise

    Hi we are deploying our reports using eportfolio in crystal enterprise. That's where they see the parmaters.any help is greatly appreciated.
  3. Progmatic

    Hiding Parameters in Crystal Enterprise

    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
  4. Progmatic

    Margin issue when converting reports from 4.5 to 9i

    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...
  5. Progmatic

    Sum of SaleAmt for 3 separate months from the date report runs

    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...
  6. Progmatic

    SUPPRESSING PRINTING OF MAIN REPORT PAGE HEADER IN SUB-REPORT

    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
  7. Progmatic

    Printing columns Down and then Across in Report Writer

    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.
  8. Progmatic

    Printing columns Down and then Across in Report Writer

    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.
  9. Progmatic

    Two synchronized DBGrids

    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
  10. Progmatic

    Microsoft VBScript runtime error '800a01a8' Object Required

    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...
  11. Progmatic

    scroll bars and frames

    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...
  12. Progmatic

    Please help.....newbie at ASP

    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...
  13. Progmatic

    Selected format may be disabled on ther server

    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...
  14. Progmatic

    How to call crystal reports from javascript with multiple paramaters

    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...
  15. Progmatic

    JavaScript Error: if statement too large

    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...
  16. Progmatic

    JavaScript Error: if statement too large

    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
  17. Progmatic

    cache problem

    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
  18. Progmatic

    Resource is in use error msg.

    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
  19. Progmatic

    I have a link in my ASP Page which

    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.
  20. Progmatic

    I have a link in my ASP Page which

    I have a link in my ASP Page which goes somethign like this <A href=&quot;javascript:hrefclick()&quot;>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...

Part and Inventory Search

Back
Top