space Baylys
Just practicing to pass the Turing test.
space
space
space
space
Developer for Hire!
space
addedValues Plugin
space

Home

What's new

Bayly.Root

Cornershop Plugin

Career

edutools Root

Enhancements

Interests

linguist Plugin

Manila

Patches

space

mainresponder

manilaData

manilamacros

manilaSuite

system

space
space

agents

verbs

space
space

apps

builtins

space
space

betty

export

html

space
space

ftpTable

nextprev

space

rootUpdates

table

webserver

Patches by Group

Papers

Sales

Sign My Guestbook

User(land) Relations.

Contact Address

Search Baylys

urlchains

space
Join Now
Login
space space space

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.
 unaltered lines omitted
  «Changes
  «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)
 
  if adrPageTable == nil
 unaltered lines omitted
 
  html.callFileWriterStartup (adrTable, adrPageTable, template) //DrMatt 00/12/28, 12:31:42 by DAB
 
  on doTable (adrTable)
 unaltered lines omitted
 
  doTable (adrTable)
 
  html.callFileWriterShutdown (adrTable, adrPageTable, template) //drMatt 00/12/28, 12:31:50 by DAB
 
  window.msg ("")
 
  «Display in browser.
  if flDisplayInBrowser
 unaltered lines omitted
 
  «Show a dialog.
  if flDialog
 unaltered lines omitted
 
  return (true)

Relative to Frontier version 9.7b10