Search found 45 matches: ethernet

Return to advanced search

Re: GetHostByName( GetHostName() )

... This might not always be the IP address you're expecting, especially when your system has multiple network adapters. Multiple Adapters: With Ethernet, Hamachi, and VMware adapters present, your system can have multiple IP addresses assigned, each potentially belonging to different subnets. ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

GetHostByName( GetHostName() )

I use WSAStartup() ; cIp := GetHostByName( GetHostName() ) ; WSACleanup(), to get the local IP address. However my system has an EtherNet, Hamachi, and 2 VMware showing as adapters. The address returned by the function GetHostByName returns a different one that the one that has the same ...
by byron.hopp
Wed Mar 06, 2024 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: Lentitud al abrir una dbf en red

... si no activo los indices, todo se normaliza. Mi pregunta es esto tiene alguna solución simple, o no tiene arreglo. Nota: Es una red con cableado Ethernet, todas la PC con placas Gigabit y cableado nuevo, los switch también Gigabit Todas con window 10, probé desactivar los antivirus, probé en ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Re: Lentitud al abrir una dbf en red

... si no activo los indices, todo se normaliza. Mi pregunta es esto tiene alguna solución simple, o no tiene arreglo. Nota: Es una red con cableado Ethernet, todas la PC con placas Gigabit y cableado nuevo, los switch también Gigabit Todas con window 10, probé desactivar los antivirus, probé en ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Lentitud al abrir una dbf en red

... si no activo los indices, todo se normaliza. Mi pregunta es esto tiene alguna solución simple, o no tiene arreglo. Nota: Es una red con cableado Ethernet, todas la PC con placas Gigabit y cableado nuevo, los switch también Gigabit Todas con window 10, probé desactivar los antivirus, probé en ...
by lgolexyn
Thu Jul 06, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1546

Fix for Resedit

... and then quit ... quite by accident I disabled the Networking services and Resedit is now working .. Connect the internet ( either wireless or ethernet ) and Resedit starts and quits. I can deal with that ... however that tells me that Resedit ( probably ) is trying to "Dial Home to Mom" ...
by Rick Lipkin
Thu Aug 05, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Zyxel keenetic

The router says Zyxel Keenetic 3G/4G with an access point WI-FI 802,11n 150Mb and Ethernet switch I need to programmatically reload it. Firmware is old-2.04 In the new firmware, it seems, there is such an option. In this case, you need your own script I tried using ...
by Natter
Thu Mar 11, 2021 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zyxel keenetic
Replies: 5
Views: 591

Re: Mini Printer Ethernet

Ok, gracias lo intentaré como me indicas. Saludos
by servicomver
Fri Jun 12, 2020 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

Hola 1.- Instalar la impresora (para mi es la mejor opcion) 2.- Usar el comando net use   IF WriteStream( cFileTemp, cString )     WIN_PrintFileRaw( cImpresoraTiquet, cFileTemp, "Comanda MESA: "+AllTrim(AppData:cNumeroMesaTPV) )    &nbs...
by gabo
Thu Jun 11, 2020 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

Gracias por responder, el Ping si responde, quiero saber que debo de hacer para mandar a imprimir directamente a esa mini printer, la impresora no se instala en ninguna PC solo se conecta a un switch a la misma red. \\192.268.1.20 es la Ip de la mini printer Come sería la instrucción para mandar a i...
by servicomver
Thu Jun 11, 2020 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

HOla, prueba con un ping
by Willi Quintana
Thu Jun 11, 2020 4:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

Alguna idea de cómo mandar a imprimir a una mini printer ethernet ?
by servicomver
Thu Jun 11, 2020 2:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

Gracias por responder, pero si la mini printer no esta en windows solo esta conectada a un switch i funciona por una IP fija, en lugar del nombre pondría la ip ?
by servicomver
Thu Jun 04, 2020 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Re: Mini Printer Ethernet

Hola, para dirigir la impresión a una impresora especifica, donde <Nombre Impresora> es la que tienes definida en Windows

Code: Select all  Expand view
PRINTER oPrn NAME "Etiqueta" TO <Nombre Impresora>


Saludos
by armando.lagunas
Thu Jun 04, 2020 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278

Mini Printer Ethernet

Hola, esperando que todos ustedes y su familia se encuentren bien de salud, requiero nuevamente de su valiosa ayuda: Tengo varias mini printer Ethernet instaladas en la red, las cuales tienen por ejemplo: 192.168.1.100 192.168.1.101 ¿ como puedo hacer para primero checar que esta en linea ?, ...
by servicomver
Thu Jun 04, 2020 12:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mini Printer Ethernet
Replies: 7
Views: 1278
Next

Return to advanced search