Search found 43 matches: tend

Return to advanced search

Re: A Call for New Ideas and Web Integration

... 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. ...
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 741

Re: Interesting discussion with ChtGPT

... 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.
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

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 ...
by Antonio Linares
Mon Jul 10, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 763

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 ...
by TimStone
Thu Jun 30, 2022 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2206 - 64 bit errors (solved)
Replies: 7
Views: 457

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 ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

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 ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

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. :)
by anserkk
Sun Jul 11, 2021 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9399

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 ...
by James Bott
Sun Jul 11, 2021 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9399

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 ...
by hmpaquito
Thu Feb 18, 2021 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1845

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 ...
by Mulyadi
Thu Feb 18, 2021 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1845

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 ...
by Rick Lipkin
Wed Feb 17, 2021 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1845

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 ...
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

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.
by TimStone
Tue Sep 10, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

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 ...
by Silvio.Falconi
Sat Jan 26, 2019 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4793

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 ...
by James Bott
Thu Jan 24, 2019 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4793
Next

Return to advanced search

cron