Search found 408 matches: condition

Return to advanced search

Re: How To Change Globally GET Text color when it is focused

... they Focus/Unfocus but it is not for READONLY GETS what is the property to set color also readonly GETs ( which is basically enabled as per WHEN condition ) TGet():bColorBlock :=  { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, ...
by shrifw
Sat Aug 12, 2023 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556

Re: Readonly and/or disable GETs background color

Dear Rao Sir , I am not able to set color for READONLY GETs ( WHEN condition ). Could you please share code to set code at global level.   TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( ...
by shrifw
Fri Aug 11, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???

... xbrowse, this blinks (BLINK) without the need to use the function with the timer...? This would be very practical to highlight records under some condition, it's an idea that came to me and I know many might need to use it, and if it already exists, some example of how to use it... thanks, regards... ...
by joseluisysturiz
Mon Aug 07, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Replies: 2
Views: 175

Re: MariaDb delete

... 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 each record for a condition, that information travels from the server to the workstation where the condition is evaluated. If instead you allow the server to execute ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 393

Re: Summation by condition

Thanks, I get it!
by Natter
Fri Jun 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Summation by condition
Replies: 2
Views: 185

Re: Summation by condition

Here some samples oBrw:Age:bSumCondition := { |v,o| o:Value % 2 == 1 }, ; oBrw:State:nFooterType := AGGR_COUNT, ; oBrw:State:bSumCondition := { |v,o| "A" $ o:Value }, ; oBrw:Salary:nFooterType := AGGR_SUM, ; oBrw:Salary:bSumCondition := { || .NOT. FIELD->MARRIED }, ; //oBrw[6]:sel:bSumC...
by Marc Venken
Fri Jun 02, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Summation by condition
Replies: 2
Views: 185

Summation by condition

... , it is possible to perform summation according to these columns. Is it possible to perform summation not on all lines, but on some condition ?
by Natter
Fri Jun 02, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Summation by condition
Replies: 2
Views: 185

Re: Color of rows in the cell

... I specify aCols [1]: aClrText: = {CLR _ BLACK, CLR_RED}. Is it possible to make this setting not for all xBrose lines, but according to a certain condition ? #include "fivewin.ch"function Main()   local oDlg, oBrw, oCol, oFont, oBold, oItalic, oImpact   local ...
by nageswaragunupudi
Wed Jan 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 474

Color of rows in the cell

Hi,

To display lines in different colors in the xbrowse cell, I specify aCols [1]: aClrText: = {CLR _ BLACK, CLR_RED}.
Is it possible to make this setting not for all xBrose lines, but according to a certain condition ?
by Natter
Mon Jan 23, 2023 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 474

Re: chatGPT writes and executes Harbour code !!!

Dear Silvio, Please a MsgInfo() abve the call to AAdd() and check if the condition is working Antonio , this afternoon I've always been in the chat ( https://chat.openai.com/chat ) and in the end I managed to find a solution for three out of 2 functions ...
by Silvio.Falconi
Mon Dec 19, 2022 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2829

Re: chatGPT writes and executes Harbour code !!!

Antonio Linares wrote:Dear Silvio,

Please a MsgInfo() abve the call to AAdd() and check if the condition is working

I made it
the procedure not working on "If"
by Silvio.Falconi
Mon Dec 19, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2829

Re: chatGPT writes and executes Harbour code !!!

Dear Silvio,

Please a MsgInfo() abve the call to AAdd() and check if the condition is working
by Antonio Linares
Mon Dec 19, 2022 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2829

Re: Condition of the site

Thank you, Karinha, it works! What are the WSAStartup/Wsacleanup functions for in this case? Why prescribe 2 times: cIp := GETHOSTBYNAME( "yoursite.com" ) cIp := GETHOSTBYNAME( "yoursite.com" ) Good Morning. This was a tip on the FiveWin Brasil forum. Just to be on the safe side...
by karinha
Thu Dec 08, 2022 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Condition of the site
Replies: 3
Views: 459

Re: Condition of the site

Thank you, Karinha, it works!
What are the WSAStartup/Wsacleanup functions for in this case?
Why prescribe 2 times:
cIp := GETHOSTBYNAME( "yoursite.com" )
cIp := GETHOSTBYNAME( "yoursite.com" )
by Natter
Thu Dec 08, 2022 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Condition of the site
Replies: 3
Views: 459

Re: Condition of the site

Try this, FUNCTION Verify_Site()   LOCAL cIp, cVret := .F.   WsaStartUp()   cIp := GETHOSTBYNAME( "yoursite.com" )   cIp := GETHOSTBYNAME( "yoursite.com" )   WsaCleanUp()   // Segu...
by karinha
Wed Dec 07, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Condition of the site
Replies: 3
Views: 459
PreviousNext

Return to advanced search