gpaulino Posted July 5, 2013 Posted July 5, 2013 Hola ayuda Necesito obtener el nombre de la pc del cliente, en unigui, para poder crear un log de transacciones se que con UniMainModule.RemoteAddress me devuelve la ip del cliente pero necesito el nombre de la pc tambien. alguna idea. he usado las siguientes funciones, pero esto lo que hace es que me devuelve la nombre de la pc del servidor. function GetComputerNetName: string; var Name: array[0..255] of char; S: Cardinal; begin S := SizeOf(Name); GetComputerName(Name, S); Result := StrPas(Name); end; Quote
rencarnacion Posted July 5, 2013 Posted July 5, 2013 English Brother please. By Unigui you Can't get the Computer name you should try by using a java applet. " Por Unigui no podras conseguir el nombre de la PC solo si lo haces atravez un Java Applet" Yo se que estas en el area de Español pero por aqui no te vas a conseguir una respuesta rapida But please the next time try to answer in English Quote
gpaulino Posted July 7, 2013 Author Posted July 7, 2013 thank you very much for your answer friend Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.