VFP - Waiting for Activex to finish before proceeding
7 views
Skip to first unread message
Gorrie
unread,
Jan 11, 2010, 12:33:02 AM1/11/10
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What is the recommended method for pausing a VFP program while waiting for an ActiveX control to finish processing?. A VFP method calls a method of the ActiveX. What code in VFP will make the VFP program pause until the ACtiveX method has finished and returned? The activex has events such as 'InProgress(Boolean InProgress)' and Properties such as 'Success'. Thnanks