Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 12 MAY 2009 04:27:27PM Mark Glicksman wrote:

I have an Inet routine for oecgi2 that includes a write_row statement. When it returns html to the browser, it tags on and SSP615 message indicating the row was successfully written. How can I suppress this message? If I look at the page source, it appears after the final tag.


At 12 MAY 2009 09:14PM Bob Carten wrote:

Add a line, either in the program where you use write_row or in Inet_Finalize, to clear the status information set by Write_row, e.g.

Call Set_Status(0)

Versions of OECGI2.exe dated November 2000 or so pass status() information through to the browser. Newer versions, dated after June 2008 do not pass taht information back. WRITE_ROW sets status on success or failure, so a successful


At 13 MAY 2009 12:05PM Mark Glicksman wrote:

Set_Status(0) worked. Thanks!

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/2d3808963720a9af852575b40070609d.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1