Search found 39 matches: clearer

Return to advanced search

Re: COMBOBOX

... very much for the explanation and for pointing me to these great sources of information. I followed the steps and things are starting to get a bit clearer for me already :-) Thank you all for your patience and sorry for floating the forum with maybe too basic questions :oops: Thanks again for your ...
by Ruth
Wed Feb 28, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 246

Re: Great news regarding mod_harbour CGI !!!

Dear Adhemar, It is a very simple system but makes the source code much clearer. It is similar to the Inklude files. But here I have a patcher that publishes the prg file. Also included is a preprocessor. Here we have for example |tipo| as placeholder. You can ...
by Otto
Wed Nov 23, 2022 4:58 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 6783

Re: vocabulary book for Harbour / Javascript

Hello friends,
Now I integrated TinyMCE:
This editor gives you total control over your rich text editing.
The documentation of the functions is now easier to read and clearer.
Best regards,
Otto


Image
by Otto
Fri Oct 21, 2022 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 248

Re: W3Schools webpage template "COMPANY" to mod harbour

Thank you very much!!!! Now everything is much clearer!!!
I read the whole code like a book from top to bottom... :oops:
does the prefix "hb_" indicate all the functions that come from "outside"...not my own?

thank you again, kind regards and a nice day to all of you...
by Ruth
Tue May 17, 2022 5:58 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 806

Re: Using WebView with Borland !!!

Using this technique we are going to do unitary tests on web apps :-) Next example will help you to see it much clearer, when you see a web app being used "automatically" without user intervention and checking for itself if it is working as expected or not Basically from ...
by Antonio Linares
Sun Jan 30, 2022 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7385

extract source code parts

... Now we can disassemble a source code with our FIVEWIN program HARBOURINO and extract the <STYLE> TAGS. This makes the source code much clearer. Instead of about 12000 lines we now have 2000 lines and the <STYLE> TAGS in separate files. If you convert a WORDPRESS page without direct ...
by Otto
Mon Sep 13, 2021 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: extract source code parts
Replies: 1
Views: 363

Re: *** Curso de C para programadores Harbour.

xmanuel wrote:
Code: Select all  Expand view
lRet := ( a > 10 )


Or even clearer:

Code: Select all  Expand view
lRet := a > 10


EMG
by Enrico Maria Giordano
Sun Apr 04, 2021 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 17533

Re: HEIC to JPG

... installs extra apps from the same developer. I don't mind getting new programs if they come from reliable sources; I just want it to be a little clearer what the program I've downloaded actually includes. With Pixillion you can convert, resize and watermark a bunch of images simultaneously, saving ...
by ukoenig
Wed Jul 01, 2020 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 3843

Re: schedule system

... a long time about how best to do it. Then I decided to delete all entries in the ribbon class that are not needed for my style. The class is much clearer for me. (2007,2010,2013,2015,2016, etc. ) Best regards, Otto https://mybergland.com/fwforum/xdoclikeword.png
by Otto
Fri Feb 07, 2020 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: schedule system
Replies: 5
Views: 1295

Re: Sample for Lan network

... but once you do it, you will have far more flexibility. Once you do it, then you will never regret it, and everything will be much simpler and clearer. My code would be quite complex and I just don't have the time to create a simple example. Although my data access is easy, I use a browse and ...
by TimStone
Tue Nov 06, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1818

Re: Latest FWH upgrade, performance issues, larger EXE

... appears to work quite well. We will get back when we notice some issues and in the meanwhile, we will be grateful if you can provide us some clearer clues. Source Code of the above programs: #include "fivewin.ch"REQUEST DBFCDXfunction BigDBF()   local oDlg, oFont, ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4933

Re: TFBuffer, una clase para acelerar la escritura en ficheros

... I would prefer to keep it as simple as posible, because all the winnings will be lost in the logic applied to EVERY call. It will be clearer for the class user, otherwise the complex or 'tricky' behavoir should be very well documented, so my vote to KISS. :D An alternative would be ...
by Carlos Mora
Sun May 06, 2018 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFBuffer, una clase para acelerar la escritura en ficheros
Replies: 7
Views: 2202

Re: Rowset X cSeek

... Both the above alternatives are functionally equivalent. You may use either one of them depending on your choice and what do you think is clearer to you and easier to understand and maintain. After defining the main part of the browse using any of the two methods above, proceed with the ...
by nageswaragunupudi
Fri Jan 05, 2018 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2038

Re: 3rd party c wrapper functions for harbour

... the compiler. By not including these external headers I was hoping it would be easier for others to compile and give it a hack. To make things clearer, I've now added .h inclusions. You may download the .dll, .lib, my sample.tif as well as all the .h header files from a public directory I have ...
by reinaldocrespo
Sun Mar 26, 2017 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7353

Re: Fieldname limit to 10 char. giving problem

... <n>, ";" ) oTxtFile:Skip() ENDDO oTxtFile:Close() that's how I read the .csv files or any other This is interesting, and so much clearer and easy !! A total other way as I do, but very nice. Can you point me to an information page where this is more explaned ? I would like to ...
by Marc Venken
Tue Oct 25, 2016 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fieldname limit to 10 char. giving problem
Replies: 7
Views: 1582
Next

Return to advanced search