Search found 481 matches: property

Return to advanced search

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2006

Re: SAPI : change Voice

hi Antonio, thx for the Idea. Result is same like using Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: ...
by Danielmaximiliano
Sun Feb 11, 2024 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

Re: SAPI : change Voice

... en la sección automatización nos indica qué EventInterests Property La propiedad EventInterests especifica los tipos de eventos aceptados por el objeto SpeechRecoContext. Un interés de evento es un mecanismo ...
by Danielmaximiliano
Thu Feb 08, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

Re: SAPI : change Voice

hi Antonio, thx for the Idea. Result is same like using Property "Voice" Error description: (DOS Error -2147352573) WINOLE/1007 Argument error: VOICE Args: [ 1] = O Stack Calls =========== Called from: => TOLEAUTO:VOICE( 0 ) Called from: ...
by Jimmy
Fri Jan 26, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

SAPI : change Voice

hi. i try to change "Voice" of Sapi.SPVoice "Voice"is a Property of SPVoice and use ISpeechObjectTokens object as Parameter ISpeechObjectTokens object just have Method Item and Property COUNT https://i.postimg.cc/C5YWW4KS/SP-Voice-Item.png ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

Re: Using Microsoft AI Phi-2 from FWH

hi, i have change all Property and CODE as advice but can´t create Simple.DLL Die Neuerstellung wurde um 02:50 gestartet... 1>------ Neues Erstellen gestartet: Projekt: ZERO_CHECK, Konfiguration: Release x64 ------ 1>1>Checking ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Re: Calculate total pages

... hMeta,, .t.)`: Plays or renders the metafile onto the device context. - `oDevice:hDCOut := oDevice:hDC`: Assigns the device context to another property, likely for output. - The `oDevice:CmSay` and `oDevice:SayBitmap` calls seem to place text and bitmap images (like QR codes) on the document. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5873

Re: ID of the new process

... the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Using `GetOwner` Property:** You can use the `GetOwner` property of the `Win32_Process` class to get the owner of the process. This information might help you identify ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

Re: listbox con scroll

As far as I remember, you need to create a text field (see examples on the Internet) and specify the scrollbar property
by Natter
Sun Oct 01, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: listbox con scroll
Replies: 4
Views: 530

Re: TFileXLS

Cell property .WrapText = .T.
.value:={"Text"+chr(10)+"text"}
by Natter
Fri Sep 29, 2023 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 446

Re: Request : new PostgreSQL OLEDb-Provider

... there is a Typo in CODE XBOWSER must be XB R OWSER --- i have use it and got this https://i.postimg.cc/SxbGYLC5/o-Cn-Property.jpg i have put all Variable into String which was wrong :roll: this is right   EDITVARS cServer, cDatabase, cUserName, cPassword TITLE ...
by Jimmy
Tue Sep 12, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 697

Re: Saving OuterHTML using Await Implementation with TWebView

... the selector using the _QuerySelector() or QuerySelectAll() functions. Then, it gets the outer HTML of the element using the element.outerHTML property.
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: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... the selector using the _QuerySelector() or QuerySelectAll() functions. Then, it gets the outer HTML of the element using the element.outerHTML property.
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: 1632

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 :=  { |oGet| IF( oGet:lFocused, ...
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: 1555

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... // --> .f. This is a synthetic recordset and has no server and no physical table and no physical indexes. So this recordset's CursorLoction property is adUseClient. Even oRs:ActiveConnection is NIL, because this is not connected to any server. Being a profuse user of indexes and seek, you ...
by nageswaragunupudi
Tue Aug 08, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 358
Next

Return to advanced search