Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Problem opening table
Sat, Jan 5 2008 1:40 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Although the memo/blob problem was mine this one I can't sort.

There's a further problem which is an ElevateDB one, but linked I think, when I try and convert the tables stored in memo fields from DBISAM from ElevateDB.  I've written code to convert them ....

Translate('ELN', '_Graphics', InLinePics, edbPics);
Translate('ELN', '_Recipients', Recipients, edbRecipients);
Translate('Emails', '_Graphics', InLinePics, edbPics);
Translate('EMails', '_Recipients', Recipients, edbRecipients);
Translate('Templates', '_Attachments', Attachments, edbAtts);
Translate('Templates', '_InLine', InLinePics, edbPics);

The first 4 work well, the fifth fails when I try and open Interim (an EDBTable) after changing the table name to templates with the error "field _recipients does not exist". This is quite true Smileybut why am I getting the error? I have no persistent fields defined for Interim. I close it at the end of Translate.

Tracing through in edbcomps it seems (I've been caught before) to be here procedure TEDBDataSet.InternalInitFieldDefs; There are 8 columns and it blows up when I is 4.

Roy Lambert
Mon, Jan 7 2008 7:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Although the memo/blob problem was mine this one I can't sort.

There's a further problem which is an ElevateDB one, but linked I think,
when I try and convert the tables stored in memo fields from DBISAM from
ElevateDB. I've written code to convert them .... >>

If you want to send me the code, I can take a look.  I have no idea off the
top of my head what the issue is without seeing the code.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jan 8 2008 3:33 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Bumph sent via email
Roy Lambert
Tue, Jan 8 2008 3:45 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Reading again this one was my fault as well - forgot to remove a filter.

Roy Lambert
Thu, Jan 10 2008 3:04 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

It was me (surprise, surprise) I'd forgotten to clear a filter Smiley

Roy Lambert
Image