Search found 72 matches: entirely

Return to advanced search

Re: FWErrorsys()

function ErrorDialog( e ) is static so you have to modify errsysw.prg to make it public or entirely replace FWH errsysw.prg with one of your own
by Antonio Linares
Wed Apr 03, 2024 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1819

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... Wishing you a lovely Sunday. Best regards, Otto Here's one of my Mod Harbour pages, all data comes from DBF files. The admin page is also entirely created with mod harbour itself. https://puon24.com https://mybergland.com/fwforum/puon1.jpg https://mybergland.com/fwforum/puon2.jpg
by Otto
Sat Jan 27, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1698

Back after 10 years due to illness [ Javier Lloris ]

... to take a photo of the Webcan and be able to crop the image with the TImagesV class and remove the Streming section that It works but I'm not entirely happy, I'll add it again in version 2.0. 10 years ago I tried it with my web server and I could see the images captured by the webcam on the ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Interesting discussion with ChtGPT

... support a language will continue to be crucial. A simple language with a powerful, user-friendly IDE could be very appealing. In conclusion, it's entirely possible that simpler languages or approaches might see a renaissance in the future, especially as AI technologies become more integrated and ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: who use PostgreSQL with Fivewin ?

... oRow )   // or   oQry:Append( oRow )  You may read more in "tpostgre.prg" of Harbour. Now, it is entirely between you and Harbour's library and FWH does not come in your way at all. If you like to have a working sample, please let us know.
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

Re: password manager with mod harbour

... to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we could further develop this project. Encrypt original key with master password Please enter ...
by Otto
Tue Jul 25, 2023 6:46 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

Re: FiveWin on Apple/Mac works great

I won't be able to start until August, but at that time I will being working nearly entirely on development for both MacOS as well as Linux. I already do both, but not with any kind of regularity to this point. I look forward to the discussions that will bring.
by rhlawek
Sun Jul 02, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 751

Re: erase a datarow entirely with a single command ?

Thank you Master !
Maurizio Menabue
by mauri.menabue
Fri Jun 02, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase a datarow entirely with a single command ?
Replies: 2
Views: 221

Re: erase a datarow entirely with a single command ?

Either
Code: Select all  Expand view
::oRsDel:gotop()
  do while .not. ::oRsDel:eof()
      ::oRsDel:delete()
//      ::oRsDel:skip() // remove this line
 enddo
 


OR this is better
Code: Select all  Expand view
oCn:Execute( "DELETE FROM <table> WHERE <cond>" )
by nageswaragunupudi
Fri Jun 02, 2023 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase a datarow entirely with a single command ?
Replies: 2
Views: 221

erase a datarow entirely with a single command ?

hi all is it possible to completely delete a datarow with a single command if so which one?    LOCAL oRsDel AS OBJECT   LOCAL cSql    AS CHARCTER       cSql := ""   cSql += "SELECT *" + " "    cSql +=...
by mauri.menabue
Thu Jun 01, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase a datarow entirely with a single command ?
Replies: 2
Views: 221

Re: PROBLEMA CON FORMATO DE FECHA MYSQL ADO

... not have to do anything at all with this code oRs:Fields( xx ):Value// orValType( oRs:Fields( xx ):Value ) This code is entirely executed by the OLE functions of (x)Harbour. So, the results will be the same, whichever version of FWH you use. We can confirm this by executing ...
by nageswaragunupudi
Sat Nov 05, 2022 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON FORMATO DE FECHA MYSQL ADO
Replies: 11
Views: 846

Re: Pregunta sobre FW_OpenAdoConnection

... ) )      lAutoFit    := .t.   endif  Either you comment out these 3 lines of code entirely or replace them with the following lines of code.   if ValType( uData ) == "H" .or. ( ValType( uData ) == ...
by nageswaragunupudi
Fri Oct 07, 2022 4:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1236

Re: Fast Report´s future

... that Linares spent 8000 euros for ER, for a product that is not worth 100 euros for me But I tell you it is possible to create a good product entirely with fwh sources, but I cannot specify here how: I am not capable but there are those who are capable skillfully
by Silvio.Falconi
Mon May 11, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6031

Re: New TprogressWheel

... from the Delphi class, but the implementation came before I saw that class in delphi, there is nothing Delphi or third parties, it was created entirely in the source code of Harbor and fivewin, I I used for an archive of 6500 records and 57 fields and it works great
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9463

Re: Rpreview issues - PDF

... file which describes the license with an overview of the source code and various open source components used. The source code is written entirely in C and compiled with Visual Studio 2008 - I've had some customers take the source code and automatically upgrade the solution to use Visual ...
by vilian
Tue Apr 23, 2019 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7328
Next

Return to advanced search