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

GetStringPart gets only one row !

Status
Not open for further replies.

sheila11

Programmer
Dec 27, 2000
251
US
Hi all,

I am using the example code in ASP to get html report into my webpage.
set WebIOutput = WebIDocument.GetHTMLView(false)
Cell = WebIOutput.GetStringPart("html", False)

It works fine for most reports. But in case of one report I get only the first row of the report on the webpage. What could be the reason? (The report looks fine in InfoView!)

TIA,
Sheila
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top