From Harbour-users group
DESCEND() function is designed to operate on binary (BYTE) sorting
and gives reverted collation order only for codepages which use
such collation.
Because DESCEND() converts numbers to characters which have
special order in CP you are using. Look at this list archive
for ...
Search found 37 matches: reverted
Searched query: reverted
- Tue Oct 18, 2022 6:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in Harbour Descend()
- Replies: 34
- Views: 2789
- Thu Sep 02, 2021 7:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT Will you update your PC to Windows 11
- Replies: 16
- Views: 2337
Re: OT Will you update your PC to Windows 11
... when the "invite" arrives. I will say the update process may have issues. Mine certainly did, and the computer was a very fresh install. I had reverted it to it's factory state, freshly formatted the disk, and then did the OS updates before installing the VM and then Windows 10. Once that was all ...
- Sat Oct 03, 2020 6:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Password problem
- Replies: 2
- Views: 6301
Re: New Password problem
Thank you. For now I reverted back to 20.07 where it works fine.
- Thu Oct 01, 2020 7:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Password problem
- Replies: 2
- Views: 6301
Re: New Password problem
... part of the program. I'm afraid if I did that it might break other parts of the libraries in 20.08 which might require thos changes.
When I reverted to 20.07, the problem is resolved.
On of the problems is that FWH always uses examples with the @ xx,xx SAY and @ xx,xx GET commands rather than ...
When I reverted to 20.07, the problem is resolved.
On of the problems is that FWH always uses examples with the @ xx,xx SAY and @ xx,xx GET commands rather than ...
- Thu Sep 06, 2018 3:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Invisible CDX files
- Replies: 21
- Views: 4046
Re: Invisible CDX files
... Microsoft released the Spring Creators update, they turned off Network Discovery, a number of essential services, and also some of the settings reverted to default. They never released a full list of the changes, and never respond to requests for support to get back network discovery options.
It ...
It ...
- Wed May 16, 2018 4:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: ADS & Win 10 April Update RESOLUTION
- Replies: 25
- Views: 7863
Re: OT: ADS & Win 10 April Update SOLUTION
As mentioned previously, Windows 10 : 1803 April ( May ) 2018 release, removed the homegrown capabilities and reverted all sharing services to OFF. In any case, after doing this update it is likely you will need to go back into Network settings and turn on these features, and go into Services to reset ...
- Fri Apr 08, 2016 10:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop app converter Preview
- Replies: 9
- Views: 2671
Re: Desktop app converter Preview
I was having problems with preview builds and very recently reverted to regular build by reinstalling. We need preview build to test the above new features.
- Wed Jan 27, 2016 10:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE 15.12 Challenge
- Replies: 11
- Views: 3786
Re: XBROWSE 15.12 Challenge
Reinaldo,
I'll experiment with that. Even without the filter, at our test site we encountered a number of problems with the indexes. I reverted to a drop down button menu to select the type of filter ... but I would prefer this method if I can get it to work correctly.
The main problem we found was ...
I'll experiment with that. Even without the filter, at our test site we encountered a number of problems with the indexes. I reverted to a drop down button menu to select the type of filter ... but I would prefer this method if I can get it to work correctly.
The main problem we found was ...
- Wed Jan 27, 2016 5:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse error with 16.01 and resource
- Replies: 10
- Views: 1964
Re: xBrowse error with 16.01 and resource
... years. That's how long this format has been working. It makes no difference if I comment it out.
2) The code works fine with FWH 15.12. In fact I reverted back to that and re-built it, and all is good. Thus the problem arose with 16.01.
3) Please note, you are using 2 bitmaps, and 1 field. The ...
2) The code works fine with FWH 15.12. In fact I reverted back to that and re-built it, and all is good. Thus the problem arose with 16.01.
3) Please note, you are using 2 bitmaps, and 1 field. The ...
- Wed Jul 09, 2014 5:32 pm
- Forum: Bugs report & fixes / Informe de errores y arreglos
- Topic: Bug in font management? [Solved]
- Replies: 7
- Views: 2097
Bug in font management? [Solved]
In the sample below, uncommenting the first PROMPT clause the font is reverted to the default one:
#include "Fivewin.ch"FUNCTION MAIN() LOCAL oDlg, oFnt DEFINE FONT oFnt NAME "Arial" SIZE 0, -9 DEFINE DIALOG oDlg ACTIVATE DIALOG oDlg; ON INIT TOOLBAR( oDlg, oFnt ); CENTER RELEASE ...
#include "Fivewin.ch"FUNCTION MAIN() LOCAL oDlg, oFnt DEFINE FONT oFnt NAME "Arial" SIZE 0, -9 DEFINE DIALOG oDlg ACTIVATE DIALOG oDlg; ON INIT TOOLBAR( oDlg, oFnt ); CENTER RELEASE ...
- Mon Oct 07, 2013 2:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Current Harbour - where is it?
- Replies: 11
- Views: 1862
Re: Current Harbour - where is it?
Antonio
Thank you
I guess the same build can be used for msvc 2010 right ?
I have a problem with Msvc 2012 , it generates exe that do not run on xp, only win 7 or win 8 ..... ! So i have reverted back to Msvc 2010
Best regards,
Richard
Thank you
I guess the same build can be used for msvc 2010 right ?
I have a problem with Msvc 2012 , it generates exe that do not run on xp, only win 7 or win 8 ..... ! So i have reverted back to Msvc 2010
Best regards,
Richard
- Tue Sep 10, 2013 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bitmap + binary
- Replies: 19
- Views: 4296
Re: Bitmap + binary
Antonio,
FYI, I tried DrawBitmap() but the result quality is much worse than PalBmpDraw(). I reverted back to PalBmpDraw().
EMG
Enrico Maria Giordano wrote:I'm going to replace PalBmpDraw() with DrawBitmap().
FYI, I tried DrawBitmap() but the result quality is much worse than PalBmpDraw(). I reverted back to PalBmpDraw().
EMG
- Wed Jul 31, 2013 1:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 13.07
- Replies: 13
- Views: 5062
Re: New FWH 13.07
... says this is from building with the /GS switch on 2012, with the solution being to upgrade to 2012 or compile without the /GS switch on 2012.
I'm okay testing with 2012 but of my production code is MSVC 2010 and upgrading there is not an option at this time. I have currently reverted to 13.06.
Robb
I'm okay testing with 2012 but of my production code is MSVC 2010 and upgrading there is not an option at this time. I have currently reverted to 13.06.
Robb
- Thu Jun 13, 2013 10:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Version 13.05 unstable ?
- Replies: 18
- Views: 5791
Re: Version 13.05 unstable ?
... morning because of this. They are all separate locations, and have no virus reports ( all are secure ). Once I put on the build with 13.04 all reverted to normal operations and were fine. I only changed the .exe file, no re-indexing, or anything else.
5) There were no errors thrown. The screens ...
5) There were no errors thrown. The screens ...
- Thu Jun 13, 2013 7:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Version 13.05 unstable ?
- Replies: 18
- Views: 5791
Re: Version 13.05 unstable ?
... t respond sooner. Hopefully I have resolved the problem for now by using 13.04 ... but a weakness in my updater made it problematic to get the reverted version to my clients.
You mentioned using the Free version of xHarbour in another thread. That isn't available to use with xHarbour.com ...
You mentioned using the Free version of xHarbour in another thread. That isn't available to use with xHarbour.com ...