Click to See Complete Forum and Search --> : Suspension of code line
eng70640
April 4th, 2001, 04:39 AM
Suppose i have called a function in my command button of VB form. But before this function has finished can i suspend the execution of the next line (the code line just after the mentioned function)? How can this be achieved?
Johnny101
April 4th, 2001, 04:08 PM
code in the command button's routine will not continue until the called function has completed. you have to write "callbacks" to do it differently.
john
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
shree
April 4th, 2001, 10:40 PM
And to block all the events (and their queuing too) while the function is not finished?
eng70640
April 5th, 2001, 12:52 AM
Nope just prevent the execution of the next line of code.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.