Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

on_form_copy_table

Overview

The on_form_copy_table event is called when the FORM_COPY_TABLE menu function is invoked.

Syntax/Parameters

Syntax

int on_form_copy_table ( ) { ... }

Parameters

(none)

 

Return Value

Must return an int. The int can contain error information as a formatted error code.

Remarks

The default action for Forms View is to ignore the request (returns ERROR_FUNCTION_NOT_SUPPORTED). The FORM_COPY_TABLE menu item copies a table in Forms View to the clipboard.

To enable the ribbon or menu function, the hook on_menu_init() must return the bit FV_FORM_COPY_TABLE.

Related Events

Page revised 2024-04-22