Silvio, I believe the time of teaching new programmers how to enter source code for Fivewin typing is over.
You need to provide young people with assistants and visual tools; that's the only way you will succeed.
The big advantage – but you probably haven't looked at the tool yet – is that the ...
Search found 178 matches: typing
Searched query: typing
- Wed Sep 25, 2024 9:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 5347
- Wed Sep 25, 2024 7:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 5347
Re: Demo version
Silvio, I believe the time of teaching new programmers how to enter source code for Fivewin typing is over.
You need to provide young people with assistants and visual tools; that's the only way you will succeed.
The big advantage – but you probably haven't looked at the tool yet – is that the ...
You need to provide young people with assistants and visual tools; that's the only way you will succeed.
The big advantage – but you probably haven't looked at the tool yet – is that the ...
- Fri Sep 20, 2024 10:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RichEdit5 and auto-texts
- Replies: 19
- Views: 2912
Re: RichEdit5 and auto-texts
Antonio,
While the user is typing a text I would like to check the words inside a list and in case I find it, I would like to replace the word found for another text. Is it possible?
While the user is typing a text I would like to check the words inside a list and in case I find it, I would like to replace the word found for another text. Is it possible?
- Sat Apr 29, 2023 7:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Speech Recognizer for harbour App ?
- Replies: 9
- Views: 1210
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
Press Windows logo key + H on a hardware keyboard when you are on an EDIT (GET) control
- Tue Mar 07, 2023 10:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: Auto save edit
- Replies: 2
- Views: 480
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 not saved. It will only be ...
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 not saved. It will only be ...
- Sun Oct 31, 2021 2:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Undo function (Ctrl+Z) in :TGet
- Replies: 11
- Views: 946
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() } ) ...
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() } ) ...
- Sun Aug 15, 2021 8:58 am
- Forum: Utilities / Utilidades
- Topic: vscode users: install the "copilot" AI extension !!!
- Replies: 3
- Views: 1194
Re: vscode users: install the "copilot" AI extension !!!
... fine with 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 it can help you ...
' 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 it can help you ...
- Wed Jun 16, 2021 11:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBU
- Replies: 16
- Views: 3007
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 me ...
- 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 me ...
- Wed May 19, 2021 5:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TDatabase Class
- Replies: 18
- Views: 3068
Re: TDatabase Class
... 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 ...
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 ...
- Sun Mar 28, 2021 5:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Make para BCC10
- Replies: 7
- Views: 1385
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 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 the ...
- Thu Mar 18, 2021 9:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can FW also read a intire online webshop ?
- Replies: 14
- Views: 2352
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 ? Looking into all field
What I ...
cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) )
What is DBRECORDINFO(9) doing ? Looking into all field
What I ...
- 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: 5537
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. In ...
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. In ...
- Wed Nov 11, 2020 5:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: admin
- Replies: 3
- Views: 581
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 ...
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 ...
- Wed Nov 11, 2020 10:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: admin
- Replies: 3
- Views: 581
OT: admin
... I once 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
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
- Wed Sep 30, 2020 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Password problem
- Replies: 2
- Views: 6301
New Password problem
... 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 into ...
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 into ...