W
Wayne-I-M
I am getting a system freeze on a specific terminal - the freeze is the
result of an ntdll.dll failure but I don't have a clue what's doing this and
why this dll would fail.
I have tried to come up with the simplest test I could so I have send key
Setocus to a button (with no OnClick event) then send key {ENTER} after a
random amount of time (well sort of random) between 25 min and (approx 41
mins.
I don't think the send keys will cause anything to fail - ??
Me.testbutton.SetFocus
Dim RandomNumber As Integer
'txtRandomNumber is an unbound box'
me.txtRandomNumber = Int((2488 - 1500 + 1) * Rnd + 1500)
PauseTime = txtLRandomNumber
Start = Timer
Do While Timer < Start + PauseTime
DoEvents
Loop
SendKeys "{ENTER}", True
Without the Int (it's a simple random number as you can see) it works fine.
Any ideas what may be causing this.
It only happens on one terminal - I have reinstalled access. Run updates.
etc.
Nothing changes. I still get the same result - the system freezes.
It I can't fix will probably just through this lap top away, but I do like
to try and fix things if possible
Does anyone have any ideas as to why a Int would cuase the freeze in the
ntdll.dll
result of an ntdll.dll failure but I don't have a clue what's doing this and
why this dll would fail.
I have tried to come up with the simplest test I could so I have send key
Setocus to a button (with no OnClick event) then send key {ENTER} after a
random amount of time (well sort of random) between 25 min and (approx 41
mins.
I don't think the send keys will cause anything to fail - ??
Me.testbutton.SetFocus
Dim RandomNumber As Integer
'txtRandomNumber is an unbound box'
me.txtRandomNumber = Int((2488 - 1500 + 1) * Rnd + 1500)
PauseTime = txtLRandomNumber
Start = Timer
Do While Timer < Start + PauseTime
DoEvents
Loop
SendKeys "{ENTER}", True
Without the Int (it's a simple random number as you can see) it works fine.
Any ideas what may be causing this.
It only happens on one terminal - I have reinstalled access. Run updates.
etc.
Nothing changes. I still get the same result - the system freezes.
It I can't fix will probably just through this lap top away, but I do like
to try and fix things if possible
Does anyone have any ideas as to why a Int would cuase the freeze in the
ntdll.dll