Search found 77 matches: dns

Return to advanced search

Re: DNS

Thanks, I get it !
by Natter
Fri Mar 29, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1019

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WS...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1019

Re: DNS

Thank you, Rao! What does the WSACleanup() function do ?
by Natter
Fri Mar 29, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1019

Re: DNS

Code: Select all  Expand view
  WSAStartup()
   ? GETHOSTNAME()   // Name of your PC
   ? GETHOSTBYNAME( GETHOSTNAME() ) // Your IP address on your local network
   WsaCleanUp()
 
by nageswaragunupudi
Thu Mar 28, 2024 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1019

DNS

Hi,

DNS is registered on the computer. Is it possible to read their values from FWH ?
by Natter
Thu Mar 28, 2024 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1019

Re: Una sobre la clase TTOAST

cnavarro wrote:Jose, he tratado de enviarte un correo pero me dice que la cuenta no existe
A qué correo he de escribirte ?
Saludos


Hola cristobal,

Si, desde ayer estoy cambiando de servidor y dns. Debo tener los correos desconectados.

Mandalo por los momentos a

actividades1309 AT gmail

Gracias !
by JoseAlvarez
Tue Sep 05, 2023 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre la clase TTOAST
Replies: 15
Views: 1315

Antonio, no recibes mis mail.

... said: 550-5.7.25 [74.220.223.234] The IP address sending this message does not have a 550-5.7.25 PTR record setup, or the corresponding forward DNS entry does not 550-5.7.25 point to the sending IP. As a policy, Gmail does not accept messages 550-5.7.25 from IPs with missing PTR records. Please ...
by FiveWiDi
Tue Nov 22, 2022 8:13 pm
 
Forum: Off Topic / Otros temas
Topic: Antonio, no recibes mis mail.
Replies: 2
Views: 387

Re: web browser control vs. localhost

... automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. ServerName 127.0.0.1:80 I have to do more tests. https://serverfault.com/questions/66347/why-is-the-response-on-localhost-so-slow
by Otto
Thu Oct 21, 2021 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control vs. localhost
Replies: 3
Views: 577

Re: Fix for Resedit

Hmm, I wonder if the reason it works for me may be that I get directed to a different DNS server than you guys are? If we can locate the programs author, maybe we could get him to remove that automatic update check? In the meantime you can just set "airplane mode" ...
by James Bott
Fri Aug 06, 2021 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Question about WinExec()

Hi Otto. The same way...   nkdnr := 10  WinExec("CMD /C start chrome --new-window --app=https://test.com.space/formular/index.prg?recnr=" + ALLTRIM(STR( nkdnr )) + " --window-position=600,300  --window-size=1500,730",0)  It opened the w...
by Euclides
Wed Apr 21, 2021 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about WinExec()
Replies: 10
Views: 781

Re: Crear un DSN por programa ( ODBC )

Buenas tardes para todos En este momento me surgió la necesidad de crear automáticamente el DNS, estuve intentando con las dos opciones que se proponen en este POST, pero no logro hacerlo. Si lo hago con la función que propone dbzap, se logra crear el DSN, pero lo crea ...
by leandro
Fri Oct 23, 2020 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un DSN por programa ( ODBC )
Replies: 11
Views: 3607

Re: QR code Easy Report

Both the embedded images and the links worked fine from here. Check your DNS. Try using Google's DNS.

EMG
by Enrico Maria Giordano
Tue Jun 11, 2019 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR code Easy Report
Replies: 14
Views: 1837

Re: webserver using RESTFUL API and responsive

... with your smartphone the qrcode and you see the webpage with the stored pictures One thing you have to do is to define in your software – like a DNS server – to which link the qr code label links. Here I use a FIVEWIN SQL xBrowse. That is all. Best regards, Otto http://www.atzwanger-software.com/fw/qrscan.jpg ...
by Otto
Fri Jun 08, 2018 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7077

Ado : Field Definition

... as : [Fld2] TynyInt where TynyInt comes from adoDef.ch : #define adTinyInt 16 (removing ad) Is it safe to use this defines this way for all the DNS ? Or 1) must we create a table as : ADO MSSQL MYSQL ORACLE SQLITE 16 TinyInt TinyInt TinyInt TinyInt TinyInt If so , where can i find this field ...
by Franklin Demont
Sun Jan 21, 2018 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado : Field Definition
Replies: 1
Views: 804
Next

Return to advanced search