... some thoughts I'd like to share and discuss:
We all know it – constant notifications distract us from what's right in front of us.
Notifications tend to lead us into quick, superficial interactions instead of deeper conversations.
This can result in investing less in real, personal relationships ...
Search found 43 matches: tend
Searched query: tend
- Mon Dec 11, 2023 10:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: A Call for New Ideas and Web Integration
- Replies: 7
- Views: 1334
- Mon Nov 06, 2023 10:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Interesting discussion with ChtGPT
- Replies: 15
- Views: 4446
Re: Interesting discussion with ChtGPT
... and tries to defend them with responses that do not actually relate to your question.
AI is interesting, but it is sadly incomplete. Even so, people today tend to believe whatever they hear without actually checking it out closely, and therein lies my concern.
Oh, and I do have ChatGPT.
AI is interesting, but it is sadly incomplete. Even so, people today tend to believe whatever they hear without actually checking it out closely, and therein lies my concern.
Oh, and I do have ChatGPT.
- Mon Jul 10, 2023 5:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: hbmk2 problem
- Replies: 19
- Views: 2417
Re: hbmk2 problem
Dear Tim,
I just coded this little PRG and hbmk2 properly builds it so I tend to think that there is a preprocessor issue. Please compile it using -p to generate a PPO file and please check if such line gets modified, maybe a define is changing the code, many thanks:
This code generates an obvious ...
I just coded this little PRG and hbmk2 properly builds it so I tend to think that there is a preprocessor issue. Please compile it using -p to generate a PPO file and please check if such line gets modified, maybe a define is changing the code, many thanks:
This code generates an obvious ...
- Thu Jun 30, 2022 11:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: 2206 - 64 bit errors (solved)
- Replies: 7
- Views: 769
2206 - 64 bit errors (solved)
... believe debugging code was left in the 64 bit FWH 22.06.
When opening a dialog, I get a MsgInfo() saying TBAR, and then one saying TXBROWSE. These tend to repeat on any dialogs using the bar control and the browse control. It locks up the program.
The exact same code compiled with the 32 bit FWH is ...
When opening a dialog, I get a MsgInfo() saying TBAR, and then one saying TXBROWSE. These tend to repeat on any dialogs using the bar control and the browse control. It locks up the program.
The exact same code compiled with the 32 bit FWH is ...
- Fri Jun 24, 2022 9:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour warnings
- Replies: 34
- Views: 4605
Re: Harbour warnings
... always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort.
I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and ...
I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and ...
- Fri Jun 24, 2022 7:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour warnings
- Replies: 34
- Views: 4605
Re: Harbour warnings
... always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort.
I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and ...
I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and ...
- Sun Jul 11, 2021 6:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 11 Fluent Design
- Replies: 2
- Views: 12938
Re: Windows 11 Fluent Design
James Bott wrote:Rick
Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface.
I totally agree with you on this point.

- Sun Jul 11, 2021 12:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 11 Fluent Design
- Replies: 2
- Views: 12938
Re: Windows 11 Fluent Design
... Windows 11: Microsoft apologizes for compatibility confusion, hints at changes , by Ed Bott (no relation).
Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface. So if we can develop a Win 11 fluent design interface that runs on Win 10 ...
Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface. So if we can develop a Win 11 fluent design interface that runs on Win 10 ...
- Thu Feb 18, 2021 8:00 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 4015
Re: Imágenes en una DBF
Rick said:
To All
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more ...
To All
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more ...
- Thu Feb 18, 2021 1:23 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 4015
Re: Imágenes en una DBF
Rick said:
To All
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more ...
To All
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more ...
- Wed Feb 17, 2021 9:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 4015
Re: Imágenes en una DBF
To All
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stable and ...
Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stable and ...
- Tue Sep 10, 2019 5:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New TprogressWheel
- Replies: 72
- Views: 15253
Re: New TprogressWheel
... there is an option.
Antonio: Will you be including any progress wheel with the FWH libraries ? It might not be as grand as these, but Windows does tend to use the wheels now rather than bars.
Thanks to all for your continuing contributions.
1. The price is what Antonio does for the new version ...
Antonio: Will you be including any progress wheel with the FWH libraries ? It might not be as grand as these, but Windows does tend to use the wheels now rather than bars.
Thanks to all for your continuing contributions.
1. The price is what Antonio does for the new version ...
- Tue Sep 10, 2019 4:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New TprogressWheel
- Replies: 72
- Views: 15253
Re: New TprogressWheel
... Borland development tools. Thank you, however, for sharing there is an option.
Antonio: Will you be including any progress wheel with the FWH libraries ? It might not be as grand as these, but Windows does tend to use the wheels now rather than bars.
Thanks to all for your continuing contributions.
Antonio: Will you be including any progress wheel with the FWH libraries ? It might not be as grand as these, but Windows does tend to use the wheels now rather than bars.
Thanks to all for your continuing contributions.
- Sat Jan 26, 2019 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: trying with tdatabase
- Replies: 34
- Views: 7139
Re: trying with tdatabase
... all the records. That would seem to be easier.
Most of your issues are just due to you not yet understanding the use of database objects. Thus you tend to immediately blame the objects rather than looking for a coding error. It is not that the objects don't work. But the alternative (not using ...
Most of your issues are just due to you not yet understanding the use of database objects. Thus you tend to immediately blame the objects rather than looking for a coding error. It is not that the objects don't work. But the alternative (not using ...
- Thu Jan 24, 2019 10:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: trying with tdatabase
- Replies: 34
- Views: 7139
Re: trying with tdatabase
... all the records. That would seem to be easier.
Most of your issues are just due to you not yet understanding the use of database objects. Thus you tend to immediately blame the objects rather than looking for a coding error. It is not that the objects don't work. But the alternative (not using ...
Most of your issues are just due to you not yet understanding the use of database objects. Thus you tend to immediately blame the objects rather than looking for a coding error. It is not that the objects don't work. But the alternative (not using ...