PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Forms calculations

Reply

Forms calculations

 
Thread Tools Rate Thread
Old 14-07-2004, 10:31 PM   #1
Jerry
Guest
 
Posts: n/a
Default Forms calculations


Can anyone tell me how make viewing my form database
private. I am using fp2002 and windows millenium. my host
provides fp extensions and asp. Also, if someone can show
me an example of how to upate a database so that it adds
subtracts multiplies or divdes and then updates the data
base with the answers. Thank you jerry
  Reply With Quote
Old 14-07-2004, 10:44 PM   #2
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Forms calculations

What is a form database?

To do calculation, you either need to use JavaScript (in the browser) or ASP (VBScript) on the
server to calculate and then write to a database, this will require you to learn to code in VBScript
and not rely on the FP database components.

Also, even with your host supporting FP extensions and ASP, the host must be running a Windows IIS
server to allow you to use Access.

--
==============================================
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

"Jerry" <anonymous@discussions.microsoft.com> wrote in message
news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
> Can anyone tell me how make viewing my form database
> private. I am using fp2002 and windows millenium. my host
> provides fp extensions and asp. Also, if someone can show
> me an example of how to upate a database so that it adds
> subtracts multiplies or divdes and then updates the data
> base with the answers. Thank you jerry



  Reply With Quote
Old 14-07-2004, 11:44 PM   #3
Jerry
Guest
 
Posts: n/a
Default Re: Forms calculations


>-----Original Message-----
>What is a form database?
>
>To do calculation, you either need to use JavaScript (in

the browser) or ASP (VBScript) on the
>server to calculate and then write to a database, this

will require you to learn to code in VBScript
>and not rely on the FP database components.
>
>Also, even with your host supporting FP extensions and

ASP, the host must be running a Windows IIS
>server to allow you to use Access.
>
>--
>==============================================
>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
>
>"Jerry" <anonymous@discussions.microsoft.com> wrote in

message
>news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
>> Can anyone tell me how make viewing my form database
>> private. I am using fp2002 and windows millenium. my

host
>> provides fp extensions and asp. Also, if someone can

show
>> me an example of how to upate a database so that it adds
>> subtracts multiplies or divdes and then updates the data
>> base with the answers. Thank you jerry

>
>
>.
>Can you tell me, once the form is filled out the data

goes to a database. Is there a way that the database
records can be viewed privatley. I think I have seen web
sites collect contact information of future clients, but
don't want anyone to have a list of their new clients
published on the internet. thanks Jerry
  Reply With Quote
Old 14-07-2004, 11:57 PM   #4
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Forms calculations

Which version of FP are using?

--
==============================================
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

"Jerry" <anonymous@discussions.microsoft.com> wrote in message
news:2d0ca01c469fc$889d45e0$a401280a@phx.gbl...
>
> >-----Original Message-----
> >What is a form database?
> >
> >To do calculation, you either need to use JavaScript (in

> the browser) or ASP (VBScript) on the
> >server to calculate and then write to a database, this

> will require you to learn to code in VBScript
> >and not rely on the FP database components.
> >
> >Also, even with your host supporting FP extensions and

> ASP, the host must be running a Windows IIS
> >server to allow you to use Access.
> >
> >--
> >==============================================
> >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
> >
> >"Jerry" <anonymous@discussions.microsoft.com> wrote in

> message
> >news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
> >> Can anyone tell me how make viewing my form database
> >> private. I am using fp2002 and windows millenium. my

> host
> >> provides fp extensions and asp. Also, if someone can

> show
> >> me an example of how to upate a database so that it adds
> >> subtracts multiplies or divdes and then updates the data
> >> base with the answers. Thank you jerry

> >
> >
> >.
> >Can you tell me, once the form is filled out the data

> goes to a database. Is there a way that the database
> records can be viewed privatley. I think I have seen web
> sites collect contact information of future clients, but
> don't want anyone to have a list of their new clients
> published on the internet. thanks Jerry



  Reply With Quote
Old 15-07-2004, 01:15 AM   #5
Jerry
Guest
 
