Has anyone else experienced an issue with the Active4D command 'set response header' after upgrading to 4D 2004.4?

I recently upgraded to 2004.4 (due to other major 4D issues), and now I'm having a problem with a few of our Active4D pages. Several of our dynamic pages send back plain text instead of HTML, so I use Active4D's 'set response header' command to change the value of the 'Content-Type' header:

        set response header( "Content-Type"; "text/plain" )

You'll have much better luck if you use:

   set content type("text/plain")

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to