Web service report parameters

Hi,
just wondering is it possible to retrieve more info regarding report parameters using web service, I can only get following:
multiValuesAllowed
name
values
basically could a call register some other classes than call.setReturnClass(ReportDefinition.class) or call.setReturnClass(ParamNameValue [].class) which gives me the same info.
The reason why I'm asking is because I'd like to be able to get:
id / name
data type
label
default value
value set
and so on... so I can create my own prompt page in which user could set/select desired values and then run report with those values. Is this making any sense?
Looking at this document http://oraclebizint.wordpress.com/2007/10/25/oracle-bi-publisher-101331-web-services-first-impressions/ it looks like it is not possible, are there any workarounds.
At the moment I'm doing this by parsing xdo and that way I can get parameters, value sets and so on, then using api I'm generating reports, but I don't like this approach...
Any advices and help regarding this are welcome.
Thanks in advance,
Tomislav.

Hi
I hope you have already found an answer for your question, if not, please check the post Re: Getting null bytes using PublicReportService_v11.wsdl
I've found and described an issue similar to the one you are facing.
IHTH
Please, let me know.
Marco

Similar Messages

  • Missing Web Service Input Parameters

    Hi,
    I am creating a form on web services. The source of the webservice is BEPL.
    When I register the webservice, I see the in and the out parameters.
    Operations      
    Operation Name     process
    Input Parameters
    Operation     Parameter Name     Parameter Type
    process     Data_source     string
         Data_URI     string
         Token     string
    But when I continue to create a form on the service, the next screen shows this message:
    * Item Finder
    Web Service Input Parameters      
    no data found
    Any idea what may be going on here?
    Thanks
    -SJ

    Hello,
    Are you sure it's a public webservice or that you put in the right username/password?
    Also if you call the webservice just from an url, does that work for you?
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • EJB Web Service Interface parameters name changed

    Hi, all,
    I create a simple Session EJB 3.0 with Web Service interface in Jdeveloper 10.1.3.4. and I deployed it into the embedded OC4J server.
    The question is I found that the web service operator parameters is changed to "String_1" (actually the parameter in EJB method is String ss). And I found the WSDL file is also String_1.
    How to create the real parameter name in WSDL from EJB Web Service interface? Any help on that?
    Best Regards,
    Bill

    if you do a lookup for the name "java:comp/env/ejb/queryProc" in the servlet, the deployment descriptor of your web-archive must contain an ejb-reference with the ref-name 'ejb/queryProc'.

  • Apex 4.1 Form and Report on Web Service Report displays nothing

    Hello I created and tested a webservice using the test feature in Apex 4.1.
    I know the results is a string of 1 row.
    I created a Form and Report on Web Service. When I run the form there is nothing displayed in the Reports section its just blank.
    If I run the sql from the results region I get no data found.
    Is the problem the returned data is not stored in the collection?
    Edited by: Oracle Primavera on Oct 26, 2011 3:32 PM

    What would be the reason for the following.
    Testing the webservice in apex returns values.
    However when I run Form and Report on Web Service Report if I query the collection it is always empty?
    Does anyone have any experience on this issue? Is it a bug? Please some hints I have been trying for two weeks without success.

  • How to pass preprocessing information to a web service report?

    Post Author: rmsky
    CA Forum: Crystal Reports
    Does anyone know how a web service client can provide information to the constructor for a Crystal Reports web service report so that it can preload a non-trivial dataset prior to running a report. For example, if I want to load a dataset based on a user ID prior to calling SetDataSource, how do I get that user ID to the web service report constructor? If I pass a parameter into the report via the CrystalReportsViewer, is there any way to get access to that parameter at the web service? Thanks.

    SSZ wrote:
    Yes.But couldn't understand where to start.In that case use the magic wand.
    Ask specific questions, Many of your posts have an underlying tone , that of you not having read any documentation of bothered to research anything yourself I havent got the time to tell you how if you havent got the time to tell me what you have read , what you grasp and what you do not grasp.

  • Report published as web service with parameters

    Post Author: kevinzebeste
    CA Forum: Publishing
    hi,I have a problem in a report published as web service.indeed, the report has a parameter, a date.Client side I do this://I create the parameter             ParameterFields paramFields = new ParameterFields();            ParameterField paramField = new ParameterField();            ParameterDiscreteValue paramDiscreteValue = new ParameterDiscreteValue();            paramField.Name = "date";            paramDiscreteValue.Value = "10/10/2006";            paramField.CurrentValues.Add(paramDiscreteValue);            paramFields.Add(paramField);//I add the parameter into the crVievwer            crystalReportViewer.ParameterFieldInfo = paramFields;//I call the web service to get data            crystalReportViewer.ReportSource = "http://localhost/WebService/Rapport1Service.asmx"; Server Side :Now, I want to get back the parameter in the web service (in Rapport1Service.asmx, so server-side) to be able to call my storedprocedure with the good parameter, this one which was put on the client side (10/10/2006).I tried to do crystalReportViewer.ReportSource = "http://localhost/WebService/Rapport1Service.asmx?date=22/10/2006" on the client side but no way. i don't find a solution, is there any way to make this possible ?Moreover, i have one database for each user, so i need to pass the user name, password and account too..

    Post Author: kevinzebeste
    CA Forum: Publishing
    I have found a solution.
    I  create a web service in which i return a dataset, filled with the data wanted.the web service take as parameter: the report name we want, the parameter(s), and the username and password (to check if the user has right to access to data.)After that, I fill the report, client side, with the datasen given. i don't know if it's the best solution but it works !

  • How to call web service with parameters?

    Hi
    I'm testing a distributed architecture where parameters are queried from an ODBC database, and a web service called with resulting parameters as input, returning a computed result to the integrated Crystal report. I'm unable to successfully associate the database fields with the web service parameters - the web service is always called with empty parameters. When I call the web service manually from CR by entering parameters, it works as expected. I'm using a sub-report with fields linked to the main report.
    Has anyone done something like this / know how to correctly link database fields with web service parameters?
    Help much appreciated,
    Lance

    An update - I solved this problem as follows:
    In CR Design view, right-click on sub-report object, select 'Change Subreport Links'. In the links dialog, transfer database fields into 'Field(s) to link to' list. Select a field in 'Field(s) to link to' and in 'Subreport parameter field to use' below, map the field to the appropriate web service parameter field in the dropdown.
    Tested with version 11.5.8.826.
    - Lance

  • Parameter passing for custom web service reports

    <p>Hi,</p><p>I created a report file and published it as a .Net web service. I was able to set the web service to a report viewer in my windows application. I am using Crystal Reports Version 11 R2 and Visual Studio 2005 for my development.</p><font size="2" color="#008080">ReportWebService</font><font size="2"> service = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">ReportWebService</font><font size="2">(); </font><font size="2"><p>crystalReportViewer1.ReportSource = service;</p></font><p>Now, my question is how do I pass a parameter from the windows application to the custom report web service. It does not seem to accept any paramters through constructors or other custom web methods.</p><p>If I need to change my design or approach, I am welcome to that as long as I am able to host the report file on a central location. The .rpt file (exposed by the web service) does not have any parameters but the data population logic inside the web service might be based on some conditions which I need to pass as parameter.</p><p>Thanks in advance.Regards, Gulzar</p>

    <p>When using a Report Web Service, you must use the Viewer&#39;s SDK to interact with the report. So in your case, if you want to pass parameters to the report, the viewer exposes a ParameterFieldInfo property that you can set. You can download samples on how to do this or check out the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm" target="_blank">DevLibrary</a> for more details.</p><p>However, one of your last statements you said your report does not have any parameters but your web service does.....could you elaborate on that?  Did you modify the .asmx that is autogenerated to add/modify the web service methods?  If so, then you will not be able to pass parameters to the new/modified web service.  The autogenerated web service for the report cannot be modified in this way since the viewer is designed to use the web services methods as-is.   In other words, the viewer is the only client/consumer of the Report Web Service so any interaction you want with the report must be done through the viewer, if the viewer exposes the functionality.  </p><p>In general, because the viewer is the only supported consumer of the Report Web Service, there are many limitations to interacting with the report.  Depending on how much control you want over the report at runtime, you may not want to use Report Web Services.  If you want to centralize reports for a Windows application, your best option is to load the reports from a network share using a UNC path when loading the report.  Of course, this assumes your application is running from some kind of internal network.  Any other kind of solution to centralized reports would require a web-based solution.</p><p>If you must use a Windows application, then you could host a IE control on your form that accesses a web page that displays reports but then you would have to develop and support a web application in addition to your windows application.  It&#39;s not the best solution but it&#39;s an option!  :-)</p><p>-MJ</p>

  • PL/SQL Web Service Optional Parameters

    I have created a PL/SQL web service and deployed successfully using Jdeveloper 10.1.3.5. The database is 9.2.0.8.
    When the web service request is made, all is well if all parameters are passed.
    I have been told that the request might come with some but not necessarily all of the parameters expected by the PL/SQL procedure.
    Is it possible when deploying through JDeveloper to indicate that all parameters might not be present?
    This is my first web service. Thanks in advance for your assistance.

    Parameters relate to procedures. Web Services require XML messages.
    Where are the parameters coming from? You cannot pass a dynamic number of parameters into a procedure, but you can pass a structured type as a parameter which can contain multiple values, whether that is an array/collection type or an XML document itself.
    Just package up the values into the XML and pass it to the web service.
    If this doesn't answer your question, please post more information, with some example data and code. Read the FAQ: {message:id=9360002}

  • Web Service Export Parameters missing when consumed by Visual Studio 2005

    Hi,
    I am using Visual Studio 2005 (2.0 framework) to consume bespoke SAP Web Services (SAP 4.7) however some of the export parameters are missing. I have tested the SAP web services with various XML tools and they all work perfectly.
    Is there anything I can do to enable Visual Studio to genarate the correct proxy?
    Many thanks for any tips.
    Billy

    This isn't going to work as well as I had thought.
    That is correct that the Name and Value fields come back as XmlNode arrays. Each XmlNode array contains two XmlNode objects (or one if you received a null value from the db). One object contains the atrributes and one contains the value. I had planned on going into the ColumnValueType Value field and pulling the text of the 2nd XmlNode object.
    Now here is the problem:
    For every column you select you get a ColumnValueType object. Rather than being contained in some type of "Row" parent object, each column sits in the root of your results. For example, in the query I am using I am asking for the AlertingName and DnOrPattern columns of the NumPlan table. My results come back like this (simplified):
    AlertingName
    John Doe
    DnOrPattern
    1234
    With the data in this format, I can't just do a foreach loop and iterate over the ColumnValueType objects.

  • Web service report problem

    Hi All.
    I am trying to get a report based on a web service to work.
    I have created my web service and page as per the instructions in http://download.oracle.com/docs/cd/E14373_01/appdev.32/e13363/web_serv.htm#CHDIDJFH.
    When I test my web service in apex it returns xml as expected but when I run the report I get no data found. I can look in the wwv_flows_collection_members$ table and see that a record has been populated in tehre ok by the web service.
    The report sql generated by apex is
    select extractValue(value(t),'/*/From','xmlns="http://www.northgate-is.com/Services/ExchangeIntegration"') "From"
    , extractValue(value(t),'/*/Date','xmlns="http://www.northgate-is.com/Services/ExchangeIntegration"') "Date"
    , extractValue(value(t),'/*/Subject','xmlns="http://www.northgate-is.com/Services/ExchangeIntegration"') "Subject"
    from wwv_flow_collections c,
    table(xmlsequence(extract(xmltype.createxml(c.clob001),'//GetMailsResponse/GetMailsResult/Result/Email','xmlns="http://www.northgate-is.com/Services/ExchangeIntegration"'))) t
    where c.collection_name = 'GETMAILS3'
    and the clob column from the GETMAILS3 collection is
    <?xml version="1.0" encoding="us-ascii"?>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
    <GetMailsResponse xmlns="http://www.northgate-is.com/Services/ExchangeIntegration">
    <GetMailsResult xmlns:a="http://www.northgate-is.com/DataContracts/EmailResponse"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <a:ActivityId>
    f9c31a95-413d-43f5-b001-3525eae74049</a:ActivityId>
    <a:ErrorCode i:nil="true" />
    <a:ErrorMessage i:nil="true" />
    <a:Result xmlns:b="http://www.northgate-is.com/DataContracts/Email">
    <b:Email>
    <b:Attachments xmlns:c="http://www.northgate-is.com/DataContracts/Attachment" />
    <b:Body>Hiddely hodely!
    </b:Body>
    <b:CC xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress" />
    <b:ContentClass>
    urn:content-classes:message</b:ContentClass>
    <b:Date>2010-01-06T16:47:1 3.734Z</b:Date>
    <b:EmailContentType>PlainText</b:EmailContentType>
    <b:From xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:Address>[email protected]</c:Address>
    </b:From>
    <b:HREF>http://10.100.4.79/Exch
    ange/bat.man/Inbox/hi.EML</b:HREF>
    <b:MailFolder xmlns:c="http://www.northgate-is.com/DataContracts/Folder">
    <c:FolderName>Inbox</c:FolderName>
    </b:MailFolder>
    <b:OutlookMessageClass>IPM.Note
    <b:PermanentURL>
    http://10.100.4.79/Exchange/bat.man/-FlatUrlSpace-/d3fa3404782e204c9932b2da3163e1dd-40bb/d3fa3404782e204c9932b2da3163e1dd-432
    0</b:PermanentURL>
    <b:Read>false</b:Read>
    <b:Subject>hi</b:Subject>
    <b:To xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:EmailAddress>
    <c:Address>[email protected]</c:Address>
    </c:EmailAddress>
    </b:To>
    <b:Email>
    <b:Attachments xmlns:c="http://www.northgate-is.com/DataContracts/Attachment" />
    <b:Body />
    <b:CC xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress" />
    <b:ContentClass>
    urn:content-classes:calendarmessage</b:ContentClass>
    <b:Date>2010-01-04 T17:39:55.000Z</b:Date>
    <b:EmailContentType>PlainText</b:EmailContentType>
    <b:From xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:Address>
    [email protected]</c:Address>
    </b:From>
    <b:HREF>http://10.100.4.79/E
    xchange/bat.man/Inbox/Bob.EML</b:HREF>
    <b:MailFolder xmlns:c="http://www.northgate-is.com/DataContracts/Folder">
    <c:FolderName>Inbox</c:FolderName>
    </b:MailFolder>
    <b:OutlookMessageClass>IPM.Schedule.Meeting.
    Resp.Pos</b:OutlookMessageClass>
    <b:PermanentURL>
    http://10.100.4.79/Exchange/bat.man/-FlatUrlSpace-/d3fa3404782e204c9932b2da3163e1dd-40bb/d3fa3404782e204
    c9932b2da3163e1dd-431f</b:PermanentURL>
    <b:Read>true</b:Read>
    <b:Subject>Accepted: Bob</b:Subject>
    <b:To xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:EmailAddress>
    <c:Address>
    "[email protected];spider.man"@myportal.nis.com;
    <b:Email>
    <b:Attachments xmlns:c="http://www.northgate-is.com/DataContracts/Attachment" />
    <b:Body />
    <b:CC xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress" />
    <b:ContentClass>
    urn:content-classes:dsn</b:ContentClass>
    <b:Date>2010-01-04T14:23:24.35
    9Z</b:Date>
    <b:EmailContentType>
    PlainText</b:EmailContentType>
    <b:From xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:Address>
    [email protected]</c:Address>
    </b:From>
    <b:HREF>http://10.100.4.7
    9/Exchange/bat.man/Inbox/Undeliverable:%20ss.EML</b:HREF>
    <b:HasAttachment>true</b:HasAttachment>
    <b:MailFolder xmlns:c="http://www.northgate-is.com/DataContracts/Folder">
    <c:FolderName>Inbox</c:FolderName>
    </b:MailFolder>
    <b:OutlookMessageClass>
    REPORT.IPM.Note.NDR&lt;/
    b:OutlookMessageClass&gt;
    <b:PermanentURL>
    http://10.100.4.79/Exchange/bat.man/-FlatUrlSpace-/d3fa3404782e204c9932b2da3163e1dd-40bb/d3fa3404782e204c9932b2da3
    163e1dd-431e</b:PermanentURL>
    <b:Read>true</b:Read>
    <b:Subject>Undeliverable:
    ss</b:Subject>
    <b:To xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:EmailAddress>
    <c:Address>
    [email protected]</c:Address>
    </c:EmailAddress>
    </b:To>
    <b:Email>
    <b:Attachments xmlns:c="http://www.northgate-is.com/DataContracts/Attachment" />
    <b:Body />
    <b:CC xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress" />
    <b:ContentClass>
    urn:content-classes:dsn</b:ContentClass>
    <b:Date>2010-01-04T14:22:04.96
    8Z</b:Date>
    <b:EmailContentType>
    PlainText</b:EmailContentType>
    <b:From xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:Address>
    [email protected]</c:Address>
    </b:From>
    <b:HREF>http://10.100.4.7
    9/Exchange/bat.man/Inbox/Undeliverable:%20You%20dont%20want%20to%20know.EML</b:HREF>
    <b:HasAttachment>
    true</b:HasAttachment>
    <b:MailFolder xmlns:c="http://www.northgate-is.com/DataContracts/Folder">
    <c:FolderName>
    Inbox</c:FolderName>
    </b:MailFolder>
    <b:OutlookMessageClass>
    REPORT.IPM.Schedule.M
    eeting.Request.NDR</b:OutlookMessageClass>
    <b:PermanentURL>
    http://10.100.4.79/Exchange/bat.man/-FlatUrlSpace-/d3fa3404782e204c9932b2da3163e1dd-40bb/d3fa3
    404782e204c9932b2da3163e1dd-431d</b:PermanentURL>
    <b:Read>false</b:Read>
    <b:Subject>Undeliverable: You dont
    want to know</b:Subject>
    <b:To xmlns:c="http://www.northgate-is.com/DataContracts/EmailAddress">
    <c:EmailAddress>
    <c:Address>
    [email protected]</c:Address>
    </c:EmailAddress>
    </b:To>
    </b:Email>
    <a:Status>
    Success</a:Status></b:OutlookMessageClass>
    </b:Email></c:Address>
    </c:EmailAddress>
    </b:To>
    </b:Email></b:OutlookMessageClass>
    </b:Email>
    </a:Result>
    </GetMailsResult>
    </GetMailsResponse>
    </s:Body>
    </s:Envelope>
    Has anyone any ideas as to why I am getting no data returned in my report.
    Any help would be greatly appreciated.

    Subreports make their own data connection, the reason why subreports are used for other data sources.
    Post to the Report Design forum to help on redesigning the report

  • Oracle PL/SQL Web service - dynamic parameters... possible?

    Oracle 11.2.0.3 - newbie on web services!
    Currently we have a pl/sql web service taking in 2 static parameters and returning a varchar2 response.
    I was asked today if it's possible for a web service to take in a dynamic set of parameters and return a corresponding set of results. It's as if I need to pass the web service a table with two columns and return a table of one column.
    For example:
                        Input                          Output
              1 2                             3
              3 4                             7
              5 6                            11output being in XML of course. It is possible?
    p.s. I posted this in OC4J also - no response hence the re-post !

    Parameters relate to procedures. Web Services require XML messages.
    Where are the parameters coming from? You cannot pass a dynamic number of parameters into a procedure, but you can pass a structured type as a parameter which can contain multiple values, whether that is an array/collection type or an XML document itself.
    Just package up the values into the XML and pass it to the web service.
    If this doesn't answer your question, please post more information, with some example data and code. Read the FAQ: {message:id=9360002}

  • Web Service - Complex Parameters

    Hi, I'm trying to get a specific Web Service working by
    calling the appropriate parameters and I can't seem to get it
    working properly in Flex.. I have this Web Service working just
    fine in Microsoft's InfoPath product. When I call the Web Service
    and trace I notice the parameters returned are in the wrong order
    and the complex parameter doesn't show the sub tags (MS Infopath
    does). Also, the parameters I leave empty return with "[Object
    Object]" (MS Infopath doesn't do this). So it looks like flex isn't
    doing something right with my Webservice. Here's what I am
    passing.. If I'm doing something wrong please let me know.. Any
    ideas or opinions are greatly appreciated!
    <mx:request>
    <Infoprovider></Infoprovider>
    <Parameter>
    <item>
    <Name></Name>
    <Value></Value>
    </item>
    </Parameter>
    <Query>ZG_PUR_104E</Query>
    <ViewId></ViewId>
    </mx:request>

    Me to, and i use Axis for web services (and WebSphere
    WebServices).
    And, if you use bind from text input you get [object Object]
    in general case
    <mx:request>
    <value>{entry1.text}</value>
    </mx:request>
    <mx:TextInput x="23" y="101" text="" id="entry1"/>
    if you enter any text at textinput and delete it you DONT get
    "[object Object]" at web service....
    if you dont enter text you get "[object Object]" at web
    service...
    if you use variable or other elements its the same.
    Any help?
    TIA

  • Start GP Process from VC using Web Service with parameters

    Hi,
    II´m trying to instantiate a GP process from a Vc iView using a Web Service; I always used Instantiation via URL but using this method I don´t have any "return" data from GP saying "Ok - The process started succesfully".
    The questions are:
    1) Is possible to start a GP process via Web Services through a VC Flash iview? If so, is posible to send input parameters to the process via the web service?
    2) Does the web service returns any message with the status of the process? ( something like: "the process started succesfully")
    Best regards,
    Marco.

    1) Is possible to start a GP process via Web Services through a VC Flash iview? If so, is posible to send input parameters to the process via the web service?
    A: Yes. You can send input parameters to the service through WS.
    2) Does the web service returns any message with the status of the process? ( something like: "the process started succesfully")
    A: Yes. The return message can be added to the WS. It depends on how do designed the WS.
    -Ashutosh

  • Exporting to Microsoft Excel from a DataView Web Part consuming a Web Service with Parameters

    In Sharepoint Designer, I've developed a page displaying a DataView Web Part which consumes an XML Web Service with three parameters.  These parameters are passed in from a simple Form Web Part containing three input fields.  I am able to provide default values for the web service so the dataview is initially populated, and when I enter in new parameters, the web service goes back, grabs the requested data and displays in the dataview nice and slick.
    The problem I'm having is this: In Internet Explorer 7, when I right-click on the DataView Web Part and select Export to Microsoft Excel, Excel opens up, says "ExternalData_1: Getting Data..." and returns the data from the web service which applies to the default parameter values each and every time, regardless of whether I have changed the parameters on the web page, and contrary to what the DataView Web Part displays on the screen.
    Has anyone else run into this, and is there a solution to the problem?
    Best regards,
    Mark Christie

    Hi Bullish35,
     It's possible to provide single export button and export your 4 dataview webparts. Here's the modified code.
    <Script Language="Javascript">
    function isIE() // Function to Determine IE or Not
    return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent);
    function exportToExcel() // Function to Export the Table Data to Excel.
    var isIEBrowser = isIE();
    if(isIEBrowser== false)
    alert('Please use Internet Explorer for Excel Export Functionality.');
    return false;
    else
    var strTableID1 = "detailsTable1", strTableID2 = "detailsTable2", strTableID3 = "detailsTable3", strTableID4 = "detailsTable4";
    var objExcel = new ActiveXObject("Excel.Application");
    var objWorkBook = objExcel.Workbooks.Add;
    var objWorkSheet = objWorkBook.Worksheets(1);
    var detailsTable = document.getElementById(strTableID1);
    var intRowIndexGlobal= 0;
    for (var intRowIndex=0;intRowIndex<detailsTable1.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable1.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable1.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable2.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable2.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable2.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable3.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable3.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable3.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    for (var intRowIndex=0;intRowIndex<detailsTable4.rows.length;intRowIndex++)
    for (var intColumnIndex=0;intColumnIndex<detailsTable4.rows(intRowIndex).cells.length;intColumnIndex++)
    if(intColumnIndex != 3)
    objWorkSheet.Cells(intRowIndexGlobal+1,intColumnIndex+1) = detailsTable4.rows(intRowIndex).cells(intColumnIndex).innerText;
    intRowIndexGlobal++;
    objExcel.Visible = true;
    objExcel.UserControl = true;
    </Script>
    I haven't tested this. But it should work! :)Regards,
    Venkatesh R
    /* My Code Runs in Visual Studio 2010 */
    http://geekswithblogs.net/venkatx5/

Maybe you are looking for

  • Any help in downloading trial version of PS CC?

    I have tried downloading the trial version multiple times. When it does show that it is downloading, all I get is 30 bytes and an icon that shows a circle with a slash through it. After that the download window shows that I am up to date and will not

  • Pavillion 21 won't power on but power light is on

    My pavillion 21 will not come on although the power button lights up. The screen doesn't come on at all. Please help I've had it only a month and have no clue as to why it won't come on.

  • 2008 iMac display failure, dvi out to another display?

    Computer seems to be running fine, but display was intermittent and now blank.  Can I bypass Imac screen by using dvi out to another display device? thx

  • Locating pictures used in Screen Saver (Previously loaded)

    I've noticed that the options for screen savers such as Beach, Cosmos, and Abstract are quite interesting and was wondering if it's possible to locate the folder where these images are stored. I would like to use them as a background if it's even pos

  • Installing Designer

    I have installed Oracle 8i Personal Edition (OraHome81) and created some database. On the same machine I installed Designer 2000 (Orant). I really don't know how to connect in the Designer to my database. It always tells me some TNS error. I tried to