Search found 2332 matches: gets

Return to advanced search

Re: xHarbour.org updated!

... the port. Code below: #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) LOCAL nNum := 0 LOCAL dDat := Date() inicio := 0 Set Century on Set Date To British Set Epoch to 1960 Set Multiple On Set Deleted On ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40990

Re: xHarbour.org updated!

... https. Thanks in advance! #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) LOCAL nNum := 0 LOCAL dDat := Date() Set Century on Set Date To British Set Epoch to 1960 Set Multiple On Set Deleted On DEFINE DIALOG ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40990

Re: Cut & Paste limit

Sorry for the delay in responding ... life gets very busy these days. Nages' explanation made perfect sense. I shared it with my client. He is the only one complaining about this problem, and I expect he is just pointing the cursor at the middle ...
by TimStone
Fri Sep 08, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 582

Cut & Paste limit

... In other words, if a text is 35 characters long, highlighted, then copy is selected, then they try to paste it into a field ( ie. C 50 ), it gets cut off. Is there a buffer limit in FWH for cut and paste ( clipboard ) ? Any thoughts on this would be appreciated. No, I do not have a sample. ...
by TimStone
Thu Sep 07, 2023 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 582

Re: Lost connection to MySQL server during query

... displayed, the user needs to physically make sure or restore the connectivity and "retry" the same operation or do any other operations. Gets automatically reconnects and continues with the work as if nothing has happened. We are planning to retry the operation with a small delay and ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12879

Re: Saving OuterHTML using Await Implementation with TWebView

... all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1891

Re: Saving OuterHTML using Await Implementation with TWebView

... all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1891

Re: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()

FWAdoStruct() gets the information from each field object of the RecordSet. The issue with ADO for Excel is, whatever length of char we specify it always returns 255. oField:DefinedSize. Please try this:   n := 0   aFields ...
by nageswaragunupudi
Mon Aug 14, 2023 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()
Replies: 8
Views: 299

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

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, ...
by nageswaragunupudi
Sat Aug 12, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1682

Re: Readonly and/or disable GETs background color

... oWnd, lCambiaColor := .T.FUNCTION Main()   DEFINE WINDOW oWnd FROM 1, 1 TO 30, 70 ;      TITLE "Testing Says/Gets and Get Pictures and Foreground/Background Colors" ;      MENU BuildMenu()   SET MESSAGE OF oWnd TO "FiveWin++"  ...
by karinha
Sat Aug 12, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 957

Re: Readonly and/or disable GETs background color

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, ...
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 957

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

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, ...
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1682

Re: Readonly and/or disable GETs background color

#Include "Fivewin.Ch"#Define CLR_SOFTYELLOW nRGB( 255, 251, 225 )FUNCTION Main()   LOCAL...   MEMVAR...   PRIVATE..   PUBLIC...   SetBalloon( .T. )   SkinButtons()   SetGetColorFocus(...
by karinha
Sat Aug 12, 2023 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 957

Re: Readonly and/or disable GETs background color

Hi Rick ,

I had tried this SetGetColorFocus but does not work for READONLY GETs .

Thanks
Shridhar
by shrifw
Sat Aug 12, 2023 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 957

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

Dear Rao Sir , As the below code works for Active GETs when 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 := ...
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: 1682
PreviousNext

Return to advanced search