Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Display running clock in clipper app.
Hi,
Is there an easy way to put a (running) clock on each screen in a clipper
application?
The format could be  HH:MM:SS  in a text format.
Thanks
Eric
Antwerp



Report this thread to moderator Post Follow-up to this message
Old Post
Eric Bloemen
03-28-05 08:55 PM


Re: Display running clock in clipper app.
On 28/03/2005 23:36, Eric Bloemen wrote:
> Hi,
> Is there an easy way to put a (running) clock on each screen in a clipper
> application?
> The format could be  HH:MM:SS  in a text format.
> Thanks
> Eric
> Antwerp

Use the NanForum library function FT_ONTICK()

<http://www.itlnet.net/Programming/P...or/ng1b5f7.html>

// Set up a self-updating on-screen clock

FT_OnTick( "CLOCK", 9 )

procedure Clock

local nRow := Row()
local nCol := Col()

@ 0, 0 say Time()

SetPos( nRow, nCol )

return

Phil

--
Philip Chee <philip@aleytys.pc.my>
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
[ ]CURSOR: What you become when your system crashes.
* TagZilla 0.057

Report this thread to moderator Post Follow-up to this message
Old Post
Philip Chee
03-28-05 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Clipper archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:48 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.