Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Dataset - Load Columns from URL - not implemented yet?
Thu, Apr 9 2015 8:35 AMPermanent Link

Walter Matte

Tactical Business Corporation

I have built my own Web Server and use this a lot.

Load columns from a URL user web server request - this not in EWB 2

Or Dataset Columns - save to file load from file - I could use the Load from file if it was there.

Walter
Thu, Apr 9 2015 10:44 AMPermanent Link

Uli Becker

Walter,

> Load columns from a URL user web server request - this not in EWB 2
> Or Dataset Columns - save to file load from file - I could use the Load from file if it was there.

I can't find the thread any more, but I asked that earlier. No, these
buttons don't exist any more.
In order to automatically load the columns of a dataset, you have to
create the dataset in the dataset manager and add the columns via
drag&drop from there.

Uli
Thu, Apr 9 2015 5:19 PMPermanent Link

Walter Matte

Tactical Business Corporation

Uli,

Thanks I found the thread.

Tim

Is this capability completely impossible?  This was a real help - more than a help.

I have a table that holds SQL query statements (like views).  And I used this feature not just to load fields from tables - but fields used in these queries.

Can we get Load Columns from File, if we cannot get load Columns from URL.

Please consider.

Thanks,

Walter
Thu, Apr 9 2015 7:11 PMPermanent Link

Walter Matte

Tactical Business Corporation

Tim - I got it!!!  No problem.


EWB2 ROCKS!!!



I added a string property to TDataset and published it, then in the Setter - I call LoadColumns!!


procedure TDataSet.SetLoadJsonCol(Value: string);
begin
 LoadColumns(Value);
end;


It worked perfectly.


Walter
Fri, Apr 10 2015 4:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Walter,

<< I added a string property to TDataset and published it, then in the
Setter - I call LoadColumns!! >>

Nicely done. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Apr 10 2015 7:25 PMPermanent Link

Walter Matte

Tactical Business Corporation

Tim:

No credit to me.  YOU have nicely built a wonderful product and I sing your praises often, and I know a few have listened (purchased), but I feel the need to tell more.

Thank you for persisting.

If you get to Toronto this month I will be there!

Walter
Mon, Apr 13 2015 10:36 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Walter,

<< No credit to me.  YOU have nicely built a wonderful product and I sing
your praises often, and I know a few have listened (purchased), but I feel
the need to tell more. >>

Every little bit helps, so keep it up. Smile

<< If you get to Toronto this month I will be there! >>

We will definitely be there.  Right now the date looks like May 4th - it got
bumped back a bit.  We're waiting until everything is finalized with Bruce
before letting everyone know via email.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Apr 20 2015 3:41 PMPermanent Link

Raul

Team Elevate Team Elevate

"Tim Young [Elevate Software]" wrote:
<<
<< If you get to Toronto this month I will be there! >>

We will definitely be there.  Right now the date looks like May 4th - it got
bumped back a bit.  We're waiting until everything is finalized with Bruce
before letting everyone know via email.
>>

Saw the TDUG notice recently and it is definitely May 4th.

I do plan to attend also.

Raul
Tue, Apr 21 2015 12:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Raul,

<< Saw the TDUG notice recently and it is definitely May 4th. >>

Sam's sending out notifications today.

<< I do plan to attend also. >>

Fantastic, this will be fun. Smile

Tim Young
Elevate Software
www.elevatesoft.com

Image