FrontPage Form saving a text file

G

Guest

My web site was hosted on an Windows server at Go Daddy and it was moved to a
Linux server. I did apply FrontPage extensions on the Linux server. They are
running 2002 FrontPage extensions.

I have a form and I save the results to a text file with a header record as
follows:
,"FullName","BusinessName","StreetAddress", etc., etc.

It worked great on the Windows server. Now on the Linux server my result
file is no longer following the format above.

It is now formating each field vertically:

1 FullName
2 BusinessName

In both the above examples I am saving the to the text file as Text Formated.

Help please if you can.

Thank you.

Bob Zimmerman
 
S

Stefan B Rusynko

Don't use save as formatted text
Use CSV text (tab delimited)
- Text Database tab delimited (do not include field names)
(your header should just be the field names - no quotes needed - w/ a tab between them)

The problem w/ using Comma delimited data as you have it now is If any of the data has a comma you break your data structure

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| My web site was hosted on an Windows server at Go Daddy and it was moved to a
| Linux server. I did apply FrontPage extensions on the Linux server. They are
| running 2002 FrontPage extensions.
|
| I have a form and I save the results to a text file with a header record as
| follows:
| ,"FullName","BusinessName","StreetAddress", etc., etc.
|
| It worked great on the Windows server. Now on the Linux server my result
| file is no longer following the format above.
|
| It is now formating each field vertically:
|
| 1 FullName
| 2 BusinessName
|
| In both the above examples I am saving the to the text file as Text Formated.
|
| Help please if you can.
|
| Thank you.
|
| Bob Zimmerman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top