Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: How To (Forms, Reports, and more) > Forms > Form Designer > Form Controls > Database Controls > Enhanced DB Grid

EEPs

Scroll Prev Top Next More

 

ð On Entry into DB Grid

On entry into the grid, the specified EEP will run

 

To load a pre-existing EEP file, select the "..." button.

In

Specifies a command block to run within a procedure file

Edit...

Opens the R:BASE Editor to create/edit an external EEP file

Edit Custom EEP...

Opens the R:BASE Editor to create/edit a custom EEP that is stored within the form

 

ð On Exit from DB Grid

On exit from the grid, the specified EEP will run

 

To load a pre-existing EEP file, select the "..." button.

In

Specifies a command block to run within a procedure file

Edit...

Opens the R:BASE Editor to create/edit an external EEP file

Edit Custom EEP...

Opens the R:BASE Editor to create/edit a custom EEP that is stored within the form

 

ð On Entry into DB Grid Column

On entry into the grid column, the specified EEP will run

 

To load a pre-existing EEP file, select the "..." button.

In

Specifies a command block to run within a procedure file

Edit...

Opens the R:BASE Editor to create/edit an external EEP file

Edit Custom EEP...

Opens the R:BASE Editor to create/edit a custom EEP that is stored within the form

 

ð On Exit from DB Grid Column

On exit from the grid column, the specified EEP will run

 

ð On DB Grid Column Moved

When a grid column header is moved, the specified EEP will run

 

ð On DB Grid Cell Click

Upon clicking within a cell, the specified EEP will run

 

ð On DB Grid After Cell Click

After clicking within a cell, the specified EEP will run

 

ð On Double Click

Upon double clicking, the specified EEP will run

 

ð On Col Widths Change

Will execute when the column width is changed (initial data loading and when resized using mouse)

 

ð On Filter Change

Will execute when the filter text is changed

 

ð On Mouse Enter

Will execute when the mouse cursor enters the object area

 

ð On Mouse Leave

Will execute when the mouse cursor leaves the object area

 

ð On Top Left Change

Will execute when grid view is scrolled left or right

 

ð On Cell Right Click

Upon right clicking within a cell, the specified EEP will run

 

EnhancedDBGrid_EEPs

 

 

See also:

 

Form EEP Information

How to Define Form EEPs

Understanding the DB Grid EEP Options