Search found 1066 matches: means

Return to advanced search

Re: FWMARIA MENSAJES DE ERROR

You see this error when trying to connect using oCn := maria_Connect( <connectionspe>,  .T. ) Last parameter .T. means ShowError. In that case the library shows the error as MySql shows. You can suppress display of error by oCn := maria_Connect9( <connectionspecs>, ...
by nageswaragunupudi
Tue Apr 23, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 132

Re: TITLE CLASS BUG with oDLg TRansparent

... is not a bug. This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: TITLE CLASS BUG with oDLg TRansparent

... is not a bug. This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: GetHostByName( GetHostName() )

... using GetIpAddrTable. Look for an adapter where the network mask matches the subnet mask of your desired network (usually obtained through other means). The IP address associated with this adapter will be the local IP on the desired subnet. This also seems interesting and may help: Consider using ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 162

Re: Data exchange between PC and Android device on the same loca

Hello Otto and Atonio agradezco sus respuestas.

This means to me that it is my time to enter the world of Mod Harbor beyond simple exploration.
It seems that I will say goodbye to my beloved uhttpd.
by Arturo Lopesoria
Thu Feb 22, 2024 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Data exchange between PC and Android device on the same loca

... from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Which means it doesn't find the appropriate SERVER side headers uhttpd/CGI Module PROBLEM: I require to be able to change the headers either in the CGI module ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Re: Problem with FiveWin and PDF995 on Windows 11.

... This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc&nbsp; and %hdirl% means xharbour\lib I posted a sample above. Please save that sample as it is to \fwh2310\samples folder and build it with buildx.bat and let us know ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220

Re: Problem with FiveWin and PDF995 on Windows 11.

... included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc  and %hdirl% means xharbour\lib I posted a sample above. Please save that sample as it is to \fwh2310\samples folder and build it with buildx.bat and let us know ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220

Re: RAO advice on using Mysql

oCn:RowSet( cSql, 100 ) means read first 100 records only Sameway oCn:RecSet( cSql, 100 ) also means read first 100 records only. But oCn:RecSet( cSql, -100 ) means read entire table with page size 100. RecSet does not read entire table ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Consuta sobre MariaDB/MySql

... ) Connect to any of these two servers and test ? oCn:wait_timeout  // --> 28,800 seconds = 8 hours That means the connection will be closed only after 8 hours of no activity. If there is even a single server access in the period of 8 hours, the connection ...
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 470

tiny11 core for ARM64

... version, version 2311 is 20% smaller and allows you to recover even more space on your system drive. Furthermore, it is fully maintainable, which means you can download and install cumulative updates to keep your computer safe and receive future improvements.
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7149

Re: Fine tune Phi2 from Microsoft with your own data

... max_length=2000)text = tokenizer.batch_decode(outputs)[0]print(text) What is vedanta? Vedanta is a Sanskrit word that means "the end of the Vedas". The Vedas are the oldest scriptures of Hinduism, which contain hymns, rituals, and philosophical teachings. ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1252

file ID in the Windows file system

... identifier called a File ID, which is a more permanent reference to a file. The File ID is unique on the volume on which the file resides. This means even if the file is moved or renamed on the same volume, it will retain the same File ID. This is particularly useful for tracking files in more ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

phpBB to LLM

... Open a free account at HuggingFace, create a dataset and upload forums.json. If you can properly inspect the forums.json from HuggingFace then it means that forums.json is ok. The structure of the generated json file is as follows: [   {  "topic": the title of the topic,    ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: add a line in the print report

... https://mybergland.com/fwforum/regionen_clip4.jpg if you need chatgpt to create an html report it means you are not a real programmer https://i.postimg.cc/L8jgknQ8/hhh.png IT is easy DbftoHtml(Customer.dbf)
by Silvio.Falconi
Tue Dec 12, 2023 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 546
Next

Return to advanced search

cron