Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display message whenever variable changes
Message
De
24/11/2004 03:59:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
00964064
Message ID:
00964157
Vues:
8
>Thanks Cetin
>I'll give it a try.

Rajani,
I misunderstood it in the first place.
I think debugger would be easier. Set a breakpoint with "Break when expression is true" and put your expression as a match to another public variable (TrackingVar). ie:

!(Type('m.MyVar') = Type('m.TrackVar') and m.MyVar = m.TrackVar)
Clear All
Release All extended
On key label f2 m.TrackVar = m.myVar
Public TrackVar,myVar
? "Starting ..."
Function1("Hello")
Function2()
Function3()

Function function1
Lparameters tcStr
MyVar = Upper(m.tcStr)

Function function2
For ix=1 to 10
 ? ix
endfor
MyVar = "there"

Function function3
MyVar = "again"
PS:Still against public vars:)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform