oliver_penney
Board Regular
- Joined
- Dec 18, 2002
- Messages
- 182
allo
i have some code that calls a button on an xla toolbar i have
the button, after ~10 seconds comes up with a load of data from an external system
so i thought i would do some code that said:-
press the button
wait until now + 30 seconds
save
but NO, that nevers works, it never has any data there, so i thought i'd try:-
press button
do
loop until the cursor<>hourglass
save
but NO, that never works either, it gets stuck in an infinite loop
not sure why they don't work. any ideas anyone?
i have some code that calls a button on an xla toolbar i have
the button, after ~10 seconds comes up with a load of data from an external system
so i thought i would do some code that said:-
press the button
wait until now + 30 seconds
save
but NO, that nevers works, it never has any data there, so i thought i'd try:-
press button
do
loop until the cursor<>hourglass
save
but NO, that never works either, it gets stuck in an infinite loop
not sure why they don't work. any ideas anyone?