Search found 5437 matches: still

Return to advanced search

Re: Filter on Xbrowse

... an ini file - all the filters and many lines for each filter are saved in the ini file https://i.postimg.cc/y8Zxhz5m/j.gif I still have to perfect it but it seems to work
by Silvio.Falconi
Wed May 08, 2024 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Slow EXE Launch.

... Windows Firewall, Virus were on. I have shut them down and it is lightning fast. What is strange is that compiling with xHB (Patrick Mast) it was still fast, only on Harbour was it slow. I will have to play around with settings to find the right balance. Great answer, thanks.
by byron.hopp
Tue May 07, 2024 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 225

Silvo .. could you post your latest xMAte env for BCC770 ?

... folder at Buildx.bat you can actually rem out uuid.lib and the program compiles .. I have taken out uuid.lib in my xMate compile list and I still get the error that the compiler could not find uuid.lib .. yet Buildx.bat .. I have rem's uuid.lib out and it runs fine and I get my executable ...
by Rick Lipkin
Sat Apr 27, 2024 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 363

Error FWH 2404 unresolved external 'SetWindow Theme'

... Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window Error: Unable to perform link Still need a better solution for xMate to find UUID.lib .. Thanks Rick Lipkin
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

Re: Link errors xHarbour 10283.bcc770

Rick Lipkin wrote:is the above errors because I am still using bcc74 ?


Yes, you have to use BCC 7.70.
by Enrico Maria Giordano
Thu Apr 25, 2024 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 97

Link errors xHarbour 10283.bcc770

... to perform link I wanted to try each component individually to see if there were any compile or link errors ... is the above errors because I am still using bcc74 ? Thanks
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 97

Re: SetMultiSelectCol() on line

... instead the test samples\xbmulsel.prg example already has the SetMultiSelectCol and the checkbox disables it but physically it is still in the xbrowse I hope I was clear in my explanation
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 229

Re: New txbrowse

... Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for customer archive. the programmer ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: New txbrowse

... Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it.
by Marc Venken
Mon Apr 22, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-) Ai not run his test never and make errors Please run this test you can see the modifies not run ok #include 'fivewin.ch'#include ...
by Silvio.Falconi
Mon Apr 22, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-)
by Antonio Linares
Mon Apr 22, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

... If you have multiple records selected and you deselect one using the spacebar, it will reset the buttonbar to its initial state, even if there are still other records selected. To fix this, you need to modify the `:bKeyChar` block to check the overall selection state of the xbrowse, not just the ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

xbrowse problem with :bLClicked

...  oBrw:RefreshCurrent() ), ) }  but if I use the mouse in the first column the system works, that is, if there are still records selected it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: Compiler with MSVC y HARBOUR

... I also copied out "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" Good dears If you are still with BCC and xHarbour/Harbour It's time to switch to the best, with MSVC and HARBOR It really is much faster Download newly updated HARBOR for ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Compiler with MSVC y HARBOUR

Good dears If you are still with BCC and xHarbour/Harbour It's time to switch to the best, with MSVC and HARBOR It really is much faster Download newly updated HARBOR for MSVC from https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/README.md ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188
Next

Return to advanced search