Search found 3560 matches: instead

Return to advanced search

Re: abort aeval()

Dear Yuri,

Use AScan() instead of AEval()
by Antonio Linares
Mon Oct 09, 2023 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: abort aeval()
Replies: 2
Views: 306

Re: who use PostgreSQL with Fivewin ?

... of FWH. That is the reason, why we advised not to use TDataRow and other FWH functions for reading, editing and modifying the PostGre records and instead directly use TPQquery and TPQrow classes of Harbour's hbpgsql.lib. This helps us to close any further discussion on SavePQQ(). this CODE is ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1043

Re: who use PostgreSQL with Fivewin ?

... 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 and TPQrow classes of Harbour's hbpgsql.lib. This is very simple. This is the way to go:   oQry ...
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1043

Re: SetDlgGradient

Try like this:
Code: Select all  Expand view
SetDlgGradient( { { 0.6, CLR_BLUE, CLR_WHITE }, { 0.4, CLR_WHITE, CLR_BLUE }, .F. } )

If the last element of the gradient array is .F., instead of an array, the gradient is horizontal.
by nageswaragunupudi
Thu Sep 28, 2023 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 808

Re: Consulta sobre la clase folderEx

Use Pages, instead of Folder or FolderEx.
by nageswaragunupudi
Tue Sep 26, 2023 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre la clase folderEx
Replies: 5
Views: 383

Re: Request : function GetSerialCol()

... 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 Way --- instead of XBROWSER i have try   oRs := oPGU:Query( "select * from " + cTable )*   XBROWSER oRs TITLE cTable AUTOSORT FASTEDIT   @ ...
by Jimmy
Tue Sep 26, 2023 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 581

Re: Parameter for Timeout

hi,
karinha wrote:see if it helps:

YES, your Sample work in right Direction. :D

instead of Screen-Save it should "close" WINDOWS / DIALOG and DBF if USED()
Thx for Idea, now i can work in that Direction
by Jimmy
Thu Sep 21, 2023 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 788

Re: bDragBegin and bDropOver problem

Dear Master Rao and Antonio, Thank you so much for yr example code. I can fixed it now. The problem is XBROWSE command, I use FIELDS instead of COLUMNS. It works fine, when I change from FIELDS to COLUMNS. Thanks once again both of you, Say control does not accept drop unless oSay:lWantClick ...
by dutch
Wed Sep 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4095

Re: xHarbour.org updated!

You are still using tip.lib. You have to use tipssl.lib instead.
by Enrico Maria Giordano
Wed Sep 20, 2023 2:04 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38128

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Just out of curiosity, could the qrcode be generated with white background instead of being transparent?
by hua
Mon Sep 11, 2023 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: Convert

I used cMimeEnc() instead of strtohex()
by hua
Thu Sep 07, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 575

Re: Cut & Paste limit

... pressed Ctrl-V, the text is pasted from 61st position till the end of Get, ie., 80. 20 chars are copied and the remaining 50 chars are discared. -Instead, if the user has his cursor position at the beginning of the Get and pressed Ctrl-V, all the 70 chars are pasted
by nageswaragunupudi
Thu Sep 07, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 552

Re: Lost connection to MySQL server during query

... oCn:OS = Win64 Now we are improving the internal reconnection logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. Will this be ok for you? ...
by vilian
Wed Sep 06, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12433

Re: Lost connection to MySQL server during query

... oCn:OS Now we are improving the internal reconnection logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. Will this be ok for you?
by nageswaragunupudi
Wed Sep 06, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12433
PreviousNext

Return to advanced search