Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Records and Deleting Records in a Table
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Adding Records and Deleting Records in a Table
Miscellaneous
Thread ID:
00808371
Message ID:
00808371
Views:
39
I have a small program which when you run it adds the Local IP Address of the machine. A message box pops up and states the IP address has been added. What I would like to do when I
click on the OK button on the Message Box I would like it to delete the IP address from the same table. Can anybody help me, here is my code:


oIPSocket = CreateObject("MSWinsock.Winsock")

USE "U:\IPAddresses\IPaddresses.dbf"

INSERT INTO ipaddresses (ipaddress) ;
VALUES (oIPSocket.LocalIP)
MESSAGEBOX("IP Address has been added to Table")

QUIT

Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform