Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IpAddress
Message
From
02/05/2006 06:30:25
 
 
To
02/05/2006 05:18:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01118286
Message ID:
01118313
Views:
13
Tore

Please can you tell me where I'm going wrong? I have a PC and there's some code stored on it. I get an error message.

Terry


>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
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform