Printing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Neil Cash (NeilCash_at_discussions.microsoft.com)
Date: 09/22/04


Date: Wed, 22 Sep 2004 12:03:03 -0700

I have a form that has a command button that prints the current record.
(Used the wizard to create it). And I was wondering if I could put a time
and date stamp with the name of the form on the printed page of the record.
My idea so far is that I could put a time and date stamp one the header of
the form along with the form name. And in the On Click event of the command
button (before the code instructs Access to print the record), have the
current date and time be set to the DateModified/TimeModified fields of the
stamp. But I would really like it for the header to be not visible on
screen. Any ideas on my way, or any other suggestions to go about doing
this? Thanks in advance.

Neil Cash



Relevant Pages

  • Re: error in load txt file
    ... That would happen if, for example, the file had one or more text header lines that should be skipped. ... If you have a header on your text file, then it was *not* produced by the 'save' command, and so using 'load' for it violates the rule in the 'load' documentation: ... As I indicated in my initial response, if you have a header, use dlmread or textscan or the import wizard. ...
    (comp.soft-sys.matlab)
  • Re: Help with DataEntry in a form
    ... button to the form to allow the record to be saved using the wizard. ... I developed some code to run a Db.Execute command (see ... If boolNull = True Then ... Debug.Print strSQL ...
    (microsoft.public.access.forms)
  • Re: Command Button Wizard
    ... make sure the database is in a trusted location via: ... > built with the Wizard all work. ... > settings) and the command buttons built with the Wizard will not work - ...
    (microsoft.public.access.formscoding)
  • Re: BROWSE: order by column
    ... oHdr is now a reference to the header object ... descending sort. ... If you have a lot of columns that would be a lot of command ... Just add the code to change the sort order to a new ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Small change to ps
    ... It occurs to me that FreeBSD ps lacks the ability to disable header. ... And I guess I just feel like running a second command to do what should be ... What other platforms besides Linux distributions? ... Now lets say some shell script that was written a few years ago requires a certain option to be located in field 7, and now that is moved over to field 8 it could cause all kinds of issues, instead if the command is written out with -o pid=, it is static and it won't change even if a new field is introduced to ps, thereby decreasing future issues, and increasing portability since you can select only the fields you require, making it more portable because now the field will always be in the same place, no matter the platform. ...
    (freebsd-hackers)