... switches with data-tab="tabStammdaten" as requested:
I now ask myself the question: Is data-tab like Cargo for us in Harbour?
And I receive a lesson: No, data-tab is not a Cargo attribute, but rather a data attribute in HTML. Data attributes allow custom data to be added to HTML elements without ...
Search found 44 matches: lesson
Searched query: lesson
- Tue Oct 29, 2024 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Adjusting the setup program
- Replies: 1
- Views: 682
- Sat Jul 20, 2024 3:05 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Propuesta para que hagan un curso virtual FW
- Replies: 302
- Views: 78399
Re: Propuesta para que hagan un curso virtual FW
To All
Unfortunately, I think we all have learned a lesson on how bad things can go wrong with you put your trust in the web via AI or a malformed Update pushed out to various clients via CroudStrike ... When I worked for SC State Government I managed IT for thousands of people and we had a process ...
Unfortunately, I think we all have learned a lesson on how bad things can go wrong with you put your trust in the web via AI or a malformed Update pushed out to various clients via CroudStrike ... When I worked for SC State Government I managed IT for thousands of people and we had a process ...
- Sat Mar 26, 2022 10:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: add a number on Random
- Replies: 8
- Views: 771
Re: add a number on Random
Perhaps I found a solution thanks to Nages ...lesson
STATIC aNatural
aNatural := Array( 90 )
Function test() // where is the table buttons
AEval( aNatural, { |u,i| aNatural[ i ] := i } )
@xRow,xCol ButtonBMP oOpe[10] Prompt "+" size 30,30 PIXEL FLAT OF oDlg TOOLTIP "Aggiungi un numero ...
STATIC aNatural
aNatural := Array( 90 )
Function test() // where is the table buttons
AEval( aNatural, { |u,i| aNatural[ i ] := i } )
@xRow,xCol ButtonBMP oOpe[10] Prompt "+" size 30,30 PIXEL FLAT OF oDlg TOOLTIP "Aggiungi un numero ...
- Tue Nov 23, 2021 6:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Button click action
- Replies: 19
- Views: 2363
Re: Button click action
Excellent program, I learned a lot by reading and modifying the original. I am so grateful for this fantastic programming lesson. Living and learning. Thank you master Otto
Regards, saludos.
Regards, saludos.
- Fri Nov 08, 2019 8:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: web programming
- Replies: 7
- Views: 2792
Re: web programming
Antonio,
could you please continue the lesson for us from this tread?
could you please continue the lesson for us from this tread?
- Thu Aug 09, 2018 3:35 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error 1064 xBrowse MySQL
- Replies: 8
- Views: 1615
Re: Error 1064 xBrowse MySQL (solved)
... Prompt "Atualizar" ;
Action(oPac:ReQuery(),oPacBrw:SetFocus()) ToolTip "Atualizar lista"
...
Define Button Of oPacBar NoBorder Resource "sair32" Prompt "Fechar" BTNRight Group ;
Action( oPac:Close() ,oPacWnd:End()) ToolTip "Fechar"
...
...
Anyway, one more lesson learned.
Thank you!
Rodrigo Melo
Action(oPac:ReQuery(),oPacBrw:SetFocus()) ToolTip "Atualizar lista"
...
Define Button Of oPacBar NoBorder Resource "sair32" Prompt "Fechar" BTNRight Group ;
Action( oPac:Close() ,oPacWnd:End()) ToolTip "Fechar"
...
...
Anyway, one more lesson learned.
Thank you!
Rodrigo Melo
- Sat Oct 14, 2017 5:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Application security and Code review
- Replies: 15
- Views: 5816
Re: Application security and Code review
Rick,
"There is no perceived VALUE for any Software or Service that is Free"
You are right about that. Consider that a valuable lesson you learned.
Early on in my consulting career, I read a book about consulting in which he had a chapter on fees. He said, never charge too little, and never, ever ...
"There is no perceived VALUE for any Software or Service that is Free"
You are right about that. Consider that a valuable lesson you learned.
Early on in my consulting career, I read a book about consulting in which he had a chapter on fees. He said, never charge too little, and never, ever ...
- Sat Oct 14, 2017 3:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Application security and Code review
- Replies: 15
- Views: 5816
Re: Application security and Code review
... my intellectual property .. I decided to honor the original promise to continue the 'free' support for the last 10 years or so up thru today.... How about that for integrity?
If there is one lesson I have learned :
"There is no perceived VALUE for any Software or Service that is Free"
Rick Lipkin
If there is one lesson I have learned :
"There is no perceived VALUE for any Software or Service that is Free"
Rick Lipkin
- Wed May 17, 2017 12:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to speed up your MySQL queries 300 times
- Replies: 8
- Views: 1761
Re: How to speed up your MySQL queries 300 times
... I consider that the above article is useful because:
1) I now learn that there is a need to optimize queries. This is the most important lesson. Till yesterday I was writing queries the way I liked and blaming other factors or libraries for slow performance.
2) I know that indexes play a ...
1) I now learn that there is a need to optimize queries. This is the most important lesson. Till yesterday I was writing queries the way I liked and blaming other factors or libraries for slow performance.
2) I know that indexes play a ...
- Thu Mar 16, 2017 2:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse slow
- Replies: 19
- Views: 4387
Re: xbrowse slow
... VIA "DBFCDX"
SET ORDER TO TAG CODE
You will get a runtime error complaining that the alias MASTER does not exist.
Yes. This is a important lesson i've learned now. I always did it wrong and yes I had that error.
Always tried a work around because i din't knew. Thanks
I have probably more ...
SET ORDER TO TAG CODE
You will get a runtime error complaining that the alias MASTER does not exist.
Yes. This is a important lesson i've learned now. I always did it wrong and yes I had that error.
Always tried a work around because i din't knew. Thanks
I have probably more ...
- Wed Mar 23, 2016 7:34 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Erro un poco extraño TDataBase
- Replies: 13
- Views: 2629
Re: Erro un poco extraño TDataBase
... test2 from testendclassclass test3 from test data ctime init time()endclass
I confess that I did not know this earlier.
The lesson is that we should not use INIT to assign the result of a function, whose value may change during runtime.
We need to modify tdatabase class. These ...
I confess that I did not know this earlier.
The lesson is that we should not use INIT to assign the result of a function, whose value may change during runtime.
We need to modify tdatabase class. These ...
- Tue Feb 24, 2015 3:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: help for xbrowse tooltip
- Replies: 16
- Views: 4317
Re: help for xbrowse tooltip
... the number of column ===> nCol-1 ( the first is teachers)
How I can calc the day to have a return data type for sample 16 ( monday at 6 hour)
I tried with
nday:= int( (nCol-1) / 6) but it not run ok
I need this data to search on database the matter od lesson and show it with tooltip
Any idea ?
How I can calc the day to have a return data type for sample 16 ( monday at 6 hour)
I tried with
nday:= int( (nCol-1) / 6) but it not run ok
I need this data to search on database the matter od lesson and show it with tooltip
Any idea ?
- Sat Feb 21, 2015 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: help for xbrowse tooltip
- Replies: 16
- Views: 4317
help for xbrowse tooltip
... the day and the hour on the case of picture 14 ( 1 monday 4 number of Hour)
the number of teacher ( nrecord) in this picture 8
and the value of cell in this picture 4B
How I can found ths data ? thanks
then with hese data I can search on archive the matter of lesson and I can show it with a tooltip
the number of teacher ( nrecord) in this picture 8
and the value of cell in this picture 4B
How I can found ths data ? thanks
then with hese data I can search on archive the matter of lesson and I can show it with a tooltip
- Sun Dec 07, 2014 7:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ER - talk not fork
- Replies: 3
- Views: 1295
Re: ER - talk not fork
... many advantages implemented in xHarbour were finally ported to Harbour and more over, Harbour became much stronger than xHarbour. So to me the lesson is well learned: forks are very healthy. Ok, they split the users base, but its the natural evolution not only of the software, but the way life ...
- Thu Aug 28, 2014 2:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error 160 using borland make ?
- Replies: 7
- Views: 2883
Re: Error 160 using borland make ?
Thank You very much for the infos.
I GOT IT WORKING NOW !
It teached me again a lesson, not to test a unknown software on the main-computer.
GDATA virus-scan is OK now.
I did a new system-backup and a new external save of all important datas.
I hope, it doesn't happen again.
best regards
Uwe![Embarassed :oops:](./images/smilies/icon_redface.gif)
I GOT IT WORKING NOW !
It teached me again a lesson, not to test a unknown software on the main-computer.
GDATA virus-scan is OK now.
I did a new system-backup and a new external save of all important datas.
I hope, it doesn't happen again.
best regards
Uwe
![Embarassed :oops:](./images/smilies/icon_redface.gif)