Search found 175 matches: typing

Return to advanced search

Re: Speech Recognizer for harbour App ?

Turn on voice typing

Press Windows logo key + H on a hardware keyboard when you are on an EDIT (GET) control
by Antonio Linares
Sat Apr 29, 2023 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 535

xBrowse: Auto save edit

How to make xBrowse auto save any currently active editing in a cell? What I mean is I am currently typing into a cell in xBrowse (FASTEDIT clause used), without pressing Enter I immediately click the Print button. I find that if I do that whatever I recently keyed-in is ...
by hua
Tue Mar 07, 2023 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Auto save edit
Replies: 2
Views: 362

Re: Undo function (Ctrl+Z) in :TGet

... TGet:undo() must still TGet in Focus. Is it possible to add Ctrl+Z to TGet for :undo()? I try as below at the main but ; 1. it works in case of typing more charactor. 2. it doesn't work in case delete some charactor. SETKEY( 26    , {|p, l, v| v:Undo() } ) ...
by dutch
Sun Oct 31, 2021 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo function (Ctrl+Z) in :TGet
Replies: 11
Views: 619

Re: vscode users: install the "copilot" AI extension !!!

... Harbour. "copilot", using vscode, just wrote this code! ' data-type="' + FieldType( n ) + '"' + CRLF + ; as soon as I finished typing data-type, "copilot" understood what I was trying to do and wrote it itself! It analyzes your code, so the larger the PRG the more ...
by Antonio Linares
Sun Aug 15, 2021 8:58 am
 
Forum: Utilities / Utilidades
Topic: vscode users: install the "copilot" AI extension !!!
Replies: 3
Views: 687

Re: DBU

... - How to set relations between to dbf files. - What I always need is sorting when I click in the column header. - Incremental search when I start typing. Then the statistics function, i.e. all numeric data fields are automatically added up - and of course search and replace. Can you please show ...
by Otto
Wed Jun 16, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2365

Re: TDatabase Class

... am getting hung up is to create a incremental search of oDbf .. With ADO and SQl there is a LIKE statement .. so this statement works as you start typing a field value cLname1 := alltrim( oLName1:GetText() ) // this starts building a value one charactor at a time. oRsCust:Filter := "[CustomerName] ...
by Rick Lipkin
Wed May 19, 2021 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2120

Re: Make para BCC10

... the compiler and tell it the filename of the C++ file to compile: bcc32c simple.cpp The resulting program is called simple.exe and can be run by typing “simple” at the command-line. You can change the output name by using the “-o” switch and specifying a different filename. Now, let's look at ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1124

Re: Can FW also read a intire online webshop ?

I'm trying to analyse the function below and see that this is the string that is build up when typing words in Xbrowse cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) ) What is DBRECORDINFO(9) doing ? ...
by Marc Venken
Thu Mar 18, 2021 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1715

problems after update to MacOs 11.1 (Big Sur)

... Antonio and Manuel, After I updates MacOs to 11.1 some functions works different. I have a GET where users can type some characters in and after typing one character (bKeyDown) I launch a functio to search in the database and the focus must be back to the GET, behind the last typed character. ...
by plantenkennis
Sat Jan 23, 2021 11:21 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2313

Re: OT: admin

... tried to calculate the productivity disadvantage that non-English speaking users have. The entry takes approx. 2 seconds longer without taking the typing error into account. That's 100s of million Euros that our economys wastes a year. One must always be vigilant. Best regards, Otto honestly, without ...
by Silvio.Falconi
Wed Nov 11, 2020 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: admin
Replies: 3
Views: 510

OT: admin

... tried to calculate the productivity disadvantage that non-English speaking users have. The entry takes approx. 2 seconds longer without taking the typing error into account. That's 100s of million Euros that our economys wastes a year. One must always be vigilant. Best regards, Otto
by Otto
Wed Nov 11, 2020 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: admin
Replies: 3
Views: 510

New Password problem

... following line: EDITTEXT 102,240,135,80,10,ES_PASSWORD In my login program I use: REDEFINE GET cPass ID 102 OF login Suddenly, in FWH 20 08 when typing in the password, it allows no entry. Normally we would see dots for each character. The entry is not hidden. You simply cannot enter anything ...
by TimStone
Wed Sep 30, 2020 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3306

Adding a real time character count to a memo field dialog bx

To All I would like to be able to show a "real time" character count when you start typing a memo field .. I have some long string text fields that I have to make sure the character count does not exceed the maximum table field length .. The reason I want to ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 817

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... as you type. SECOND STEP The UETMPLTE.TPL file has almost all Fivewin commands. Replace it from UeStudio in GROBAL templates. To work just start typing according to the names of the templates. Example for the Fivewin DIALOG command. type: _fw_dialog Download the compressed file at this link: ...
by Giovany Vecchi
Thu Jan 16, 2020 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18797

Suggestions for changes to the TRichEdit5 class

... lSpecial            ::PasteSpecial()         else            ::Paste()         endif      endif   #endifReturn nil 2) to improve typing speed after entering an image 2a) add a new method LostFocus CLASS TRichEdit5 FROM TControl....../*****/   METHOD LostFocus( hWndGetFocus ...
by MaxP
Fri Nov 22, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestions for changes to the TRichEdit5 class
Replies: 1
Views: 500
Next

Return to advanced search