Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB HELP!
Message
De
21/05/1999 10:32:19
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
20/05/1999 23:23:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00221197
Message ID:
00221368
Vues:
42
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform