> This can happens if you > > 1) > fldText = assign some value > > and DO NOT do cursor.UpdateRecord() on some reason. > I have see a couple of times that developer do > UpdateRecord() by IF(). This is not correct.
In this case logical mistake in your code
> ---------- > 2) > you have made > > fldText = assign some value > cursor.UpdateRecord() > > But cursor was read only. So update is not executed, but your data left in > file.
In this case you should get some error.
-- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan .AT. paradigmasoft .DOT com web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina -------------------------------------------------------------
_______________________________________________ Valentina mailing list Valentina@lists.macserve.net http://lists.macserve.net/mailman/listinfo/valentina
©2003 Ruslan Zasukhin |