Search found 1028 matches: feature

Return to advanced search

Re: OpenAI class using hbCurl

... else. I know that won't last long. Others will see it and will easily imitate it but I know my users will be very very happy with this new feature. Reinaldo.
by reinaldocrespo
Wed May 10, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 705

Re: XBROWSE Column Question

how is the Syntax to use "Header - click" to SET Order / TAG :?: Set oBrw:lAutoSort := .t.  // default .f. to invoke autosort feature. We can also use AUTOSORT clause in the XBROWSE command, which sets the flag. When autosort flag is ON, XBrowse automatically sorts the data on ...
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 879

Re: does Fivewin open *.CDX "automatic" ?

carlos vargas wrote:Fivewin not, the [x]harbour compiler yes.

Yes.
Fivewin has nothing to do with it.
It is a feature of (x)Harbour.
by nageswaragunupudi
Wed May 03, 2023 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin open *.CDX "automatic" ?
Replies: 4
Views: 343

New FTDN April/Abril 2023 (FWH 23.04)

... Increments the get by one day/month/year/hour,etc depending on the position of the cursor "-" Decrements the date as above. This feature can be disabled or enabled by assigning classdata TGet():nDateKey := 0 or 2 * XBROWSE: - Autosort of array browse was sorting on a single column ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1762

Re: Windows 7 / MSVS 2022 Crash

Not really. Windows crashes it. Other apps built with the same link script work fine. I'm thinking it may have to do with a newer set of features we use in the current builds of FWH/Harbour that are not supported in Win 7. I'm not sympathetic since most Win 7 installs came with a free upgrade ...
by karinha
Wed Apr 05, 2023 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3001

Re: Scale in Webview

Hi, Can you please try it? oWebView:Eval('document.body.style.zoom = 2') Please, read ( zoom feature is non-standard and is not on a standards track ) https://developer.mozilla.org/en-US/docs/Web/CSS/zoom Use scale() ( transform: scale( ... ) ) https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale
by cnavarro
Sun Feb 12, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scale in Webview
Replies: 5
Views: 400

Re: Graph/Chart Scrollable

Dear Shridar,

We will provide this feature in the next FWH version

thank you!
by Antonio Linares
Tue Jan 17, 2023 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 14
Views: 2989

Graph/Chart Scrollable

by shrifw
Tue Jan 17, 2023 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 14
Views: 2989

New FTDN December/Diciembre 2022 (FW 22.12)

... telling us to adapt it to 64 bits and we have made it part of FWH, removing it from dlgfile.prg sample * XBROWSE: - When using Incremental Filter feature, the totals are not recalculated. Fixed. - In fullgrid browse, if new data lFullGridClr is set to .T., the colors of each column is extended ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1243

Re: ListBox con busqueda incremental?

Use XBrowse's incremental filter feature.
by nageswaragunupudi
Tue Dec 20, 2022 10:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ListBox con busqueda incremental?
Replies: 10
Views: 942

Re: Problema pintado xbrowse FWH2210

... their proposal, we made this change. Different users have different tastes. Now that we see you prefer the older look, we will make this feature optional from the next version. For now, if you want to revert to the old look, please make a small change to xbrowse.prg Method EraseData(...) ...
by nageswaragunupudi
Wed Dec 14, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema pintado xbrowse FWH2210 - SOLUCIONADO
Replies: 29
Views: 2190

Re: SMS Text messaging

... the Send routine, I bring in those values to use for sending the text. Those are the Account SSDI, AUTH, and PHONE. 2). I do not use the CALL feature so I removed it. 3). I have my own logging utility, so I substituted in my own process for his log routine. 4). I've made a couple of other ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1713

Re: Associated Application ICONS

... Just specify the file name like any bitmap/image file. FWH will take care of all that is needed. This feature was availabe for many years Till FWH2206, we need to specify an existing file, From FWH2210, it is enough if we specify dot ext , eg: ".DOCX", ...
by nageswaragunupudi
Fri Nov 04, 2022 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Associated Application ICONS
Replies: 9
Views: 746

Re: Show LINESTYLE of Xbrowse on line

... give you a small function, Using this function, you can change the color of the line at your will. Please use this function till we provide the feature in the new versions. function ColPenColor( oCol, nColor )   if oCol:hColPen != nil      DeleteObject( oCol:hColPen )   endif  ...
by Silvio.Falconi
Thu Nov 03, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1087

Re: Show LINESTYLE of Xbrowse on line

... give you a small function, Using this function, you can change the color of the line at your will. Please use this function till we provide the feature in the new versions. function ColPenColor( oCol, nColor )   if oCol:hColPen != nil      DeleteObject( oCol:hColPen ...
by nageswaragunupudi
Thu Nov 03, 2022 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1087
PreviousNext

Return to advanced search