Search found 397 matches: wonder

Return to advanced search

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

... take care of nextval() or currval() and it is not other botheration. RDMS will safely append even hundreds of records per second. No worries. i wonder how to "identify" a Record without UNIQUE "id" :?: We need to have a primary key or unique key (key can have multiple columns ...
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: 854

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

... need Type SERIAL so Table should create with   cQuery += " CONSTRAINT " + xTable + "_pkey PRIMARY KEY ( ´serial´ )" --- i wonder how to "identify" a Record without UNIQUE "id" :?: in multi-User Environment 2 User can APPEND "same" at "same ...
by Jimmy
Sat Aug 05, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 854

Re: Compiling Harbour from source code

Dear Antonio,

I'm compiling Harbour from source code. So win-make should take care of copying all the Harbour's include directory to the HB_INSTALL_PREFIX directory. It does except some files. Anyway, Harbour is working fine at the end. I only wonder why some files are missing.
by Enrico Maria Giordano
Sat Aug 05, 2023 3:21 pm
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 1018

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

... cSeq )      nCurVal := FWPG_Execute( oQry, "SELECT currval( '" + cSeq + "' )" ) [ 1, 1 ]   ENDIF i wonder about currval() ... i "think" it must be nextval() when APPEND
by Jimmy
Thu Aug 03, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 854

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

hi, i wonder why not :aModiData is used for aSave *        AADD( aSave, { ::aStructPG[ nFld, 8 ], uVal } ) // wrong for UTF8 Table ???        AADD( aSave, { ::aModiData[n][1], ...
by Jimmy
Thu Aug 03, 2023 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 854

I Harbour Lan party in Marbella

Dear friends,

we are considering to organize a Harbour Lan party with seminars, activities, etc in Marbella next August

we wonder how many of you may be interested to come :-)

Waiting for your comments...
by Antonio Linares
Thu Jul 20, 2023 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I Harbour Lan party in Marbella
Replies: 9
Views: 1006

Re: build Import LIB from LibPQ.DLL

hi,

i have now try Sample with FWH 23/04 but still got same Problem

i wonder as i can "see" your Sample is working like my "native" Version
but why is Sample fwh\samples\pgre01.prg:not working on my PC ... :(

so i like to ask again : which PostgreSQl Server do you use :?:
by Jimmy
Tue Jul 18, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 3044

Create help system with F1

I wonder how you all make a help system for your programs. Make a help page for a specific dialog ? Make a help page for a specific item on the dialog (like a browse or a button ?) How to start the help program. As always I ...
by Marc Venken
Fri Jul 07, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 961

Re: Webview question

Dear Randal,

Here they work fine. I wonder what the difference may be...
by Antonio Linares
Sun Jul 02, 2023 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3130

Re: Fivewin and ADO

i wonder "how" GetExcelRange() will work as it "only" Return oRange, not Recorsd-Set :?: GetExcelRange() returns oRange object of oExcel This does not use ADO, but uses Excel OLE. Similar to Word OLE and ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 4083

Re: Fivewin and ADO

... EXCEL "direct" to open "same" *.XLSx i was not able to change a CELL in *.XLSx even when "display" in XBROWSE --- i wonder "how" GetExcelRange() will work as it "only" Return oRange, not Recorsd-Set :?: what is   :nEditTypes := { 1,1,1 } ...
by Jimmy
Fri Jun 09, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 4083

Re: MariaDb delete

... time, SQL becomes invaluable. It is hard to appreciate until you understand everything SQL brings to you. ...and since we are on the subject; I wonder: 1. With ADS I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result that a given ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 426

Re: MariaDb delete

I wonder... if MariaDB is like any other SQL, then deleting records or executing a While command to traverse a table for any reason would be loosing a lot of benefits that SQL offers. When you execute a while loop to check ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 426

sleep function

Hi all I wonder if the sleep function could block a program. I talk about a program that is active on a server without human's interactivity with an active Timer with a 60" polling. This polling launches a function (FUNCTION ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 231

Request : Dark-Mode for Controls

... ( COLOR / FONT ) and all Child will use "these" as default while Controntr are based on TControl() which are FROM TWindows() i wonder why Child does not have COLOR / FONT of Parent :?:
by Jimmy
Fri May 19, 2023 5:54 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Request : Dark-Mode for Controls
Replies: 0
Views: 1056
PreviousNext

Return to advanced search