Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 15 of 15 total
Thread Strange..
Wed, Oct 17 2018 3:27 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Ian


>    No offence but at this stage I think I will bundle it up and send it to Tim for assessment.

Many have tried, but I don't follow modern practice and its almost impossible to offend me Smiley

Roy
Wed, Oct 17 2018 5:36 AMPermanent Link

Ian Branch

Avatar

VBG
Wed, Oct 17 2018 4:42 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

<< If I clicked the Last button in the Navigator, all but one of the bins dissappeared. Frown?????  Nothing would restore them except restarting the test app. >>

This indicates that the target table is probably corrupt.  Did you verify the table to make sure that you don't have index issues ?  Also, please see my reply on the other thread regarding Windows 2012 and higher with direct, local sessions sharing databases, as it may be playing a part, also.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Oct 23 2018 12:55 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

Okay, I finally got a chance to look at your project.  The issue is that you have the Parts table set up as the target of a lookup field *and* bound to a TDataSource/TDBGrid control.  Doing that will cause the TDataSource and lookup field to fight over the current record position, and will give you the weird results that you're seeing.  Just make sure to use a *separate* dataset for each purpose, and that will fix the issue.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Oct 23 2018 4:44 PMPermanent Link

Ian Branch

Avatar

Tim Young [Elevate Software] wrote:

> Ian,
>
> Okay, I finally got a chance to look at your project.  The issue is that you have the Parts table set up as the
> target of a lookup field and bound to a TDataSource/TDBGrid control.  Doing that will cause the TDataSource and
> lookup field to fight over the current record position, and will give you the weird results that you're seeing.  Just
> make sure to use a separate dataset for each purpose, and that will fix the issue.
>
> Tim Young
> Elevate Software
> www.elevatesoft.com

Hi Tim,
   Doh!  So obvious when you point it out.  One for th ememory banks on what not to do.
   Thanks for the assist.
Regards,
Ian
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image