Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Clearing dataset JSON values from browser?
Wed, Sep 14 2016 5:31 PMPermanent Link

Trinione

Is it possible to clear the dataset's JSON values from browser?

For example, after a form is freed or dataset.Close - the data still appears upon Inspection.

Basically, a Database.UnloadRows(ds) which removes JSON completely, or clears the data it contains at the least.
Mon, Sep 19 2016 7:19 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< Is it possible to clear the dataset's JSON values from browser?

For example, after a form is freed or dataset.Close - the data still appears upon Inspection.

Basically, a Database.UnloadRows(ds) which removes JSON completely, or clears the data it contains at the least. >>

Exactly which property are you referring to ?  EWB doesn't store its rows in memory as JSON.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Sep 19 2016 10:06 AMPermanent Link

Trinione

Tim Young [Elevate Software] wrote:
<< Exactly which property are you referring to ?  EWB doesn't store its rows in memory as JSON.>>


For example, whenever a Database.LoadRows(dsCustomer); command the dataset values are visible in the Chrome Developer debug area.

Just wondering if there is a way to remove it from EWB?
Tue, Sep 20 2016 6:01 AMPermanent Link

Matthew Jones

Trinione wrote:

> For example, whenever a Database.LoadRows(dsCustomer); command the
> dataset values are visible in the Chrome Developer debug area.

Which part of the debug area? Are you actually freeing the form, or
just closing it?

Plainly the data must be in the DOM for display, and in memory objects
until you free them. It might be better to put up an example somewhere
for people to review.

--

Matthew Jones
Wed, Sep 21 2016 6:25 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< For example, whenever a Database.LoadRows(dsCustomer); command the dataset values are visible in the Chrome Developer debug area.

Just wondering if there is a way to remove it from EWB? >>

It's not actually "in EWB".  It's in the browser, which we have no control over.

Tim Young
Elevate Software
www.elevatesoft.com
Image