Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing a control image and printing it
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00598229
Message ID:
00598285
Vues:
16
>George,
>
>I have tracked back and found that you are the originator of the class Obj2BMP, which is pretty good, and I actually had it working last week. Ed Rauh also gave me some pointers on this.
>
>For some unknown reason, it isn't working today; it seems to glide right by without displaying the Object Picker. Actually, this happened last week also, but inconsistently.
>
>The Object Picker does not stay active. Would you know why this is happening?
>
>My form has its properties set as follows:
>AlwaysOnTop = .F.
>AlwaysOnBottom = .F.
>WindowType = 0 - Modeless
>ShowWindow = 0 - InScreen (Default)
>
>Thanks,
>
Cecil,

A couple of things come to mind. If you're using it in design mode, you must keep the object reference to the Object Picker in scope. This is done with code like the following from the command window
oPicker = NULL
DO Obj2Bmp.app WITH oPicker
If, however, you're trying to use it in an application, the same applies from with the code, but you'd need a READ EVENTS.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform