Search found 57 matches: corresponds

Return to advanced search

Re: WebView2 sample

... in the FiveWin link script here. He is getting the error during compilation. For me, the WEBVIEW also works with Windows Server 2012 - I think it corresponds to Windows 10. Best regards, Otto
by Otto
Mon Jan 29, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1208

Re: phpBB to LLM

... on your system and whether you want to install the CPU or GPU version of PyTorch. Use one of the commands mentioned in the previous response that corresponds to your system and requirements. Upgrade Pip: Ensure that your pip version is up-to-date. You can upgrade pip using the following command: ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: cyclometric circle

... 90: 90-53= 37 Cyclometric Distance In this case the cyclometric distance between 25 and 78 is equal to 37 (in practice the cyclometric distance corresponds to the shortest distance to travel by counting the numbers on the circumference). the calculations are used to make a prediction for the ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3029

Re: Determine names of months between two dates

...   AAdd( aMonths, NTOCMONTH( If( m > 12, m - 12, m ) ) )   nextreturn aMonths  Nages, I have an archive (aListini) which corresponds to the type of price list High season with code 01 Low Season with code 02 Mid season with code 03 Then I have an archive with the periods ...
by Silvio.Falconi
Tue May 11, 2021 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine names of months between two dates - Resolved !!!!
Replies: 3
Views: 416

HBMK2 Problem linking

... LIMIT 1000 WHERE `TIP`.`CTIPO` = '01'" uRet = ::nError = 1064 ::cError = "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `TIP`.`CTIPO` = '01'' at line 1" ::cSqlInfo = "" IF ...
by vilian
Thu Jun 04, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5334

Re: xBrowse anomoly

The picture clause "99999.99" in the 7th column of the field "SERVICE" is the cause of the problem. This picture clause corresponds to a numeric field with fieldlength 8 and fielddec 2. But this field is a character field. When TDatabase class opens a DBF, it copies DBSTRUCT() ...
by nageswaragunupudi
Fri May 01, 2020 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

Re: OT Optimizar query MySql

... in the samples folder, but contains one million (1,000,000) records. Field `state` is indexed. As we know the `state` field of `custbig` corresponds to the field `code` in the table `states`. Our job is to select rows from custbig table where `state` is not found in the `states` table. ...
by nageswaragunupudi
Wed Mar 04, 2020 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5180

Calculate number of day of year

my problem is to calculate the progressive number of a day 1 1 2020 ---> corresponds to the first day of the year 2 2 2020 ---> corresponds to 33rd day of the year How I can calculate the number of day of year ? sample 0059 is 29.02.2020 if (month == 1) ...
by Silvio.Falconi
Fri Feb 21, 2020 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate number of day of year
Replies: 4
Views: 617

Re: Error al grabar con tDolphin

... 14 secs Error occurred at: 16/08/2019, 12:55:31 Error description: Error MYSQL/1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'desc=0.00,precio2=0.00,pretotal=0,precosto=0,preusa=0,linea=1,codartp=NULL' ...
by caducca
Fri Aug 16, 2019 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al grabar con tDolphin (Solucionado)
Replies: 6
Views: 875

TDatabase: Relating Tables

... purpose of this discussion, we use \fwh\samples\customer.dbf and \fwh\samples\states.dbf. We know that the field "STATE" in customer.dbf corresponds to the field "CODE" in the states.dbf. 1) ONE-TO-ONE RELATIONSHIP: Every record in customer.dbf has one corresponding record in ...
by nageswaragunupudi
Fri May 10, 2019 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Relating Tables
Replies: 3
Views: 901

Re: Consulta Mysql

... sum(debe-haber) diferencia FROM facturas GROUP BY numdoc WHERE ... Error Code: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE debitos > creditos La segunda tarda 16.046 secs, sobre 59.605 registros. ...
by FranciscoA
Sat Oct 27, 2018 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Mysql
Replies: 21
Views: 3719

Re: error al borrar registro con xbrowse, tdophin, mysql

... 36 secs Error occurred at: 16/07/2018, 11:08:14 Error description: Error MYSQL/1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS a LEFT JOIN tab_marca AS b ON a.cod_marca = b.cod_marca WHERE cod_modelo ...
by joseluisysturiz
Tue Jul 17, 2018 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

Re: error al borrar registro con xbrowse, tdophin, mysql

... 36 secs Error occurred at: 16/07/2018, 11:08:14 Error description: Error MYSQL/1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS a LEFT JOIN tab_marca AS b ON a.cod_marca = b.cod_marca WHERE cod_modelo ...
by kpidata
Mon Jul 16, 2018 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

error al borrar registro con xbrowse, tdophin, mysql

... 43 secs Error occurred at: 12/07/2018, 17:06:54 Error description: Error MYSQL/1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS a LEFT JOIN tab_marca AS b ON a.cod_marca = b.cod_marca WHERE cod_modelo ...
by kpidata
Thu Jul 12, 2018 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

Re: filtrar mysql .. xbrowse... tdolphin.. no refresca

... 25 secs Error occurred at: 05/07/2018, 15:53:11 Error description: Error MYSQL/1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY a.cod_art' at line 1 no importa como lo escriba.. igual me arroja ...
by kpidata
Thu Jul 05, 2018 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: filtrar mysql .. xbrowse... tdolphin.. no refresca
Replies: 3
Views: 1399
Next

Return to advanced search