Posts: n/a
Default Re: Forms calculations


>-----Original Message-----
>Which version of FP are using?
>
>-- I am using frontpage2002 windows millenium
>==============================================
>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
>
>"Jerry" <anonymous@discussions.microsoft.com> wrote in

message
>news:2d0ca01c469fc$889d45e0$a401280a@phx.gbl...
>>
>> >-----Original Message-----
>> >What is a form database?
>> >
>> >To do calculation, you either need to use JavaScript

(in
>> the browser) or ASP (VBScript) on the
>> >server to calculate and then write to a database, this

>> will require you to learn to code in VBScript
>> >and not rely on the FP database components.
>> >
>> >Also, even with your host supporting FP extensions and

>> ASP, the host must be running a Windows IIS
>> >server to allow you to use Access.
>> >
>> >--
>> >==============================================
>> >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
>> >
>> >"Jerry" <anonymous@discussions.microsoft.com> wrote in

>> message
>> >news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
>> >> Can anyone tell me how make viewing my form database
>> >> private. I am using fp2002 and windows millenium. my

>> host
>> >> provides fp extensions and asp. Also, if someone can

>> show
>> >> me an example of how to upate a database so that it

adds
>> >> subtracts multiplies or divdes and then updates the

data
>> >> base with the answers. Thank you jerry
>> >
>> >
>> >.
>> >Can you tell me, once the form is filled out the data

>> goes to a database. Is there a way that the database
>> records can be viewed privatley. I think I have seen

web
>> sites collect contact information of future clients, but
>> don't want anyone to have a list of their new clients
>> published on the internet. thanks Jerry

>
>
>.
>

  Reply With Quote
Old 15-07-2004, 01:28 AM   #6
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Forms calculations

Ok.

1. You can create results page, that is not linked to any other page within your site, and give it a
strange name, that would not be easily to guess.

2. You can open the live site every so often and export the database to your desktop, then open in
Access to review the records.

3. You can learn how to write a ASP (VBScript) login script, that would require that you enter a
login and password to view the results.

--
==============================================
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

"Jerry" <anonymous@discussions.microsoft.com> wrote in message
news:2d16a01c46a09$41ed30d0$a401280a@phx.gbl...
>
> >-----Original Message-----
> >Which version of FP are using?
> >
> >-- I am using frontpage2002 windows millenium
> >==============================================
> >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
> >
> >"Jerry" <anonymous@discussions.microsoft.com> wrote in

> message
> >news:2d0ca01c469fc$889d45e0$a401280a@phx.gbl...
> >>
> >> >-----Original Message-----
> >> >What is a form database?
> >> >
> >> >To do calculation, you either need to use JavaScript

> (in
> >> the browser) or ASP (VBScript) on the
> >> >server to calculate and then write to a database, this
> >> will require you to learn to code in VBScript
> >> >and not rely on the FP database components.
> >> >
> >> >Also, even with your host supporting FP extensions and
> >> ASP, the host must be running a Windows IIS
> >> >server to allow you to use Access.
> >> >
> >> >--
> >> >==============================================
> >> >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
> >> >
> >> >"Jerry" <anonymous@discussions.microsoft.com> wrote in
> >> message
> >> >news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
> >> >> Can anyone tell me how make viewing my form database
> >> >> private. I am using fp2002 and windows millenium. my
> >> host
> >> >> provides fp extensions and asp. Also, if someone can
> >> show
> >> >> me an example of how to upate a database so that it

> adds
> >> >> subtracts multiplies or divdes and then updates the

> data
> >> >> base with the answers. Thank you jerry
> >> >
> >> >
> >> >.
> >> >Can you tell me, once the form is filled out the data
> >> goes to a database. Is there a way that the database
> >> records can be viewed privatley. I think I have seen

> web
> >> sites collect contact information of future clients, but
> >> don't want anyone to have a list of their new clients
> >> published on the internet. thanks Jerry

> >
> >
> >.
> >



  Reply With Quote
Old 15-07-2004, 04:56 PM   #7
Jerry
Guest
 
