From c6c809498fb21bca5d03bdde5d2640a2b20dc4b4 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 10 Jan 2020 08:34:57 -0300 Subject: [PATCH] Update chapter-03-gbkb-reference.md --- book/chapter-03-gbkb-reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/chapter-03-gbkb-reference.md b/book/chapter-03-gbkb-reference.md index a09a8d87..2c9912b2 100644 --- a/book/chapter-03-gbkb-reference.md +++ b/book/chapter-03-gbkb-reference.md @@ -41,6 +41,10 @@ use dialog:*dialogName* instead of specifing an text answer in the column **answer**. The list of answers is a series of tabular files (.tsv, .csv, etc.) inside the **tabular** directory of the .gbkb. +## With a Script (PREVIEW) + +To call a VBA script stored on a .gbdialog, just specify the script file name in a form of `script:` instead of specifing an text answer in the column **answer**. When someone asks that match the **question**, the script will be invoked and the answer dialog will be started. + ## Subject Menu ### Associating a [Subject Menu Item](glossary.md#subject-menu-item) to a Dialog