... few can contribute to it. Even though many of us have ideas for improvements.
However, this suggestion has nothing to do with the web. You're mixing things up here.
Best regards,
Otto
We should go back many years, xbrowse did not exist and there were the classes Wbrowse (listbox by ceccarelli ...
Search found 41 matches: mixing
Searched query: mixing
- Tue Nov 05, 2024 11:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 1142
- Tue Nov 05, 2024 10:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 1142
Re: xBrowse: A Vision for a Simpler, More Flexible Future
... you mentioned. Are the FW users interested? I think the xBrowse source code is currently so complex that only very few can contribute to it. Even though many of us have ideas for improvements.
However, this suggestion has nothing to do with the web. You're mixing things up here.
Best regards,
Otto
However, this suggestion has nothing to do with the web. You're mixing things up here.
Best regards,
Otto
- Sun Oct 06, 2024 7:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambio dimensiones gets FWH-24.09
- Replies: 39
- Views: 5478
Re: Cambio dimensiones gets FWH-24.09
... of xHarbour bcc7, only bcc7.3 and bcc7.7, and neither of them work. Could you send me "libharu.lib" compiled with bcc7 to test? While I believe mixing different compiler versions could cause headaches in future updates, it would be fine for testing. Hopefully, the xHarbour experts will find ...
- Thu Apr 11, 2024 2:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: compile errors - send a SMS
- Replies: 19
- Views: 2547
Re: compile errors
Jeff, it looks as you are mixing Harbour and xHarbour libraries. Please double check.
- Thu Apr 04, 2024 10:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: harbour/xharbour appear ADS functions error-SOLVED
- Replies: 59
- Views: 15853
Re: harbour/xharbour appear ADS functions error
... I think those DLLs belong to ADS SDK and should not be included in the Harbour distributions
I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
Yes
I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
Yes
- Thu Apr 04, 2024 10:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: harbour/xharbour appear ADS functions error-SOLVED
- Replies: 59
- Views: 15853
Re: harbour/xharbour appear ADS functions error
... Enrico,
I think those DLLs belong to ADS SDK and should not be included in the Harbour distributions
I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
I think those DLLs belong to ADS SDK and should not be included in the Harbour distributions
I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
- Tue Oct 18, 2022 3:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem With oRs:Requery()
- Replies: 4
- Views: 744
Re: Problem With oRs:Requery()
Am I doing something worng?
Yes, please.
You are mixing up ADO with FWH built-in MySql/MariaDB library classes.
ADO connection object does not have RowSet(...) method. ADO is a product of Microsoft.
This is the suggested approach:
oCn := FW_OpenAdoConnection( { "MSSQL", xSOURCE ...
Yes, please.
You are mixing up ADO with FWH built-in MySql/MariaDB library classes.
ADO connection object does not have RowSet(...) method. ADO is a product of Microsoft.
This is the suggested approach:
oCn := FW_OpenAdoConnection( { "MSSQL", xSOURCE ...
- Mon Aug 22, 2022 7:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: First steps
- Replies: 4
- Views: 566
Re: First steps
Thanks I was mixing the libraries and the compiler as well.
Ari
Ari
- Fri Jul 02, 2021 1:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TDatabase Seek
- Replies: 6
- Views: 938
Re: TDatabase Seek
... I have to ( on the fly ) dencrypt the Customer table .. and to do that I am creating a temp .dbf table on the local hard drive .. Since I mixing ADO and DBFCDX .. I pass the table object's between various modules and traditional .dbf syntax just would not work .. hence my interest in ...
- Fri Dec 27, 2019 11:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fixed Brush
- Replies: 11
- Views: 1592
Re: Fixed Brush
Added brushed text with 3D look,
gradient base,
and border with possible transparent-level,
possible to move the dialog,
mixing my sample from above with Mr. Rao's solution
![Image](http://www.pflegeplus.com/IMAGES/TTitle2.jpg)
regards
Uwe![Very Happy :D](./images/smilies/icon_biggrin.gif)
gradient base,
and border with possible transparent-level,
possible to move the dialog,
mixing my sample from above with Mr. Rao's solution
![Image](http://www.pflegeplus.com/IMAGES/TTitle2.jpg)
regards
Uwe
![Very Happy :D](./images/smilies/icon_biggrin.gif)
- Thu Apr 11, 2019 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 19.03
- Replies: 37
- Views: 6280
Re: New FWH 19.03
I can fix the problem in my code by using @SayText( ) throughout when mixing in color.
If you like to use :SayText() for its additional features, you may do so in your future programs.
But please do not waste your time in modifying your existing programs by replacing Say()s with SayText()s only ...
- Wed Apr 10, 2019 9:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 19.03
- Replies: 37
- Views: 6280
Re: New FWH 19.03
... left at @Say format.
What I have found is if you use @SayText( ) it does change the color default for @Say( ). The @SayText performs as you show.
I see Gunther was noting the same behavior that I observed.
I can fix the problem in my code by using @SayText( ) throughout when mixing in color.
Tim.
What I have found is if you use @SayText( ) it does change the color default for @Say( ). The @SayText performs as you show.
I see Gunther was noting the same behavior that I observed.
I can fix the problem in my code by using @SayText( ) throughout when mixing in color.
Tim.
- Thu Jan 24, 2019 5:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: trying with tdatabase
- Replies: 34
- Views: 6549
Re: trying with tdatabase
The above function Open_DB() is meant for DBFNTX.
Pleae do not get confused with so many alternatives like TDB, TDatbase, TData etc and keep mixing them up.
TDatabase is the latest and advanced.
Still, I personally advise you that is not necessary to use any of these classes to make a good ...
Pleae do not get confused with so many alternatives like TDB, TDatbase, TData etc and keep mixing them up.
TDatabase is the latest and advanced.
Still, I personally advise you that is not necessary to use any of these classes to make a good ...
- Wed Apr 05, 2017 6:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introducing FiveTech's fivedit
- Replies: 560
- Views: 144464
Re: Introducing FiveTech's fivedit
... it does not handle classes and methods properly. Each class should be at the top level and all its methods should be listed below that, indented. Mixing all the methods from multiple class in with the functions, is confusing.
[If you want to see how the functions list should work, get a copy of ...
[If you want to see how the functions list should work, get a copy of ...
- Mon Aug 29, 2016 9:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Errors (dumb I should think) with FW 16.06
- Replies: 15
- Views: 3099
Re: Errors (dumb I should think) with FW 16.06
Antonio:
I had a BIG mess up with my libraries. I was mixing all LIBs from my xHarbour times. Now fixed based on buildh.bat.
The only issue that I'm getting is the following link error:
Error: Unresolved external '_HB_FUN_CURDRIVE' referenced from C:\PROG\TWOIMG\GUSTAVO.OBJError: Unable to perform ...
I had a BIG mess up with my libraries. I was mixing all LIBs from my xHarbour times. Now fixed based on buildh.bat.
The only issue that I'm getting is the following link error:
Error: Unresolved external '_HB_FUN_CURDRIVE' referenced from C:\PROG\TWOIMG\GUSTAVO.OBJError: Unable to perform ...