Date:  09/18/2003 04:19:00 PM Msg ID:  001629
From:  Carlos Fuertes Thread:  001585
Subject:  Re: HTML FORM TO DBF (Spanish, please trans)
Hola Eloy, espero que esto sirva:
 

I have developed an utility to create a DBF file from a HTML file with a HTML form inside. The resulting DBF file will contain the same fields with the same names as the HTML. The MaxLength attribute of the Input is used to set the width of each field.

 

Multiple forms in the same HTML and multiple files in the same folder are permitted.

 

Also, a CSV file including the content of each selection list < select > is created in order to facilitate the creation of tables related to the fields.

 

Please, try it and give me your impressions...

 

I think it is very useful!

 

Look for it at http://prug.espacios.net.mx/form2dbf.txt

 

I’m waiting for your comments
Sent by Eloy Marroquín on 08/22/2003 12:43:50 PM:
He creado una utilería para que obtengan apartir de un archivo HTML con un formulario HTML un archivo DBF con los campos con sus mismos nombres, toma el atributo MaxLenght del input para darle el ancho al campo.
 
Acepta múltiples forms en un mismo HTML y múltiples archivos en la misma carpeta.
 
Además, crea un archivo CSV con el contenido de cada lista de selección <select> para facilitar la creación de tablas relacionadas con dichos campos.
 
Revisenlo y critíquenlo....
 
Muy útil creo yo
 
 
Espero sus comentarios