Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IpAddress
Message
De
02/05/2006 06:09:14
 
 
À
02/05/2006 05:29:17
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:
01118310
Vues:
15
>Hi Tore, while you're at it - I have a project that needs doing for free. Please give me your email address where I can send the specs and can you do this as a matter of urgency please as I'm in a rush ;)

Just send it over, but please send as little specs as possible, because I have the ability to read your mind, so I know exactly what you need.

>>
>
>>Please don't tell me that you really want me to explain why you receive this error! The error message tells you that variable Ipadress in not found, so fix it!
>>
>>>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
Répondre
Fil
Voir

Click here to load this message in the networking platform