Posts: n/a
Default Re: Forms calculations

I am using fp2002 and windows millenium.
>-----Original Message-----
>Which version of FP are using?
>
>--
>==============================================
>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
>
>"Jerry" <anonymous@discussions.microsoft.com> wrote in

message
>news:2d0ca01c469fc$889d45e0$a401280a@phx.gbl...
>>
>> >-----Original Message-----
>> >What is a form database?
>> >
>> >To do calculation, you either need to use JavaScript

(in
>> the browser) or ASP (VBScript) on the
>> >server to calculate and then write to a database, this

>> will require you to learn to code in VBScript
>> >and not rely on the FP database components.
>> >
>> >Also, even with your host supporting FP extensions and

>> ASP, the host must be running a Windows IIS
>> >server to allow you to use Access.
>> >
>> >--
>> >==============================================
>> >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
>> >
>> >"Jerry" <anonymous@discussions.microsoft.com> wrote in

>> message
>> >news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
>> >> Can anyone tell me how make viewing my form database
>> >> private. I am using fp2002 and windows millenium. my

>> host
>> >> provides fp extensions and asp. Also, if someone can

>> show
>> >> me an example of how to upate a database so that it

adds
>> >> subtracts multiplies or divdes and then updates the

data
>> >> base with the answers. Thank you jerry
>> >
>> >
>> >.
>> >Can you tell me, once the form is filled out the data

>> goes to a database. Is there a way that the database
>> records can be viewed privatley. I think I have seen

web
>> sites collect contact information of future clients, but
>> don't want anyone to have a list of their new clients
>> published on the internet. thanks Jerry

>
>
>.
>

  Reply With Quote
Old 15-07-2004, 05:24 PM   #8
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Forms calculations

If you want the calculation done in the user browser, you will need to do a search in the IE address
bar for:

? JavaScript Form Calculation Scripts

If you want to do the calculation after the form has been submitted, you will have to learn ASP
(VBScript) to do the calculation prior to writing to the database.

To view the data, you can create a results page that is not link to any other page in your web or
you could just export the database from the live site to your desktop to see the records.

--
==============================================
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

"Jerry" <anonymous@discussions.microsoft.com> wrote in message
news:2da1301c46a8c$9c9124a0$a401280a@phx.gbl...
> I am using fp2002 and windows millenium.
> >-----Original Message-----
> >Which version of FP are using?
> >
> >--
> >==============================================
> >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
> >
> >"Jerry" <anonymous@discussions.microsoft.com> wrote in

> message
> >news:2d0ca01c469fc$889d45e0$a401280a@phx.gbl...
> >>
> >> >-----Original Message-----
> >> >What is a form database?
> >> >
> >> >To do calculation, you either need to use JavaScript

> (in
> >> the browser) or ASP (VBScript) on the
> >> >server to calculate and then write to a database, this
> >> will require you to learn to code in VBScript
> >> >and not rely on the FP database components.
> >> >
> >> >Also, even with your host supporting FP extensions and
> >> ASP, the host must be running a Windows IIS
> >> >server to allow you to use Access.
> >> >
> >> >--
> >> >==============================================
> >> >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
> >> >
> >> >"Jerry" <anonymous@discussions.microsoft.com> wrote in
> >> message
> >> >news:2c6be01c469f2$3da0b180$a601280a@phx.gbl...
> >> >> Can anyone tell me how make viewing my form database
> >> >> private. I am using fp2002 and windows millenium. my
> >> host
> >> >> provides fp extensions and asp. Also, if someone can
> >> show
> >> >> me an example of how to upate a database so that it

> adds
> >> >> subtracts multiplies or divdes and then updates the

> data
> >> >> base with the answers. Thank you jerry
> >> >
> >> >
> >> >.
> >> >Can you tell me, once the form is filled out the data
> >> goes to a database. Is there a way that the database
> >> records can be viewed privatley. I think I have seen

> web
> >> sites collect contact information of future clients, but
> >> don't want anyone to have a list of their new clients
> >> published on the internet. thanks Jerry

> >
> >
> >.
> >



  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off