Click to See Complete Forum and Search --> : xBase - Embedded Object


Bernie B
April 25th, 2001, 11:09 AM
I've got an xBase or dBase IV/V .DBF file which I can open programmatically using the data control in VB 4.0. Only problem is that it's not giving me a full list of the fields.

There are two fields called DRAFT_OBJ and LIVE_OBJ which contain Microsoft Word files. Actually, I think, the fields contain links to a .DBT file which contains the actual Microsoft Word data.

My problem is that I can't get at those two fields to get the data. I have the same problem programmatically and in MS Access. Any suggestions?


Bernie