Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Field Types / Declarations
Wed, Jul 11 2007 10:39 AMPermanent Link

"John Postnikoff"

My field types on certain tables have changed from:

ItemsTableItemCode: TStringField;
ItemsTableItemDescription: TStringField;

To this as an example:

StringField9: TStringField;
StringField10: TStringField;

How do I restore my field list on tables to meaningful names of the table.

What causes this?

John


Thu, Jul 12 2007 1:32 PMPermanent Link

Chris Erdal
John,

> How do I restore my field list on tables to meaningful names of the
> table.

One way to get them back, if you've not got too many event handlers on the
fields, is to select all the fields in the fields editor, press delete to
remove them all, and then add them back.

> What causes this?

I've done something similar in the past by selecting all fields in the
Fields editor, copying them with Ctrl-C, and then pasting them into another
fields editor (e.g. for a second TTable onto the same Table).
--
Chris
(XP-Pro + Delphi 7 Architect + DBISAM 4.25 build 4 + EDB 1.04 build 3)

Image