Dữ kiện

On the Events tab page you can link macros to events that occur in a form's control fields.

When the event occurs, the linked macro will be called. To assign a macro to an event, press the ... button. The Assign Action dialog opens.

Để truy cập lệnh này...

Open context menu of a selected form element - choose Control - Events tab.

Open Form Controls toolbar or Form Design toolbar, click Control icon - Events tab.


Depending on the control, different events are available. Only the available events for the selected control and context are listed on the Events tab page.
The following events are defined:

Chấp nhận hành động

This event takes place before an action is triggered by clicking the control. For example, clicking a "Submit" button initiates a send action; however, the actual "send" process is started only when the When initiating event occurs. The Approve action event allows you to kill the process. If the linked method sends back FALSE, When initiating will not be executed.

thực thi hành động

The Execute action event occurs when an action is started. For example, if you have a "Submit" button in your form, the send process represents the action to be initiated.

Đã thay đổi

The Changed event takes place when the control loses the focus and the content of the control has changed since it lost the focus.

Văn bản đã sửa đổi

The Text modified event takes place if you enter or modify a text in an input field.

Trạng thái mục đã thay đổi

The Item status changed event takes place if the status of the control field has changed.

Khi nhận tiêu điểm

The When receiving focus event takes place if a control field receives the focus.

Khi mất tiêu điểm

Dữ kiện Khi mất tiêu điểm xảy ra nếu trường điều khiển mất tiêu điểm (không còn được lựa chọn lại).

Bấm phím

The Key pressed event occurs when the user presses any key while the control has the focus. This event may be linked to a macro for checking entries.

Buông ra phím

The Key released event occurs when the user releases any key while the control has the focus.

Chuột bên trong

The Mouse inside event takes place if the mouse is inside the control field.

Chuột di chuyển khi bấm phím

The Mouse moved while key pressed event takes place when the mouse is dragged while a key is pressed. An example is when, during drag-and-drop, an additional key determines the mode (move or copy).

Chuột di chuyển

The Mouse moved event occurs if the mouse moves over the control.

Bấm nút chuột

The Mouse button pressed event occurs if the mouse button is pressed while the mouse pointer is on the control.

Biểu tượng Ghi chú

Note that this event is also used for notifying requests for a popup context menu on the control.


Buông ra nút chuột

The Mouse button released event occurs if the mouse button is released while the mouse pointer is on the control.

Chuột bên ngoài

The Mouse outside event takes place when the mouse is outside the control field.

Trước khi cập nhật

Dữ kiện « Trước khi cập nhật » xảy ra trước khi nội dung điều khiển do người dùng thay đổi được ghi vào nguồn dữ liệu. Vĩ lệnh đã liên kết có khả năng, chẳng hạn, ngăn cản hành động này bằng cách trả lại "FALSE" (sai).

Sau khi cập nhật

Dữ kiện « Sau khi cập nhật » xảy ra sau khi nội dung điều khiển do người dùng thay đổi được ghi vào nguồn dữ liệu.

Trước khi đặt lại

Dữ kiện Trước khi đặt lại xảy ra trước khi biểu mẫu được đặt lại. Vĩ lệnh đã liên kết có khả năng, chẳng hạn, ngăn cản hành động này bằng cách trả lại "FALSE" (sai).

Biểu mẫu được đặt lại nếu thỏa một của những điều kiện này:

  1. Người dùng bấm cái nút (HTML) được xác định như là cái nút đặt lại.

  2. Một bản ghi rỗng mới được tạo trong một biểu mẫu được liên kết đến một nguồn dữ liệu. Chẳng hạn, trong bản ghi cuối cùng, nút Bản ghi kế có thể được bấm.

Sau khi đặt lại

Dữ kiện Sau khi đặt lại xảy ra sau khi biểu mẫu đã được đặt lại.