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 Tree List

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 Data Change

Will execute after the data has been posted to the table

 

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, the specified EEP will run

 

ð 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 Layout Change

Will execute when the control's layout has been changed

 

ð On Left Position Change

Will execute when the grid view is scrolled horizontally, and the displayed left position column 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 Resize

Will execute when the control is resized

 

ð On Selection Change

Will execute after an active column has been changed

 

ð On Top Record 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

DBTreeList_EEPs