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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending variable data to OWC object

Status
Not open for further replies.

BarryMVS

IS-IT--Management
Apr 17, 2003
172
GB
Hi,

I have an ASP page that looks up data from an Access database and displays it on screen.

I wish to be able to offer the user the option to save this data as an Excel spreadsheet.

I have set up the Export to Excel using OWC11, but I am having trouble transfering some variables from the original ASP page into the OWC11 spreadshhet object / ASP page that makes the XML data to export as an XLS.

I have four variables that need to be transfered. A customer number, a start date, an end date and a save as name.

Does anyone now how to send variable data to an OWC object.

Code:
<object classid="clsid:0002E559-0000-0000-C000-000000000046" id="Spreadsheet1">
  <param name="XMLURL" value="groupstatsexport.asp">
</object>

I need to 'post' the data to this address through this object.

Any assistance you can offer would be most welcomed thanks.

Barry

ICT Network Administrator
IT Services Manager
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top