Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Identify the line number of the programs
Message
De
12/09/2002 13:48:35
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Identify the line number of the programs
Divers
Thread ID:
00699857
Message ID:
00699857
Vues:
68
Hi!

In VFP 6 it has the Program() function in which I obtain to list all the programs that had been called until the moment passing as parameter the level that it meets, or either, if I to pass for 3 programs, where one calls the other, it would be thus:
? Program(1)  && Program1.Prg
? Program(2)  && Program2.Prg
? Program(3)  && Program3.Prg
My question is, has as to identify the lines of each program?... to be thus:
? Program(1) + " - " + Str(NameFunction(1))  && Program1.Prg - 128
? Program(2) + " - " + Str(NameFunction(2))  && Program2.Prg - 5298
? Program(3) + " - " + Str(NameFunction(3))  && Program3.Prg - 25
Remember: LineNo() function only return the line number of the actual program and i need the line number the other programs too.
Some idea?
Thank's in advance.
Bye!

P.S.: Sorry my ba english.
Erick
Força Sempre!
Strength Always!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform