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 Wanet Telecoms Ltd 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: *

  • Users: simpleindian
  • Order by date
  1. simpleindian

    Run a Report with Parameters via SOAP - URGENT

    Hi Matt: I am making a SOAP Call from my java application to active portal.. I can help you in making a Soap Call and creating a Soap request using XML Schemas/Soap Envelopes. Will that solve your problem. I don't know .net or C#.. But i think the implementation will be same!!! Thanks Arun...
  2. simpleindian

    dynamically change columns of a report

    Hi Deepak: You can dynamically change the columns of the report. But that's very cumbersome. But the easiest way to go about is select all the columns that will be required for the report at strech. Then we can dynamically display the columns selected by the user in the details section...
  3. simpleindian

    Writing data in the report to a Text file

    Hi Deepak: You can write your output into a file and as well display the report in a go.. I think you are using Actuate Non-java Version... Override the following methods: a) Start method of the SQLQuerySource to open the File. Get the FileNumber using FreeFile method. b) Override OnRead...
  4. simpleindian

    Drop down list in actuate

    Hi Guys: Just curious to know whether you have checked the HTML Code which had been written in BrowseCode property of the browsing scripting control. While running from Erd-Pro, right click the control and choose an option to check the HTML Code. There are many samples in the provided on...
  5. simpleindian

    problem with columnar report and group header

    Hi: In which slot have you placed frame containing your header. Please be more specific as i am not figure out your problem. Tell me how you are supressing the frame. You can use AdjustSize or Finish(the best method to supress) the frame. Or you can override AddFrame method in your page...
  6. simpleindian

    Problem with header--Immediate

    Hi Caster: Try placing all the controls which you place in the page header in the before section too. Now for the Inner group properties, make the SHowHeaderOnFirst as NoHeaderatFirst. So the heading will be shown with the before section. If the content spans for multiple pages, your page...
  7. simpleindian

    Problem with header--Immediate

    Hi Caster: My suggestion is that you can have a look at the sample report, detail.rod, which will be in your <Actuate Install Dir>\erdpro\examples\detail. Really i couldn't figure out your problem. But if you have a look at the report, then you can solve the problem. Thanks Arun
  8. simpleindian

    Display Message box In Actuate

    Hi: You can use msgbox function. Ex. msgbox &quot;Test Message&quot; will prompt a message box with the message in Code. Please be aware that don't use msgbox function in your report if you are going to place the report on the report server. The report will definitely fail in the server...
  9. simpleindian

    Interaction between JSP and Actuate

    Hi Glenn: Even i am currently integrating Active Portal (using JSP not .net). You can pass parameters to the report from the JSP but i think it should be part of the URL. You can even access Session Variables in the report using Browser Script Control (BSC). I am currently trying to use...
  10. simpleindian

    can you have 2 versions installed at same time?

    Hi: You can have two version of actuate (i am not sure about the report server)installed on the same PC. I have installed Actuate 4.1 Developer workbench and Actuate ErdPro 6.0 installed in the PC. Everything worked fine. Obviously it will be installed to two different directories...
  11. simpleindian

    Need code examples

    Hi Caster: following sites are very good for actuate: www.actuateworld.com www.actuatesource.com www.actuateclub.com http://support.actuate.com [gorgeous] Arun.K
  12. simpleindian

    Hi all, I need some guidelines reg

    Hi, There will be a sample program for memory buffer in c:\actuate6\erdpor\examples\reusequery. That example is self explainatory for memory buffer. MemoryDataSorter has a method called &quot;COMPARE&quot; with two datarow objects as parameter. By overriding this method, you can sort on...
  13. simpleindian

    Actuate 6 Vs Actuate 5

    Hi, There are quite many differences between actuate version 5.0 and 6.0. visit the following site: http://support.actuate.com/es/products/newfeatures.asp Prior to that, Register yourself in the site. Thanks Arun Kannan

Part and Inventory Search

Back
Top