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 > DB Vertical Grid

EEPs

Scroll Prev Top Next More

 

ð On Click

Upon clicking on the control, 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 Double Click

Upon double clicking on the control, 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 Enter

On entry into the control, the specified EEP will run

 

ð On Exit

On exit from the control, the specified EEP will run

 

ð 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 Resize

Will execute when the control is resized

 

ð On Top Row Index Change

Will execute after an end-user scrolls the control's contents

 

 

See also:

 

Form EEP Information

How to Define Form EEPs

Understanding the DB Grid EEP Options

DBVerticalGrid_EEPs