|
|
 |
 |
 |
system.verbs.builtins.html.ftpTable
This change makes scalable Content work when publishing a table. The patch was described and reported by Matt Neuberg in August 99.
Amended script
| on ftpTable (adrTable, flDialog=true, flDisplayInBrowser=false, adrPageTable=nil, template=nil) |
| |
«Publish an entire table and its subtables. |
| |
«10/4/04; 11:27:20 PM by JES |
| |
«When calling html.callFileWriterStartup and html.callFileWriterShutdown, pass the value of the template parameter. Change suggested by DAB. |
| |
local (f = "", url = "", siteTableAdr) |
| |
local (flDisplay = true, pageTable) |
| |
html.callFileWriterStartup (adrTable, adrPageTable, template) //DrMatt 00/12/28, 12:31:42 by DAB |
| |
html.callFileWriterShutdown (adrTable, adrPageTable, template) //drMatt 00/12/28, 12:31:50 by DAB |
Relative to Frontier version 9.7b10
|