Not Sure Where Else To Ask This...

G

Guest

NOT an Access question, but Access Tables are integrated into it...Syware's
Visual CE...

Does anyone know how to simulate a "Task Manager" on a Handheld running
Windows CE? I thought I was being careful w/ the code which simulates a Do -
Loop, but I have an Endless Loop on Windows CE...

TIA - Bob
 
A

Arvin Meyer [MVP]

Can't answer a CE question, but I can tell you, that looping will continue
until it has either iterated through the count, or met the conditions to
exit the loop.

If you write Do Until
'condition is met
Loop

You'd better be sure that the condition will be met.
 
J

Joan Wild

Start, Settings, System tab, Memory, Running Programs tab.

However it may not even let you do that if it's too caught up in the loop. You need to do a reset of the unit.
 
G

Guest

Yes...START | SETTINGS | SYSTEM | MEMORY | RUNNING PROGAMS. Pick the program
and press STOP...It turns out the Client told me it somehow quit looping w/o
running out the Handheld battery.

Thank you - Bob
 
G

Guest

Arvin - thank you. Unfortunately the software has no "Do - Loop" like VB.
It "simulates" that...the Software Company told me how to exit the Endless
Loop by Stopping the Program. I can use their "Message Box" w/ "Skip"
code to see where I am (if it's working properly), and if not, use their
"Return from macro" to stop the "Loop".

Thanks again - Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top