Search found 72 matches: dbf1

Return to advanced search

Re: Campo autoincremental en DBF

* src/rdd/dbf1.c + added support for autoincrement fields with counter longer then 4 bytes Warning: if someone created tables with such fields i.e. { "I:+", 8, 0 } after my modification which added support for AutoInc ...
by carlos vargas
Thu Oct 27, 2022 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771

Re: eShop sample and a DBF product file

Hello Mark, here you you see what I do: Store DBF into a HASH - pass the HASH to HTML . https://mybergland.com/fwforum/dbf1.jpg Then in the home.view I substitute the hard-coded part through this code. That is all. That easy. Thanks to Antonio's wonderful template and his ...
by Otto
Thu Apr 01, 2021 10:25 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1327

Re: Mejoras para scintilla

... 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_sxDeCrypt' referenced from C:\HARBOUR\LIB\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxPtoD' referenced from C:\HARBOUR\LIB\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' referenced from ...
by jvtecheto
Sat Apr 13, 2019 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839523

Re: Mejoras para scintilla

... 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_sxDeCrypt' referenced from D:\HARBOUR17\LIB\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxPtoD' referenced from D:\HARBOUR17\LIB\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' referenced from ...
by caducca
Tue Mar 19, 2019 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839523

Re: Complex Search on dbf from an array

Silvio, selected customer in DBF2 checked if customer exist in DBF1 ( can be a array or fields, from gets ... ) http://www.pflegeplus.com/IMAGES/Double.jpg No :Setfilter() :!: to be filtered cName := oCust2:Last + oCust2:First filterd in ...
by ukoenig
Wed Feb 13, 2019 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Complex Search on dbf from an array
Replies: 6
Views: 843

Re: Compilar código Harbour con gcc en 64 BITS

... undefined reference to `__GSHandlerCheck' C:\harbour64\lib/hbrdd.lib(dbf1.obj):(.text$mn+0x981): undefined reference to `__security_check_cookie' C:\harbour64\lib/hbrdd.lib(dbf1.obj):(.text$mn+0x2b1): undefined reference ...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2006

Re: GDPR - General Data Protection Regulation

Enrico, From actual Harbour project, in dbf1.c file: fSet = ! pArea->fHasMemo && HB_IS_STRING( pPasswd ) && ( ! fRaw || nLen == 8 );-       fEncrypt ? ! pArea->fTableEncrypted && ! pArea->fHasMemo ...
by hmpaquito
Wed Dec 27, 2017 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3751

Re: Ayuda DLL

... from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_hb_sxDeCrypt' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxPtoD' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' ...
by ricardog
Tue Aug 29, 2017 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Database clase. Detectado una incidencia.

... "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 i.e. { "I:+", ...
by thefull
Tue Jun 20, 2017 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Database clase. Detectado una incidencia.
Replies: 14
Views: 2358

macro substitution & in fieldnames

It is a piece of code for a mapping system I have 3 databases dbf1 -> with just 1 record filled with fieldnames of dbf 2 ID : "STYLE" NAME : "TITLE" CATMAIN : "CAT1" ... dbf2 -> actual datafile (source data) STYLE : "200444" ...
by Marc Venken
Tue Oct 25, 2016 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: macro substitution & in fieldnames
Replies: 7
Views: 1771

Re: A font-problem in METRO-app ?

It seems the fonts are not used : oPanel1:oFont:End() oPanel1:oFont := oFontLarge // Title http://www.pflegeplus.com/IMAGES/Metrob5.jpg oPanel1:oBtnFont:End() oPanel1:oBtnFont := oFontTiny // Button oPanel1:oTextFont:End() oPanel1:oTextFont // Button http://www.pflegeplus....
by ukoenig
Sat Apr 09, 2016 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1333

Re: xBrowse cláusula (asi se dice?) FIELDS

... produce porque estoy haciendo Browse de un par de DBFs relacionadas. Si mirás mi post vas a ver que el campo Provedor, del que tengo su ID en la DBF1, muestra su descripcion, tomado de la DBF2. Repito que he intentado declararlo de la forma tradicional, pero la columna (del campo descripcion ...
by MarioG
Mon Mar 17, 2014 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse cláusula (asi se dice?) FIELDS
Replies: 8
Views: 1518

error al compilar con xharbour 1.2.3

... referenced from D:\XHBCC582\LIB\RDD.LIB|workarea Error: Unresolved external '_hb_setGetHardCommit' referenced from D:\XHBCC582\LIB\RDD.LIB|dbf1 Error: Unresolved external '_hb_setGetDefExtension' referenced from D:\XHBCC582\LIB\RDD.LIB|dbf1 Error: Unresolved external '_hb_rdd_wacore_LockInit' ...
by artu01
Tue Dec 31, 2013 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con xharbour 1.2.3
Replies: 0
Views: 823

Re: Ordenar xBrowse por columna cuyo origen es RELATION

Fernando;
Como poder se debe poder. En tal caso, se me ocurre ya que no tengo experiencia en este caso puntual, que deberías cambiar la relacion es decir si DBF1 esta relacionado con DBF2 (siendo esta la que contiene el campo Cantidad). Cambiar a DBF2 relacionado con DBF1.
by MarioG
Tue Jan 31, 2012 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ordenar xBrowse por columna cuyo origen es RELATION
Replies: 3
Views: 591

Re: Empezar con ADS modo local

... Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_sxDeCrypt' referenced from C:\XHARBOUR\LIB\RDD.LIB|dbf1 Error: Unresolved external '_hb_sxPtoD' referenced from C:\XHARBOUR\LIB\RDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' referenced from ...
by Pedro
Mon Jan 31, 2011 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8364
Next

Return to advanced search