Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Records and Deleting Records in a Table
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Adding Records and Deleting Records in a Table
Divers
Thread ID:
00808371
Message ID:
00808371
Vues:
40
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform