Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object references
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00368838
Message ID:
00368844
Vues:
16
Whew! What a question! :)

Could you maybe create a global var beforehand, oCode, and in the Init of txtCode, temporarily add: oCode = THIS, and have a breakpoint for oCode.Value. You would get a break at the Init, but just resume.
Sorry, all I can think of.
Mark
P.S.: I don't really recommend global vars except for special debugging things like this.

>I'm begining to think we need a debugger category. :)
>
>Anyway, I've been hunting through the docs and am having no luck. What I need to do is set a breakpoint when the value of a textbox changes. The trouble is that it is buried deeply and I don't know the whole hierarchy to get to it. All I know is I want txtCode.value.
>
>I'll head off a few possible answers that don't work:
>
>1. I can't drag it from the locals window because there's so much stuff there that I can't find it.
>
>2. I can't go by when the control source changes because it's not changing and that's what the problem is.
>
>3. I can't insert the object reference in the code somewhere to see what it comes up with because SBT renames things at runtime, so I need to know what it's called then.
>
>4. I can't set anything in the code itself, because the purpose of this excercise is to find out where in the code it's changing.
"It hit an iceberg and it sank. Get over it."
Robert Ballard, dicoverer of the Titanic wreckage.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform