> 1.  Is my approach sound?
Yep.

> 2.  I was thinking this could be acomplished with a couple of extra
> screens containing the file editing routines, without the use of an
> action file (seeing as most of the action files seem to be used for
> MySQL queries, updates, and such).  If my assessment is correct, can
> I create the file selection form using the "StartForm" function using
> only "screen", "post" and "name" values?  Or, is an action file necessary?

You should create an action module.  Action modules are not just for
database writes.  They are for any writing to the database, filesystem
or network.  You shouldn't put any code in a screen module that writes
data.  Screens only display data.

Leon



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to