Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Revert to zero problem
Message
 
À
16/11/1999 11:10:49
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00291458
Message ID:
00291489
Vues:
23
>Debugger (which i'm not really famaliar with) only gives locals for the spinner as my entire database. I'm guessing it's trying to give me a clue?
>I'm also guessing that you're saying that the problem is in some of my function code somewhere and debugger is going to help me find it?

Jimmy,

An easy way to get an object reference is to do the following: First, place your mouse so that the pointer is directly above the object. Next (and this is all assuming that this is a modeless form), pressing [Ctrl]+[F2]. This will make the command window active. Finally type in: ox = SYS(1270) and press enter. The ox variable now contains an object reference that you can view in the debugger.

One word of warning. Prior to trying to release the form, enter ox = NULL in the command window. This will destroy the object reference. If you don't your form won't close until until you do so.
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