Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 21st, 2006, 06:52 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default Auto updation of TIme in Access Front Page


 Hi Guy's:)
          Here again i got an doubt, I created an front page using switchboard in which i want to creat an time & date showing tabular , I tried with text box , but it is not wroking as wat i wish (i.e.) in that the time is not change automatically when i moving to one page to another page its changing but i want it to change even the main switch board is not changing ,why it not changing , just like an html page if anybody have any idea in this pls give me an solution , i greafull to hear the solution ,

 Thanks in advance ,

 Bye,
 pap Raguv,...
 
Old February 22nd, 2006, 10:09 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,151
Thanks: 2
Thanked 14 Times in 14 Posts
Send a message via ICQ to SerranoG Send a message via AIM to SerranoG
Default

The reason it's not changing is that when the form loads, it gets "painted" onto your screen once... and that's it, until you close the form and reopen it. What you have to do is put a TIMER EVENT on your form so that every 15, 30, 60, etc. seconds you issue this command on the form

Me.Repaint

This will make the form repaint and the time will update in the textbox. Look up help for TIMER EVENTS.


Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
 
Old February 23rd, 2006, 02:42 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default

hi,
it's nice to met u again , ok i have seen ur webpage & ur family photos its nice ,
Then iam not getting ur idea greg i have got that timer event . But where i have to put that vb coding in the properties i am confuse pls clarify my doubt ..
iam using Ms access for past two months pls greg.

pls do the needfull greg,
Bye,
anuk p raguv
 
Old February 23rd, 2006, 03:09 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default

Hi, Greg
 I got the Answer for the issue ,
  thanks for ur attention,
 i have sent another issue pls give me the solution

bye,
anuk

P.A.P.Raguv





Similar Threads
Thread Thread Starter Forum Replies Last Post
display a line of text + image on front page nakori BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 June 9th, 2008 05:12 PM
IIS7, Front Page Server Extentions, Vista Bob Bedell ASP.NET 2.0 Professional 10 September 20th, 2007 12:21 PM
Front Page 98’s hover buttons problem...need help mIsS.cOlLy_cOoL Javascript 5 July 10th, 2006 12:35 AM
real time updation on a offline database. deadman ADO.NET 3 April 17th, 2006 04:29 PM
Front Page server extension error NWilson Assembly Language 1 January 17th, 2006 01:55 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.