Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtener información de la red.
Message
 
To
03/07/2003 07:38:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00806476
Message ID:
00806716
Views:
9
>Como obtener y mostrar todas las direcciones IPs y los nombres de los equipos que estan conectados en una >intranet.

>Gracias
_____________________________________________________

First of all if you want to have any answers from this forum you will have to give a little effort in translating your questions to english, this sentence would be very easy to translate with a dictionary help, or even chep translator

you could try this

http://www.foxite.com/scripts/foxisapi.dll/foxite.webengine.browsedownloads?DownloadID=&Keyword=ryss&Category=XX&B1=+Filter+&Accountid=_0LN1ENYWU

The example will gather information on the LAN and place the following in a table via a number of routines. This code will only run on VFP6 and above. An easy conversion/solution is required to run this code on VFP5. Code written by Ryss Unger. File submitted by Ryss Unger.

primero que nada si no haces la pregunta en ingles no creo que obtengas mucha ayuda en este foro, somos pocos los que hablamos espanol que estamos dispuestos a traducir

anda a este link

http://www.foxite.com/scripts/foxisapi.dll/foxite.webengine.browsedownloads?DownloadID=&Keyword=ryss&Category=XX&B1=+Filter+&Accountid=_0LN1ENYWU

este es un ejemplo te obtiene todos los ip de una LAN y los nombres de las computadoras, alli podes ver el codigo y podes darte una idea
si tenes problemas con el link avisame y te mando el archivo
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform