StrataFrame Forum

Sql Text Fields

http://forum.strataframe.net/Topic824.aspx

By Nikki Chase - 4/19/2006

I have imported a few Foxpro tables to Sql and Sql converts the memo Fields to SQL Text type.

 If I add a new record and then undo I get an Index out of range exception. however if I close the form and do not save changes everything is happy.

Public Property [cucomment]() As System.String

Get

Return CType(Me.CurrentRow.Item("cucomment"), System.String) --> Exception here

End Get

Set(ByVal value As System.String)

Me.CurrentRow.Item("cucomment") = value

End Set

End Property

By Nikki Chase - 4/19/2006

Oops forgot I already posted this sorry about that
By Trent L. Taylor - 4/20/2006

Nikki,

This issue has already been resolved and will be available for download by the weekend.  Thanks for the heads up though.