Search found 33 matches: savepqq

Return to advanced search

Re: who use PostgreSQL with Fivewin ?

... use a GRID but under Fivewin i like to use XBROWSEr --- Fivewin does have ALL what is need but PRIMARY KEY is "identify" wrong in METHOD SavePQQ() it does work when use Fivewin Sample but not with PostgreSQL Table made by "other" like Xbase++ but what Sense make a Concept which ...
by Jimmy
Sun Oct 01, 2023 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

... which is used by Fivewin so Xbase++ User will ask : why use "extra" CODE when all are include in Fivewin as i can say it is METHOD SavePQQ(), which are NOT working as it use "your" Concept, which nobody seems to use it i request a Concept which IS used by Xbase++ User. ...
by Jimmy
Sun Oct 01, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

as i can say METHOD SavePQQ() work with Fivewin Sample but 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 ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

hi, as i can say METHOD SavePQQ() work with Fivewin Sample but NOT with Xbase++ PostgreSQL Table but when "nobody" is using PostgreSQL under Fivewin yet, why not change / new METHOD SavePQQ() to make it "ready" for ...
by Jimmy
Thu Sep 28, 2023 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

my Fivewin Version 23/07 does NOT work correct with "SavePQQ()" While we totally disagree, 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. ...
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

... Fivewin User. but i have Problem when use PostgreSQL Table which was create by Xbase++ my Fivewin Version 23/07 does NOT work correct with "SavePQQ()" PRIMARY KEY will NOT correct recognize so WHERE does not work --- if nobody work with PostgreSQL and TPQServer() Constribution i would ...
by Jimmy
Thu Sep 28, 2023 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: who use PostgreSQL with Fivewin ?

... with PRIMARY KEY made by Xbase++ Concept of PgDBE Alaska seems to use PRIMARY KEY in "other" Way so it does not work correct with "SavePQQ()" --- i got a Workaround*** from Rao, but if "nobody" is using PostgreSQL yet we can prepare it for all Xbase++ User https://forums.fivetechsupport.com/viewtopic.php?t=43733 ...
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1042

Re: Request : function GetSerialCol()

hi, thx for Answer Please copy the method SavePQQ() to a separate function "MySavePQQ( oRec )" in your program and make the changes you need. i can use your Sample with XBROWSE and :bLDblClick for "save" ok, i will try that ...
by Jimmy
Tue Sep 26, 2023 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

Re: Request : function GetSerialCol()

If you want to change the logic of the method SavePQQ(), please do this way. oRec := TDataRow():New( oRs, [lAppend] )oRec:bSave := { |oRec| MySavePQQ( oRec ) }oRec:Edit() Please copy the method SavePQQ() ...
by nageswaragunupudi
Tue Sep 26, 2023 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

Re: Request : function GetSerialCol()

... out #ifdef and #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 ...
by Jimmy
Mon Sep 25, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

PostgreSQL and Fivewin

... Way" where FIELD "ID" was add FIELD "ID" is used as PRIMARY KEY and work "autoincrement" but METHOD SavePQQ() use currval() AFTER (!) INSERT when APPEND so Fivewin Sample c:\fwh\samples\testpgre.prg FAIL when try to APPEND new Data https://i.postimg.cc/m2DKsW4m/add-Cusomer-fail.jpg ...
by Jimmy
Fri Aug 25, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PostgreSQL and Fivewin
Replies: 1
Views: 155

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

hi, i do understand when you say that PRIMARY KEY "can" have a.) more that 1 x FIELD b.) other than Type SERIAL but it is not the Situation i talk about --- i talk about User which want to "upgrade" from DBF to SQL and use Postgre and have no Idea how a.) xBase have RecNo() which...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

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

nageswaragunupudi wrote:
using c:\fwh\samples\testpgre.prg i can open Table "CUSTOMER"
it work fine when "edit" but when try to APPEND it does crash
Image
it have to do with

We will get back soon with a solution


Fixed.
Please wait a little and we will send you the modified "pgsuport.prg"
by nageswaragunupudi
Sat Aug 05, 2023 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

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

using c:\fwh\samples\testpgre.prg i can open Table "CUSTOMER"
it work fine when "edit" but when try to APPEND it does crash
Image
it have to do with

We will get back soon with a solution
by nageswaragunupudi
Sat Aug 05, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

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

in multi-User Environment 2 User can APPEND "same" at "same Time" so i can´t use Information like "First+Last" as "Key" you need a PRIMARY KEY Type SERIAL where nextVal() ( NOT currval() ) is used when INSERT new Record As I said in my earlier post, it is alw...
by nageswaragunupudi
Sat Aug 05, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763
Next

Return to advanced search