Search found 1239 matches
- Mon Feb 22, 2021 5:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Locked records
- Replies: 2
- Views: 5858
Locked records
Hello, I have several customers who are using my applications through a remote desktop server in the cloud. It happens now or then that records stayed lock, due to connections that are interrupted for several reasons. Is there a possibility that record can be unlocked by another user? How can this p...
- Mon Jan 11, 2021 9:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy Birthday, Mr. Cristobal Navarro Lopez
- Replies: 11
- Views: 14783
Re: Happy Birthday, Mr. Cristobal Navarro Lopez
Cristobal,
A very happy birthday to you. Hope you enjoy your day.
A very happy birthday to you. Hope you enjoy your day.
- Fri Jan 08, 2021 10:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
****************************************************************************** STATIC PROCEDURE DsPopUp(dRow,dCol,eCol) LOCAL OldPar := {ALIAS(),INDEXORD(),RECNO()} LOCAL cHoogte := ShowLbx:nHeight LOCAL cRij := 0 SELECT US SET ORDER TO 3 SEEK(UPPER(nUser)) cHoogte := (c...
- Fri Jan 08, 2021 10:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
This is my code (I hope you can understand it) : ****************************************************************************** STATIC FUNCTION DsBldPopUp(fCol,gCol) LOCAL OldPar := {ALIAS(),INDEXORD(),RECNO()} LOCAL cRet := .F. LOCAL dRet := .F. DeleteObject(pMenu) MEMORY(-1) ...
- Fri Jan 08, 2021 9:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
That is a correct conclusion, Cristobal.
A pulldownmenu is defined when clicking the right mouse button. But in this case, I just use wbrowse.
Thanks.
A pulldownmenu is defined when clicking the right mouse button. But in this case, I just use wbrowse.
Thanks.
- Fri Jan 08, 2021 4:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
Cristobal,
Thank you very much. I just send you an e-mail.
Regards.
Thank you very much. I just send you an e-mail.
Regards.
- Fri Jan 08, 2021 3:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
I just wanted to tell you all that I experienced another error in the tMenu class. I have implemented the tMenu class of FWH 20.08 into my application. Then I have rebuild my application with FWH 20.08. Sometimes I get this error : Error BASE/1004 No exported method: EVAL I need to roll back to FWH ...
- Tue Jan 05, 2021 3:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12 (solved)
Mr. C. Navarro,
Thank you very much. I added the corrected file menu.prg to my application and the problem is solved.
It will be definite in the next version, I presume.
Thank you once again.
In case you rebuild the lib-file, please can you send it to me? Thanks.
Thank you very much. I added the corrected file menu.prg to my application and the problem is solved.
It will be definite in the next version, I presume.
Thank you once again.
In case you rebuild the lib-file, please can you send it to me? Thanks.
- Mon Jan 04, 2021 10:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
Indeed, nothing happens. No reaction at all.
I added MsgInfo() before and behind the action that has to be performed.
Even not the Msginfo() do happen.
I added MsgInfo() before and behind the action that has to be performed.
Even not the Msginfo() do happen.
- Mon Jan 04, 2021 9:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Strange issue: Excel
- Replies: 6
- Views: 2698
Re: Strange issue: Excel
Tim, I have noticed the recent months that this kinds of problems often occurs after an update of office 2013 or a later version. Repairing your Office, seems to solve it. Maybe you can also try this : TRY oAS:Cells:Font:Name := "Arial" CATCH TRY oAS:Cells:Font:Name := "Ar...
- Mon Jan 04, 2021 6:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
No matter what I do, nothing happens if I make a choice in one of my menues.
I got the impression that Antonio knows what is wrong.
I got the impression that Antonio knows what is wrong.
- Mon Jan 04, 2021 5:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
Antonio,
A very happy new year to you. Keep sound and safe.
Thanks a lot. I'm looking forward to the revision.
A very happy new year to you. Keep sound and safe.
Thanks a lot. I'm looking forward to the revision.
- Mon Jan 04, 2021 3:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Re: Problem in barmenu in FWH 20.12
Thank you for your reply.
It is not a small example. It's quite a huge one. But it runs just fine for many years now. I hope you can make something out of it.
It is not a small example. It's quite a huge one. But it runs just fine for many years now. I hope you can make something out of it.
- Mon Jan 04, 2021 3:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in barmenu in FWH 20.12
- Replies: 26
- Views: 14464
Problem in barmenu in FWH 20.12
Hello,
Since I use FWH 20.12, my menuitems in my pulldownmenu's aren't working anymore. There is no reaction at all.
But when I go back to FWH 20.08, everything is working normally.
What has been changed?
Thank you.
Since I use FWH 20.12, my menuitems in my pulldownmenu's aren't working anymore. There is no reaction at all.
But when I go back to FWH 20.08, everything is working normally.
What has been changed?
Thank you.
- Wed Nov 18, 2020 10:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: search a big value on an array
- Replies: 2
- Views: 1074
Re: search a big value on an array
Silvio,
Why don't you sort the array first
aData := ASort(aData,,,{|x,y| (x[4]>y[4]})
The largest number is in adata[1,4].
Why don't you sort the array first
aData := ASort(aData,,,{|x,y| (x[4]>y[4]})
The largest number is in adata[1,4].