R
RKM solutions
Hi guys,
Im currently looking for a function that will stop a procedure if the same
procedure is recalled during its execution.
To explain, the diary system which im developing requires a btn to process
tomorrows appointments.. when pressed the btn changes the date, then a
lengthy looping procedure runs the actions based on that date.
My problem is that should the user wish to search forward through dates
using this feature I need to prevent every date that is bypassed calling the
procedure.
For example
Btnclick()
'tmrws date
ChangeDate 1
'if running cancel last occurrence
"cancel procedure"(populateApps)
PopulateApps
end sub
Hope that this makes sense
Cheers
Rkm
Im currently looking for a function that will stop a procedure if the same
procedure is recalled during its execution.
To explain, the diary system which im developing requires a btn to process
tomorrows appointments.. when pressed the btn changes the date, then a
lengthy looping procedure runs the actions based on that date.
My problem is that should the user wish to search forward through dates
using this feature I need to prevent every date that is bypassed calling the
procedure.
For example
Btnclick()
'tmrws date
ChangeDate 1
'if running cancel last occurrence
"cancel procedure"(populateApps)
PopulateApps
end sub
Hope that this makes sense
Cheers
Rkm