Search found 154 matches: choosing

Return to advanced search

Re: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... going to explain the benefits of SQL, but in any case everything comes down to whether you want to use SQL or Dbf technology. But if we focus on choosing Dbf, today Harbour is perfectly prepared to be used with microservices that you mention, webservices,… using libraries such as letodb, uhttpd2, ...
by Carles
Fri Sep 20, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 646

Re: Contraste de colores?

...     endif   next   RELEASE FONT oFontreturn nil  Here we are showing 30 dialogs. For each dialog, we are choosing a random background color. We are selecting the foreground color as ContrastClr( nClrBack ) https://i.ibb.co/C8Y1k0B/CONTRAST-CLR.png
by nageswaragunupudi
Thu Jun 27, 2024 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contraste de colores?
Replies: 23
Views: 2166

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem? Can you please clarify how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" ...
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 64998

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem? Can you please clarify how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" ...
by nageswaragunupudi
Tue Nov 07, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 64998

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem?


Can you please clarify how to define fonts choosing Turkish Charset?
by nageswaragunupudi
Tue Nov 07, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 64998

Re: HTML Report - is there a reason nobody cares?

... WORD and export to EXCEL, ... @Jose You can also use a designer with HTML. There are so many options here that one currently has the problem of choosing the best (online-offline) and easiest option. Take the invoice that Leandro posted. Do you really seriously believe that you can let an end ...
by Otto
Mon Aug 02, 2021 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML Report - is there a reason nobody cares?
Replies: 27
Views: 2814

Error log location

... Fixing the error is simple, that's not my question, what I want to know is how do I redirect appname.log so that it writes to a folder of my choosing, and not in the default location alongside the executable itself? Robb
by rhlawek
Thu Jun 24, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 512

Re: Make para BCC10

... you can copy/paste the location from Explorer by clicking in the path edit box and selecting the text, then pressing Ctrl+C or right-clicking and choosing Copy. Add a path reference to the Environment variables ------------------------------------------------- Open the system properties: In Windows ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1282

Explorer Suite

... to patch the executable (*.exe file) of the software you want to have these additional GBs of virtual memory. It can be used by clicking on it and choosing the file or through command line (e.g.: “4gb_patch file.exe”). It automatically creates a backup copy of the original executable. Why things ...
by Baxajaun
Sun Mar 10, 2019 1:52 pm
 
Forum: Utilities / Utilidades
Topic: Explorer Suite
Replies: 1
Views: 1125

Re: crop an Image

... The image shown at startup ( top = 0, left = 0 ) http://www.pflegeplus.com/IMAGES/cropp20.jpg next moving to the wanted area and choosing the button < create cropped > a right mouseclick activates the selector. The selector can include anything that is visible inside the ...
by ukoenig
Thu Nov 02, 2017 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: crop an Image
Replies: 28
Views: 5173

To Antonio:

Antonio:

When I link the FiveWin debugger on my app, and it boots up, pressing F6 or choosing Debugger / Go it asks me if I want to exit the debugger. Is this normal ?

Thank you very much !!!
by HunterEC
Sun Aug 20, 2017 5:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 1
Views: 406

Re: How to speed up your MySQL queries 300 times

... Scan the index and then pick the rows from the table. Example that is often quoted on this subject: If male employees are above 90% then for choosing all male employees direct table scan is faster and for choosing female employees, index scan is faster. Rule based optimization which was prevalent ...
by nageswaragunupudi
Wed May 17, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1657

Re: Proposal .. 'just not xBase any more'

... have grown up with the internet and now these younger people are the people starting business's. The reason there is no younger developers choosing xBase or any other desktop app tool is because the market has shifted - and new developers have to program for these markets. (Web,Mobile,Cloud) ...
by Colin Haig
Tue Mar 07, 2017 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 6286

C++Compiler - FREE TOOL

... you can copy/paste the location from Explorer by clicking in the path edit box and selecting the text, then pressing Ctrl+C or right-clicking and choosing Copy. Add a path reference to the Environment variables ------------------------------------------------- Open the system properties: In Windows ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 9103

Re: New useful addition to xBrowse

... editable and which is not editable. We can achieve this by (1) suitable choice of color in bClrSelFocus and (2) Use a codeblock for oBrw:nColorBox choosing appropriate color of the box
by nageswaragunupudi
Tue Mar 01, 2016 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New useful addition to xBrowse
Replies: 2
Views: 807
Next

Return to advanced search