Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 5 of 5 total |
Clearing dataset JSON values from browser? |
Wed, Sep 14 2016 5:31 PM | Permanent 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 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. 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 AM | Permanent 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 AM | Permanent 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 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. 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 |
This web page was last updated on Tuesday, December 10, 2024 at 04:57 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |