Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread D3: Add Fields to TDBISAMTable
Mon, Jul 23 2007 3:28 PMPermanent Link

Michael Fullerton
DBISAM 3

you how you double click a TDBISAMTable component and the fields
editor pops up. You can then right click and choose Add All Fields to
add any new fields to the FieldDefs. Is there a way to do this in
code?

I tried:
 myTable.FieldDefs.Updated:= False;
 myTable.FieldDefs.Update;

in datamodule OnCreate but nothing happened.
Mon, Jul 23 2007 5:48 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< you how you double click a TDBISAMTable component and the fields editor
pops up. You can then right click and choose Add All Fields to add any new
fields to the FieldDefs. Is there a way to do this in code? >>

See here:

http://www.elevatesoft.com/scripts/newsgrp.dll?action=openmsg&group=5&msg=45924&page=1#msg45924

--
Tim Young
Elevate Software
www.elevatesoft.com

Image