This control worked for me.

I was excited about using the NTP client from IP*Works!, but it never worked.  

No big deal, I just wrote a SOAP call to grab the correctly formatted 'local 
time' from a Ruby on Rails server, which is this in Ruby code:  
    Time.now.strftime("%m/%d/%y %H:%M:%S %p") 

--- In [email protected], "George Henne" <g...@...> wrote:
>
> The MGCEWin32 control is no longer support - the author passed away in
> 2004. Most of the code then moved to the NSBWin32 control. It is
> available on all devices.
> 
> It should work for you:
> <http://www.nsbasic.com/ce/info/technotes/TN16.htm#api>
> 
> >The MGCEWin32 installer is not included with NSBasic.  I found a copy in
> >the download link on the Big Red Toolbox Page:  http://www.nsbasic.com/
> >pub/ce/BigRedToolbox/MGCEWin32.exe.
> >
> >However, when I try to install it, ActiveSync says:
> >Unsupported Device Type - MGCEWin32 Control Set does not support the
> >connected device type....
> >
> >I am using a Symbol MC70, which is ARM-based.
> >
> >Do I have any other options?
> >
> >--- In [email protected], "bwolodko" <ben.wolodko@> wrote:
> >>
> >> --- In [email protected], "t2thecathp" <t2thecathp@> wrote:
> >> >
> >> > Is it possible to set the date and time on the handheld device with
> >NSBasic/CE code?
> >> > 
> >> > Everytime I reset the device, it thinks it is 2004 or 2005.
> >> >
> >> 
> >> Sounds like the RTC is not working... need new battery?
> >> 
> >> I think you can set or retrieve the time and date by using:
> >> 
> >> addobject "MGCEWin32.API", "API", 0, 0, 0, 0
> >> d = API.SystemTime
> >> API.SystemTime = Now
> >> 
> >> See The Big Red Toolbox , MGCEWin32
> >> 
> >> http://www.nsbasic.com/ce/info/BigRedToolbox/MGCEWin32.htm
> >> 
> >> The problem is who sets the values before you call this? InputBox?
> >> 
> >> Shades of old DOS when it asked you for the time and date at boot time.
> >> 
> >> Hope this helps..
> >> Ben
> >>
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to