Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 12 total
Thread Delphi TOKYO Support
Thu, Mar 30 2017 12:52 AMPermanent Link

Scott Woods

Hi  - is there an ETA when a new version will be out to support Delphi 10.2 (TOKYO)?

Regards
Scott
Thu, Mar 30 2017 4:59 AMPermanent Link

Matthew Jones

Scott Woods wrote:

> Hi  - is there an ETA when a new version will be out to support Delphi 10.2 (TOKYO)?

http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=12248#12248

--

Matthew Jones
Thu, Mar 30 2017 11:38 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Scott,

<< Hi  - is there an ETA when a new version will be out to support Delphi 10.2 (TOKYO)? >>

It won't be later than Monday or Tuesday.  I just need to finish up some new installation support for Visual Studio 2017, and then it will be ready.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Mar 30 2017 6:06 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

Dang.  I'm slow on the draw this release to pester for the new IDE.  Wink


Tim Young [Elevate Software] wrote:

Scott,

<< Hi  - is there an ETA when a new version will be out to support Delphi 10.2 (TOKYO)? >>

It won't be later than Monday or Tuesday.  I just need to finish up some new installation support for Visual Studio 2017, and then it will be ready.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Apr 6 2017 5:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lance,

<< Dang.  I'm slow on the draw this release to pester for the new IDE.  Wink>>

Yeah, but I'm always late, so there's plenty of time... Wink

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Apr 15 2017 3:52 PMPermanent Link

Scott Woods

Hi Tim - I have downloaded build 25 and I am now seeing a 506 error.

The error comes when I am loading my database on a thread and connecting to a data source on the thread.  This problem did not occur in build 24, but I am now seeing it in build 25 with no code changes to my project from 24 to 25.  Let me know if you need additional information.

Thanks
Scott
Mon, Apr 17 2017 8:56 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Scott,

<< Hi Tim - I have downloaded build 25 and I am now seeing a 506 error.

The error comes when I am loading my database on a thread and connecting to a data source on the thread.  This problem did not occur in build 24, but I am now seeing it in build 25 with no code changes to my project from 24 to 25.  Let me know if you need additional information. >>

I assume that you mean 2.24 and 2.25 ?

And yes, I will need a sample project that reproduces what you're seeing.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Apr 17 2017 6:34 PMPermanent Link

Scott Woods


<< I assume that you mean 2.24 and 2.25 ?>>

Yes

<< And yes, I will need a sample project that reproduces what you're seeing. >>

Ok this will take some time as I need to create a demo app to do this.
Mon, Apr 17 2017 8:50 PMPermanent Link

Scott Woods

Tim - I reproduced the issue with the code below.  Note no need to run on a thread like the prior thread states, you can call this procedure from a button.  It appears the 506 error occurs when setting the RecordLockProtocole:

procedure TdmData.LoadData;
var
 DBName : string;
begin
 DBName := 'YourDBName';
 DBMain.DatabaseName := DBName;
 DBMain.Database := DBName;
 dsMain.RecordLockProtocol := lpOptimistic; // This causes the error
 dsMain.Connected := True;
 dbMain.Connected := True;
end;
Tue, Apr 18 2017 12:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Scott,

<< Tim - I reproduced the issue with the code below.  Note no need to run on a thread like the prior thread states, you can call this procedure from a button.  It appears the 506 error occurs when setting the RecordLockProtocole: >>

Okay, I'll check it out and see if I can replicate it here.

Tim Young
Elevate Software
www.elevatesoft.com
Page 1 of 2Next Page »
Jump to Page:  1 2
Image