Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IpAddress
Message
From
02/05/2006 04:09:31
 
 
To
02/05/2006 03:04:19
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:
01118295
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform