Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

on_form_export_table_csv

Overview

The on_form_export_table_csv event is called when the FORM_EXPORT_TABLE_CSV menu function is invoked..

Syntax/Parameters

Syntax

int on_form_export_table_csv ( ) { ... }

Parameters

(none)

 

Return Value

An int returned as a formatted error code. The error is passed back to the caller.

Remarks

The default action for Forms View is to ignore the request (returns ERROR_FUNCTION_NOT_SUPPORTED).

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

Related Events

on_menu_init — Called anytime the ribbon or a menu must be prepared for display or updated.

Page revised 2024-04-22