Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB HELP!
Message
From
20/05/1999 23:23:42
 
 
To
20/05/1999 19:42:20
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00221197
Message ID:
00221234
Views:
39
>It's an ActiveX control
>

Ok Jim... the heck with that VB stuff... now that I know the problem, I can solve it the simple VFP way... Here is the code to put in your command click:
this.Enabled = .f.
Do While ThisForm.OleControl1.Busy
	DoEvents()
enddo
ThisForm.Olecontrol1.ExecWB( 6, 0 )
this.Enabled = .t.
BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform