My first question would be "does the OnAlarm event fire when the PC is locked?", as this is what state it's in when you have a screensaver running with password enabled.
Main Topics
Browse All TopicsHello Guys,
I`ve got an application with automatic start of saving data from com ports ( 5 of them), for automatic start I use RXClock OnAlarm Event. Now if i secure my pc with screen saver and password the automatic start doesn`t work. If i use only screen saver without password everything works ok.
What can cause such effect and how to solve it.
It`s win xp and MSSQL2005 Express
My RxClock OnAlarm event looks like this:
if ADOConnection1.Connected=F
begin
ADOConnection1.Connected:=
end;
if com1=True then
Form10.ComPort1.Connected:
if com2=True then
Form10.ComPort2.Connected:
if com3=True then
Form10.ComPort3.Connected:
if com4=True then
Form10.ComPort4.Connected:
if com5=True then
Form10.ComPort5.Connected:
if com5=True then
Form10.ComPort5.Connected:
if com6=True then
Form10.ComPort6.Connected:
StatusBar1.SimpleText:='Tr
end;
BR
Vaalar
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
What do you mean "if it isn't buggy"? It either fires the event, or it doesn't. If the event fires, then the problem is not the RXClock - it's something else in his program. If it doesn't fire, then the problem is the RXClock.
Either way, it will rule out the most obvious potential problems, but he needs to code a test app and know for sure.
Business Accounts
Answer for Membership
by: ChristianWimmerPosted on 2008-12-16 at 14:55:48ID: 23189225
I don't know the connection between the problem you described and my hint but I just want to tell you that if a Windows screensaver is started using a password the desktop is switched from 'default' to 'screen-saver'. This prevents access to the windows of the user. It is like the winlogon (=the logon desktop) secured.
en-us/libr ary/ms6825 73(VS.85). aspx
If a screen saver is started without password the 'default' desktop is used instead. The screensaver is just over all other windows on the screen.
Find out more about desktops here:
http://msdn.microsoft.com/
Maybe it depends how RXClock implements its timer. I can remember that some Timer have problems when the desktop is switched.