Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IpAddress
Message
De
02/05/2006 04:19:28
 
 
À
02/05/2006 04:09:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01118286
Message ID:
01118296
Vues:
15
hi,
thank you , itry i got error message

variable Ipaddress is not found
if Ipaddress="10.1.8.34       "
  do FORM main1
else
  do FORM seq
endif
>>hi all,
>>
>>any idea ,help
>>
>>can i make if statment as
>>
>>if Ipaddress=10.1.8.34 or Ipaddress=10.1.8.30
>>
>>     do form...
>>else
>>     do form...
>>endif
>>
>>
>>thanks.
>
>You must store the IP address as text, and compare the text values. Like
>if Ipaddress="10.1.8.34" or Ipaddress="10.1.8.30"
>  do form..
>else
>  do form..
>endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform