Wednesday, October 14, 2020

Tip of the Day: Check the Data Changed State Before SAVEROW
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.3.11008 or higher
Sections......: Forms
Keywords......: SAVEROW, PROPERTY, Edit Mode, Data Changed State, EEP

Did you know there is a new APPLICATION property to check if the data in a
form has changed, prior to using SAVEROW in a form EEP?

The CHECK_STATE_ON_SAVEROW property is an APPLICATION parameter to check if
data has changed in form, prior to using the SAVEROW command in a form EEP,
and will bypass the process of saving the dataset.

When the property is ON, SAVEROW will post data only if the table is in edit
mode and data values were changed. The default is OFF.

PROPERTY APPLICATION CHECK_STATE_ON_SAVEROW ON

The ON behavior allows for form variable and variable control recalculations
to be performed, but skips the overhead of saving data to the table if no data
has actually been modified!

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0M5dpW-1kHTPr31aq-00xXU3%40mrelay.perfora.net.

Reply via email to