PDA

View Full Version : Win98 Client Problems


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

Vann Joe
January 27, 2003, 17:40:23
I also note that Visual Studio .net won't install on Win98.

For such reasons we aren't making our apps available for anything but W2K and above. We'll continue to offer our tx8 app for those operating systems when we come out with the tx dot net app.