PC Review


Reply
Thread Tools Rate Thread

Data Collection problems

 
 
John Ferrell
Guest
Posts: n/a
 
      19th Jun 2004
I am trying to put up a web page for data collection. The task is a
simple table reservation for an annual hobby swap meet. The first one
is http://www.dixienc.us/DC3.htm which should email the form to me.

The second is http://www.dixienc.us/DC2.htm which should put the form
information in a file at the website that is named 'answers.txt'.

The site host is Godaddy.com and claims to support FrontPage
extentions. I am using FP 2003.

Neither effort seems to be working.

I am hoping someone will spot a simple mistake....
John Ferrell
(E-Mail Removed)

 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      19th Jun 2004
You must be publishing the site to a server that has the FP extensions via FP's http mode
(http://www.yourdomainname.com)

You have the configure the form to send email and write to a text file under form properties, you
can not assign an email address to the submit button and use the FP Form Handler.


--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"John Ferrell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am trying to put up a web page for data collection. The task is a
> simple table reservation for an annual hobby swap meet. The first one
> is http://www.dixienc.us/DC3.htm which should email the form to me.
>
> The second is http://www.dixienc.us/DC2.htm which should put the form
> information in a file at the website that is named 'answers.txt'.
>
> The site host is Godaddy.com and claims to support FrontPage
> extentions. I am using FP 2003.
>
> Neither effort seems to be working.
>
> I am hoping someone will spot a simple mistake....
> John Ferrell
> (E-Mail Removed)
>



 
Reply With Quote
 
John Ferrell
Guest
Posts: n/a
 
      20th Jun 2004
On Sat, 19 Jun 2004 17:00:12 -0400, "Thomas A. Rowe" <(E-Mail Removed)>
wrote:

>You must be publishing the site to a server that has the FP extensions via FP's http mode
>(http://www.yourdomainname.com)

I Did that. (I think, I will double check tomorrow)

>
>You have the configure the form to send email and write to a text file under form properties, you
>can not assign an email address to the submit button and use the FP Form Handler.

I was attempting both of these from the FP Form handler. Examining the
code, I don't see anything being generated that might either write to
a file or send an email.

I am missing something somewhere.

I am using the Guest book example at
http://www.webworkshop.org/frontpage..._guestbook.htm
as a guide.

Is there a simple way to assure I really can make the Frontpage
extentions on the server side work for me?

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      20th Jun 2004
There is one error in the tutorial where it states that PWS does not have
the server extensions installed. If this were true, you could not edit a
web site against PWS.
As Thomas mentioned, you should not wrap your Submit button in mailto:
tags. As the tutorial states, you must right click the anywhere in the form
(I would choose a blank space, not a form field or button) and choose form
properties, and set up your data saving/sending requirements in the Form
Properties dialogues - there are several tags and buttons to get to other
pages in the properties sheets.
HTH
Ron
--
Reply only to group - emails will be deleted unread.

"John Ferrell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Sat, 19 Jun 2004 17:00:12 -0400, "Thomas A. Rowe" <(E-Mail Removed)>
> wrote:
>
> >You must be publishing the site to a server that has the FP extensions

via FP's http mode
> >(http://www.yourdomainname.com)

> I Did that. (I think, I will double check tomorrow)
>
> >
> >You have the configure the form to send email and write to a text file

under form properties, you
> >can not assign an email address to the submit button and use the FP Form

Handler.
> I was attempting both of these from the FP Form handler. Examining the
> code, I don't see anything being generated that might either write to
> a file or send an email.
>
> I am missing something somewhere.
>
> I am using the Guest book example at
> http://www.webworkshop.org/frontpage..._guestbook.htm
> as a guide.
>
> Is there a simple way to assure I really can make the Frontpage
> extentions on the server side work for me?
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      20th Jun 2004
Same on
http://www.dixienc.us/DC2.htm
Remove the hyperlink from the submit button and to save to file you need to move the file answer.txt (which must exist) to a folder
w/ write permissions
- by default that is the _private folder
Move the file answer.txt to the _private folder, and right click the form for Form Properties Options to select the location for
save result ( browse to _private/answer.txt )

--

_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Ronx" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
| There is one error in the tutorial where it states that PWS does not have
| the server extensions installed. If this were true, you could not edit a
| web site against PWS.
| As Thomas mentioned, you should not wrap your Submit button in mailto:
| tags. As the tutorial states, you must right click the anywhere in the form
| (I would choose a blank space, not a form field or button) and choose form
| properties, and set up your data saving/sending requirements in the Form
| Properties dialogues - there are several tags and buttons to get to other
| pages in the properties sheets.
| HTH
| Ron
| --
| Reply only to group - emails will be deleted unread.
|
| "John Ferrell" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > On Sat, 19 Jun 2004 17:00:12 -0400, "Thomas A. Rowe" <(E-Mail Removed)>
| > wrote:
| >
| > >You must be publishing the site to a server that has the FP extensions
| via FP's http mode
| > >(http://www.yourdomainname.com)
| > I Did that. (I think, I will double check tomorrow)
| >
| > >
| > >You have the configure the form to send email and write to a text file
| under form properties, you
| > >can not assign an email address to the submit button and use the FP Form
| Handler.
| > I was attempting both of these from the FP Form handler. Examining the
| > code, I don't see anything being generated that might either write to
| > a file or send an email.
| >
| > I am missing something somewhere.
| >
| > I am using the Guest book example at
| > http://www.webworkshop.org/frontpage..._guestbook.htm
| > as a guide.
| >
| > Is there a simple way to assure I really can make the Frontpage
| > extentions on the server side work for me?
| >
|
|


 
Reply With Quote
 
John Ferrell
Guest
Posts: n/a
 
      21st Jun 2004
Just an update for those who have been helping....

I have put together a 'Minimum project at
http://www.dixienc.us/DataCollect5/DC5.htm
For solving the puzzle. I seem to have more than one problem.
This test uses the defaults where they are offerred. I suspect the FP
extentions are not really in place so I have submitted an install
request to my account at GoDaddy.com to install them. When the change
pending indicator goes away, I will resume working on the project and
report back.

On Sun, 20 Jun 2004 05:45:43 -0400, "Stefan B Rusynko"
<(E-Mail Removed)> wrote:

>Same on
>http://www.dixienc.us/DC2.htm
>Remove the hyperlink from the submit button and to save to file you need to move the file answer.txt (which must exist) to a folder
>w/ write permissions
>- by default that is the _private folder
>Move the file answer.txt to the _private folder, and right click the form for Form Properties Options to select the location for
>save result ( browse to _private/answer.txt )


 
Reply With Quote
 
John Ferrell
Guest
Posts: n/a
 
      21st Jun 2004
I did not expect such quick service from the host!
The new project DC5 is working as it should, the info is being posted
to the log file as it should.
Thanks to all for pointing me in the right direction.

On Mon, 21 Jun 2004 00:33:11 GMT, John Ferrell
<(E-Mail Removed)> wrote:

>Just an update for those who have been helping....
>
>I have put together a 'Minimum project at
>http://www.dixienc.us/DataCollect5/DC5.htm
>For solving the puzzle. I seem to have more than one problem.
>This test uses the defaults where they are offerred. I suspect the FP
>extentions are not really in place so I have submitted an install
>request to my account at GoDaddy.com to install them. When the change
>pending indicator goes away, I will resume working on the project and
>report back.
>
>On Sun, 20 Jun 2004 05:45:43 -0400, "Stefan B Rusynko"
><(E-Mail Removed)> wrote:
>
>>Same on
>>http://www.dixienc.us/DC2.htm
>>Remove the hyperlink from the submit button and to save to file you need to move the file answer.txt (which must exist) to a folder
>>w/ write permissions
>>- by default that is the _private folder
>>Move the file answer.txt to the _private folder, and right click the form for Form Properties Options to select the location for
>>save result ( browse to _private/answer.txt )


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Emails as Messages Problems with Access Data Collection et Chris Microsoft Outlook VBA Programming 1 27th May 2010 10:23 PM
Collection problems (create Collection object, add data to collection, bind collection to datagrid) Øyvind Isaksen Microsoft ASP .NET 1 18th May 2007 10:24 AM
Collection problems (create Collection object, add data to collection, bind collection to datagrid) Øyvind Isaksen Microsoft Dot NET 1 18th May 2007 10:24 AM
Pulling data objects from a collection of various data types stored kevinwolfe@gmail.com Microsoft VB .NET 1 26th Oct 2006 06:18 PM
Problems with data collection John Microsoft Access Form Coding 1 12th Mar 2004 03:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:17 AM.