Search found 421 matches: tdatarow

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord class (source\classes\mariarec.prg) derived from tDataRow class. This enables editing a single existing record or a new record and saving to a table without having to open RowSet object, thus saving ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 29

Re: Question about performance RowSet

... editing a single existing record and saving the modifications. oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class and can be used/edited and saved like any normal TDataRow object.
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for ...
by Horizon
Tue Jan 02, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for ...
by ertan
Tue Jan 02, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Hi again,

Do you use tdatarow edit dialogs or your own dialogs or window?


Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan?
by nageswaragunupudi
Wed Dec 27, 2023 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Hi again,

Do you use tdatarow edit dialogs or your own dialogs or window?

That should not make any difference.
If you have problem with any one you will have problem with all others.
by nageswaragunupudi
Sat Nov 25, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again,

Do you use tdatarow edit dialogs or your own dialogs or window?
by ertan
Thu Nov 23, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: who use PostgreSQL with Fivewin ?

... NOT with Xbase++ PostgreSQL Table as i say it is NOT a Problem of CLASS TPQServer(), it is METHOD SavePQQ() of Fivewin SavePQQ() is a method of TDataRow class of FWH. That is the reason, why we advised not to use TDataRow and other FWH functions for reading, editing and modifying the PostGre ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1038

Re: who use PostgreSQL with Fivewin ?

... we suggest a totally different approach for you. For the purpose of reading, editing and saving PostGre records, please totally avoid using FWH's TDataRow. Also totally avoid using any functions of FWPGSUPPORT.PRG for reading, saving and primary keys. Instead you may directly use methods of TPQquery ...
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1038

Re: Request : function GetSerialCol()

... the CODE and got Data from Controls :) but when try to "save" i got Error Error description: Error BASE/42 Scope violation (protected): TDATAROW:READPQQ https://i.postimg.cc/Dwff41Q2/PG-Save01.jpg Question : how to "disable" those 5 Button on left Side of "edit" ...
by Jimmy
Wed Sep 27, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

Re: Request : function GetSerialCol()

... #endif in your copy and test. i do have include Copy of PGSUPORT.PRG and it work like i need p.s. have also include copy of METHOD SavePQQ() CLASS TDataRow to work with GetSerialCol() as currval() is NOT the right Way (for Alaska Concept) i have to re-write CODE for APPEND a new Record in Table
by Jimmy
Mon Sep 25, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

Re: DBF to Excel Sheet, without Excel, using ADO ?

hi, have found out that TDataRow():New() does not like Type DATETIME, only DATE Is it? Test: #include "fivewin.ch"function Main()   DBCREATE( "testx.dbf", { ;      { "ID", "+", ...
by nageswaragunupudi
Sat Aug 12, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2581

Re: DBF to Excel Sheet, without Excel, using ADO ?

hi,

have found out that TDataRow():New() does not like Type DATETIME, only DATE
by Jimmy
Sat Aug 12, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2581

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... thing is that the function is identifying the primary key column correctly. it seems Function to identify PRIMARY KEY work correct with UFT8-Table TDATAROW:SAVEPQQ( 1795 ) var2char(aTest) = "__record" TDATAROW:SAVEPQQ( 1804 ) ::aStructPG[ n, 10 ] = "PRI" ::aStructPG[ n, 7 ] ...
by Jimmy
Thu Aug 03, 2023 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi,, forgot to say ; it happens when PostgreSQL Table is UTF8 it work when Table use WIN1252 wrong using UTF8 Table TDATAROW:SAVEPQQ( 1787 ) var2char(::aStructPG[1]) = "{artnr, C, 5, 0, 16820, 1, artikel, __lock_owner, NIL, NIL}" TDATAROW:SAVEPQQ( 1848 ) cSql = "UPDATE ...
by Jimmy
Wed Aug 02, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719
Next

Return to advanced search