Table of a VFeld from a VCursor

Ed Kleban Ed at Kleban.com
Mon Nov 21 11:17:52 CST 2005


When you get a VField from a VCursor, such as with:

    aVField = aVCursor.Field( "SomeFieldName" )

What is the value of aVField.Table ?

    Is it nil?
    Is it aVCursor?
    Is it the VTable from which the vField was extracted by SQL and added to
the Cursor?

I'm hoping that given you have a VField obtained from a VCursor in this
manner that there is some way to determine which VCursor the VField comes
from.  Is there some way to find out?

Thanks!
--Ed


More information about the Valentina mailing list