Hi John
Yep, that worked. Thanks very much. I often have to do something
similar in VFP so I don't know why I didn't think of that. Frustrating
one this was though :-)
Your servant
Terry
-----Original Message-----
Terry,
One fix is to set a variable with the value of csr1.Desc and then update
the table from that variable.
Try this:
Dim sDesc as string
If SelectionInfo( SEL_INFO_NROWS) > 0 then
browse * from csr1
Fetch First From csr1 'Not usually necessary,
but good form
sDesc = csr1.Desc 'assign the
value to a variable
Update csrFacMastPlus
Set FT_Desc = sDesc 'update (all the
records?) the table with the variable
<--------------------------!!!!!!!!!!!!!!!
End If
Cheers,
_______________________________________________
Mapinfo-l mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l