PC Review


Reply
Thread Tools Rate Thread

How to add a form?

 
 
=?Utf-8?B?RUdhcmNpYQ==?=
Guest
Posts: n/a
 
      12th Jan 2004
Is it possible to add a form that my customers can fill out directly on the browser window and then just print the page with the information that they filled out(I dont need this form to be send to me as data). Also, lets say I start this form with a starting form number of 00001 how can I make this number update automatically everytime someone fills out print the information
Thank you
 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      13th Jan 2004
One very simple, inaccurate, solution:
Change the form tag to:
<form onsubmit="window.print();return false;">
This will not save any data anywhere, and you rely on the user to send the
form. Also requires JavaScript to run on the browser.

or use <form blah...blah onsubmit="window.print();return true;">
where blah....blah is the method and action used to save results on the
server.

Include a FP hit counter on the page - the page count will be printed with
the form provided the users browser is set to print images.
The counter will be the number of times the page has been loaded/refreshed,
not the number of forms printed out.

For accuracy, you require server side processing, using asp, Perl/cgi, php
etc.

--
Ron

Reply only to group - all emails will be deleted unread.


"EGarcia" <(E-Mail Removed)> wrote in message
news:C2976269-2587-4246-A366-(E-Mail Removed)...
> Is it possible to add a form that my customers can fill out directly on

the browser window and then just print the page with the information that
they filled out(I dont need this form to be send to me as data). Also, lets
say I start this form with a starting form number of 00001 how can I make
this number update automatically everytime someone fills out print the
information?
> Thank you



 
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
If I use a filter on my form, will the recordsetclone reflect the filtered form or the unfiltered form? Chris K Microsoft Access Form Coding 2 19th Aug 2010 11:24 AM
Re: Temporary Form with 2 Sub form Update Main Form And its Sub form ? Jeanette Cunningham Microsoft Access Form Coding 0 25th Nov 2009 02:27 AM
Com Add-in for Publishing a customized form in a public folder and setting this form as deafult form for the calendar Vidya Microsoft Outlook Program Addins 0 17th Sep 2007 09:47 AM
OnClick Event in Form STOPS WORKING when Form is Made a Sub-Form kev100 via AccessMonster.com Microsoft Access Form Coding 10 24th Jul 2006 08:53 PM
Tabbed Form (Main Form/Sub Form) multi-Table Problem =?Utf-8?B?Um9iZXJ0IE51c3ogQCBEUFM=?= Microsoft Access Forms 0 16th Sep 2005 04:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:45 PM.