From b38802fae54ceef5e11a968b8ca0d74d4c1300b0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 27 Oct 2014 19:37:12 +0000 Subject: Reworked the code to allow passing in connection parameters --- db-listtables-html.lsp | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'db-listtables-html.lsp') diff --git a/db-listtables-html.lsp b/db-listtables-html.lsp index 23ecfc4..f0db6b7 100644 --- a/db-listtables-html.lsp +++ b/db-listtables-html.lsp @@ -2,7 +2,7 @@ <% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> -<% if #form.value>0 then %> +<% if form.value.tables and #form.value.tables.value>0 then %>