Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine calling program?
Message
 
 
À
04/05/2000 18:19:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00366364
Message ID:
00366368
Vues:
11
Look in the VFP help file for SYS(16) and also PROGRAM()

The help for Sys(16) includes this code snippet as an example. It reports out the different levels of calling programs.

STORE 1 TO gnX
DO WHILE LEN(SYS(16,gnX)) != 0
? SYS(16,gnX)
STORE gnX+1 TO gnX
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform