Friday, January 17, 2025

Tip of the Day: Disable Processing While You Scroll
Product: R:BASE 11
Build: 11.0.2.20107 or higher
Section: Forms
Keywords: Dataset, PROPERTY, ENABLEDATASETSCROLL, Scroll

Did you know a form may be updated to disable processing when scrolling the 
dataset?

Syntax:

PROPERTY RBASE_FORM ENABLEDATASETSCROLL 'TRUE|FALSE'

An example is when rows are populated within a grid, where partial or all rows 
in the dataset are traversed. During the traversal, processes are performed for 
each dataset row to synchronize the form objects (e.g., variables, control 
states, etc.).

If ENABLEDATASETSCROLL is FALSE, these processes are not performed, providing 
faster response times and more fluid scrolling. The default value is TRUE.

You can use the PROPERTY command below to disable processing in forms where 
scrolling a large dataset is desired.

PROPERTY RBASE_FORM ENABLEDATASETSCROLL 'FALSE'

The feature is handy in grid-like controls where many rows are loaded.

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com
 
 

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/rbase-l/963638065.765311.1737106971495%40email.ionos.com.

Reply via email to