Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB HELP!
Message
From
21/05/1999 10:32:19
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
20/05/1999 23:23:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00221197
Message ID:
00221368
Views:
40
Bob,

THanks for the code below. It works except for one little thing. When I click cancel on the print dialog screen I get the following error: OLE Error Code 0x80040100: Trying to revoke a drop target that has not been registered.

It sounds to me like a drag and drop issue. Have you ever come across this message?

any ideas, thanks

Jim

>>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
Thanks

Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform