Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control
Message
From
02/07/1999 10:20:23
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00236778
Message ID:
00236906
Views:
10
>Mark,
>
>You should use the VFPCOM.DLL so you can bind VFP code to the event directly this way you don't have to waste cycles polling.

It's an ActiveX control.. you already have access to Events without using VFPCOM.DLL.

Mark,

Alot of this info you are asking about is in Rick Strahls book Internet Applicatoins with VFP 6.0.

For example... to answer you question use the ProgressChanged Event simmilar to:

FUNCTION ProgressChanged

LPARAMETER progress, progressmax
IF progress = -1
THISFORM.lDocLoaded = .T.
endif
ENDFUNC

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform