Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP vs VB
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00768087
Message ID:
00768093
Vues:
29
Something like the below should work:
Private Sub CmdEnviro_Click()
   Dim xval As String
   xval = Environ$("TERMID")
   If xval = "" Then
         MsgBox "Unable to retrieve the TERMID.", _
            vbInformation, "Error Reading TERMID value."
         Exit Sub
   End If
End SubEnd Sub
>What is the equal of ?GETENV("TERMID") IN VB...
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform