Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting the clock CE 3.0

Status
Not open for further replies.

DSummZZZ

Programmer
Oct 24, 2000
4,250
US
I have Visual Foxpro code which in its simplest form looks like this:
Code:
oExec  = CreateObject('trapiexec')
oExec.runapp('clock')

It is contained in a push button Click event on a menu so the user can easily start the clock on the handheld device when it is docked, so they can set the correct time.

Now what I would like to know, is there a way to pass a parameter to the 'clock' applet with the current date and time, or is there another API call I can use to automatically set the date and time clock on the device without actually running the clock applet?

This needs to be done before the device is issued and taken out of the building for the day.


-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top