Search found 141 matches: datarow

Return to advanced search

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... referenced from C:\FWH\LIB\FIVEH.LIB|TRECSET Error: Unresolved external '_HB_FUN_HB_ENUMINDEX' referenced from C:\FWH\LIB\FIVEH.LIB|DATAROW Error: Unresolved external '_HB_FUN_BLANK' referenced from C:\FWH\LIB\FIVEH.LIB|DBCOMBO Error: Unresolved external '_HB_FUN_EXENAME' referenced ...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3313

Re: Translate into Italian the words in tDataRow

TIA, take a look into source\classes\datarow.prg Maybe is in this method METHOD CloseMsg( lSave ) CLASS TDataRow   local nChoice  := 0   local a   nChoice  := If( lSave == .t., 1, If( lSave == .f., 2, 0 ) )   if ::cSrcType ...
by MarcoBoschi
Wed Jan 08, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translate into Italian the words in tDataRow
Replies: 2
Views: 611

Re: New FTDN December 2019 (FWH 19.12)

... FWH1909. Corregido ahora. viewtopic.php?f=6&t=38053 * Tratamiento de los campos/valores Fecha (Date) y Fecha/Hora (DateTime) en ADO, XBrowse, TDataRow, TRecSet y en la función FWAdoStruct( oRs ) En muchas bases de datos como MSAccess, MSSQL, Oracle, solo el tipo de campo DateTime está disponible ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3064

Re: urgent bugs lastest FWH and SQLRDD

- In datarow.prg, method savedbf(), at line 1332: Code: if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) ) It is not supported by SQLRDD. Then, how to know if the record or file is already locked? - In xbrowse, ...
by nageswaragunupudi
Tue Dec 31, 2019 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 3047

urgent bugs lastest FWH and SQLRDD

Hello, - In datarow.prg, method savedbf(), at line 1332: if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) ) It is not supported by SQLRDD. - In xbrowse, vertical scroll bar does ...
by MOISES
Mon Dec 30, 2019 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 3047

New FTDN December 2019 (FWH 19.12)

... FWH1909. Fixed now. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38053 * Treatment of ADO Date and DateTime fields/values XBrowse, TDataRow, TRecSet and function FWAdoStruct( oRs ) In many databases like MSAccess, MSSQL, Oracle only DateTime field type is avaiable for storing both ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3064

Re: another bug in TDataRow: failure with datetime fields

Extract from whatsnew.txt FWH 19.10 * Treatment of ADO Date and DateTime fields/values XBrowse, TDataRow, TRecSet and function FWAdoStruct( oRs ) In many databases like MSAccess, MSSQL, Oracle only DateTime field type is avaiable for storing both simple dates and date-time ...
by nageswaragunupudi
Sun Nov 17, 2019 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3560

Re: another bug in TDataRow: failure with datetime fields

... The above program uses pure ADO with Harbour and does not use FWH classes XBrowse or DataRow. At present, the behaviour of DataRow is similar to the native behaviour of Harbour as seen above. Note: xHarbour behaves differently. Can you ...
by nageswaragunupudi
Mon Nov 11, 2019 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3560

Re: bug TDataRow

You need to make these modifications in the METHOD ReadADO(...) in datarow.prg. You will find this method from lines 596 to 693. Please locate for "100" and replace with "255". You will find this at 4 places in the method. Do not change ...
by nageswaragunupudi
Fri Sep 20, 2019 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug TDataRow
Replies: 11
Views: 1086

Re: bug TDataRow

Also we will renew our FTDN

If you renew, the present limitation is 255 chars. You need not modify your present datarow.prg
It is your choice.
by nageswaragunupudi
Fri Sep 20, 2019 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug TDataRow
Replies: 11
Views: 1086

Re: Difference betwenn FWH 19.06 and previous version

Very much regret the inconvenience caused to you. Please make this correction in the datarow.prg Lines 770,771               uVal  := FW_DeCode( cType, 'C', Space( Min( 255, oField:DefinedSize ) ), ;  ...
by nageswaragunupudi
Mon Jul 22, 2019 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference betwenn FWH 19.06 and previous version SOLVED
Replies: 2
Views: 529

Difference betwenn FWH 19.06 and previous version SOLVED

... RAO I use FWH 19.06 , Harbour , ADO Ther is differnce betwenn 19.06 and FWH 18.07 ( which I use as an official version ) The problem is the class datarow.prg and the memo fields If the memo field is NULL - with FWH 18.07 ? valtype( oRec:MEMO) ---> C - with FWH 19.06 ? valtype( oRec:MEMO) ---> ...
by Maurizio
Mon Jul 22, 2019 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference betwenn FWH 19.06 and previous version SOLVED
Replies: 2
Views: 529

¿ Por qué se cae XBROWSER al Presionar EXCEL ?

... entonces les mostrare el error; esto sucede cuando presiono el botón de EXCEL en XBROWSER, pero no siempre. Enlace los archivos xbrowse.prg y datarow.prg para codificarlos y colocarlos en español (por ahora). Bueno si alguien más le ha pasado: https://i.ibb.co/QnDmj38/Pantalla.jpg ...
by wyerco613
Wed Jun 26, 2019 8:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué se cae XBROWSER al Presionar EXCEL ?
Replies: 6
Views: 1082

Re: FW 19.05 TDataRow and MEMO field

Please apply this fix: Go to line 758 in datarow.prg You will see         if ! Empty( cType ) .and. cType $ "CDLNT="  Please change it as         if ! Empty( cType ) .and. ...
by nageswaragunupudi
Mon Jun 24, 2019 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 19.05 TDataRow and MEMO field - SOLVED -
Replies: 2
Views: 423

FW 19.05 TDataRow and MEMO field - SOLVED -

... the error Time from start: 0 hours 5 mins 58 secs Error occurred at: 24/06/2019, 10:55:41 Error description: Error BASE/1004 Message not found: TDATAROW:NOTE Stack Calls =========== Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR( 247 ) Called from: .\source\classes\DATAROW.PRG ...
by Maurizio
Mon Jun 24, 2019 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 19.05 TDataRow and MEMO field - SOLVED -
Replies: 2
Views: 423
PreviousNext

Return to advanced search