User Tools

Site Tools


setalerts_alert_keystrokes_for_the_edit_control_querylistvisual_.htm
Navigation:  ABC Library Reference > QueryListVisual > QueryListVisual Methods >====== SetAlerts (alert keystrokes for the edit control:QueryListVisual) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetAlerts, DERIVED

blk2blue.jpg

The SetAlerts method method alerts appropriate keystrokes for the edit-in-place control.

Implementation:

The Init method calls the CreateControl method to create the input control and set the FEQ property. The Init method then calls the SetAlerts method to alert specific keystrokes for the query dialog. Alerted keys are:

MouseLeft2    !edit selected record

InsertKey     !add a query field

CtrlEnter     !edit selected record

DeleteKey     !delete query field

Example:

EditClass.Init PROCEDURE(UNSIGNED FieldNo,UNSIGNED ListBox,*? UseVar)

CODE

SELF.ListBoxFeq = ListBox

SELF.CreateControl()

ASSERT(SELF.Feq)

SELF.UseVar &= UseVar

SELF.Feq{PROP:Text} = ListBox{PROPLIST:Picture,FieldNo}

SELF.Feq{PROP:Use} = UseVar

SELF.SetAlerts

See Also:     Init

setalerts_alert_keystrokes_for_the_edit_control_querylistvisual_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1