Search found 45 matches: onet

Return to advanced search

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... que no debería provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 398

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... que no debería provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 398

Re: How to build Harbour 32 & 64 bits

A partir del ultimo commit de harbour 2023-11-22 09:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) He intentado construir harbour con BCC77 y da el siguiente error bcc32.exe   -I. -I../../../../../../include -q -tWM -CP437 -w-sig- -w-aus- -w-ccc- -w-csu- -w-par- ...
by Joaquim Ferrer
Thu Nov 23, 2023 3:09 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 31501

Re: Falta unicows.dll al crear librerias con Harbour

Reference: 2012-09-11 21:22 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/utils/hbmk2/hbmk2.prg * harbour/config/win/bcc.mk + added support for BCC6.5 - please verify me. ; unicows library does not support BCC 6.5. BCC users who want to compile ...
by Enrico Maria Giordano
Fri Oct 20, 2023 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 360

field flags in dbCreate()/dbStruct()

// 2015-02-08 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) // * src/rdd/workarea.c // + added support for field flags in dbCreate()/dbStruct(). // Flags can be passed in string with field type after ":", i.e. // "C:U" ...
by Antonio Linares
Sat May 01, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field flags in dbCreate()/dbStruct()
Replies: 0
Views: 298

Re: eShop sample and a DBF product file

... dev 06 HB_VERSION_REVISION 2004201301 07 HB_VERSION_CHANGELOG_LAST 2020-04-20 15:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) 08 HB_VERSION_CHANGELOG_ID e8cc50254a83714ccb22e78db84a492a419aa576 09 HB_VERSION_PCODE_VER 3 10 HB_VERSION_PCODE_VER_STR PCode version: 0.3 ...
by Marc Venken
Fri Apr 02, 2021 12:53 pm
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1282

Re: Manu Exposito's pearls

... usar ya que es incompatible con el sistema MT. Mira esto: ----------------------- 2006-12-15 16:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * general PCODE cleanup and address most of TODO/FIXME notes in source code: ! removed all strtok() functions ---------------------- 2011-09-20 ...
by xmanuel
Wed Aug 14, 2019 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manu Exposito's pearls
Replies: 12
Views: 2985

Re: Using C# (and .NET) from FWH not working(?)

... for your response, Cristobal. But the problem remains. If I compile just this code: #include "FiveWin.ch"function Main()   local oNet    ? "Start!"       oNet := TDotNet():New()    ? IIF(oNet != nil, "Net yes!", "Net no :(")  ...
by AnjaK
Wed Jul 10, 2019 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4368

Re: Database clase. Detectado una incidencia.

... AND have field "I:+" , then he has a problem. From Changelog Harbour; 2015-02-17 16:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbf1.c + added support for autoincrement fields with counter longer then 4 bytes Warning: if someone created tables with such fields ...
by thefull
Tue Jun 20, 2017 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Database clase. Detectado una incidencia.
Replies: 14
Views: 2323

Re: Inteligencia artificial - Clase TPerceptron

Por ejemplo, para crear esta red neuronal:

Image

hacemos:

local oNet := TNet():New( { 3, 4, 2 } )
by Antonio Linares
Fri May 26, 2017 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inteligencia artificial - Clase TPerceptron
Replies: 33
Views: 12733

Re: problem with GET

Try using VALID of oNet_7 instead of WHEN of oVAT_7. WHEN is executed only on dialog init. It's not like Clipper where WHEN was executed on focus change. You can try oVAT_7:bGotFocus too.

EMG
by Enrico Maria Giordano
Sun Jan 15, 2017 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with GET
Replies: 6
Views: 1804

problem with GET

when I enter net_7=100.00 , I getting vat_7=8.00 I can't changed vat_7=8.01 because always it's changin on 8.00 my source pSTOPA_7:='8' @100, 50 SAY "Netto:" OF oDlg PIXEL @100, 100 GET oNet_7 VAR pNET_7 picture '999,999.99' OFoDlg PIXEL ; @100, 150 SAY "VAT:" OF oDlg PIXEL @100,...
by kajot
Thu Jan 12, 2017 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with GET
Replies: 6
Views: 1804

Sr. Antonio - A versão atual do Harbour contempla?

Sr. Antonio - A versão atual do Harbour contempla? 2015-07-31 16:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/asort.c % added new code for ASort() Warning: new sorting algorithm is stable (does not change the order of equal items). It means is not strictly ...
by MGA
Thu Oct 20, 2016 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio - A versão atual do Harbour contempla?
Replies: 1
Views: 421

contribuciones de harbour ( SOLUCIONADO )

... C++ 7.0 (32-bit) Platform: Windows 7 6.1.7601 Service Pack 1 PCode version: 0.3 ChangeLog last entry: 2016-01-05 10:04 UTC+0100 Prz czta.onet.pl) ChangeLog ID: 5074376b2b480a047ab90ac47bb86107b2d50 Built on: Jan 7 2016 20:27:46 Build options: (Clipper 5.3b) (Clipper 5.x undoc)
by Patricio Avalos Aguirre
Tue Feb 09, 2016 2:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: contribuciones de harbour ( SOLUCIONADO )
Replies: 2
Views: 496

libreria para ADS rddads.lib (SOLUCIONADO)

... C++ 7.0 (32-bit) Platform: Windows 7 6.1.7601 Service Pack 1 PCode version: 0.3 ChangeLog last entry: 2015-06-17 12:39 UTC+0200 Przemy czta.onet.pl) ChangeLog ID: 716cab68c697e983fa5871ca8045bd2318948b73 Built on: Jun 21 2015 11:56:11 Build options: (Clipper 5.3b) (Clipper 5.x undoc) --------------------------- ...
by Patricio Avalos Aguirre
Sat Oct 24, 2015 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: libreria para ADS rddads.lib (SOLUCIONADO)
Replies: 2
Views: 595
Next

Return to advanced search