HaimK
January 27, 2003, 14:26:10
I have the following code in a form which loads xhtml fragments from a database
TextControl1.Load("<HTML><BODY>" & Dataset1.Tables(0).Rows(0)("MyText") & "</BODY></HTML>", TXTextControl.StringStreamType.HTMLFormat)
This code works fine for clients running win2000 pro. For clients with win98 the text is not loaded to the textcontrol.
Appreciate someones help/incite.
Haim Katz
TextControl1.Load("<HTML><BODY>" & Dataset1.Tables(0).Rows(0)("MyText") & "</BODY></HTML>", TXTextControl.StringStreamType.HTMLFormat)
This code works fine for clients running win2000 pro. For clients with win98 the text is not loaded to the textcontrol.
Appreciate someones help/incite.
Haim Katz