Search found 52 matches: hands

Return to advanced search

Re: Demo version

Dear João, I think AUTOCODE would be in good hands with you. Especially in a time when some of us no longer code with FIVEWIN on a daily basis, it's comfortable to be able to edit the source code visually. You could expand it and add newly introduced ...
by karinha
Tue Sep 24, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 921

Re: Demo version

Dear João, I think AUTOCODE would be in good hands with you. Especially in a time when some of us no longer code with FIVEWIN on a daily basis, it's comfortable to be able to edit the source code visually. You could expand it and add newly introduced ...
by Otto
Tue Sep 24, 2024 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 921

Re: DBF format still in use???

... option—the future is uncertain. The existing PHP extensions have also been inactive for a long time. That's why I've taken matters into my own hands, and I think I'm on the right track. Above all, it's fun to see how simple data access really is. It's much easier than before, since speed is ...
by Silvio.Falconi
Wed Aug 28, 2024 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4210

Re: DBF format still in use???

... option—the future is uncertain. The existing PHP extensions have also been inactive for a long time. That's why I've taken matters into my own hands, and I think I'm on the right track. Above all, it's fun to see how simple data access really is. It's much easier than before, since speed is ...
by Otto
Thu Aug 15, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4210

Re: Problem with tget numeric

... he wants to be faithful to the old insertion he did with his pen and paper model. moreover, since the operator has to work in the oven his hands are always dirty with flour and my touch cashier is the only solution but the customer doesn't want it, what should I do? he wants a simple table ...
by Silvio.Falconi
Wed Jan 17, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 2520

Re: Respaldo de base de datos mariadb desde fivewin

... MYSQL_ENCRYPTKEY( <yourkey> )oCn:BackUp( ... )MYSQL_ENCRYPTKEY( nil ) Now, even if our backups fall into the hands of any third party, there is no worry. Dolphin/TMySql/ADO: It does not matter whether your main application uses Dolphin, TMySql or ADO. FW native ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 2045

Re: Respaldo de base de datos mariadb desde fivewin

... MYSQL_ENCRYPTKEY( <yourkey> )oCn:BackUp( ... )MYSQL_ENCRYPTKEY( nil ) Now, even if our backups fall into the hands of any third party, there is no worry. Dolphin/TMySql/ADO: It does not matter whether your main application uses Dolphin, TMySql or ADO. FW native ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 2045

Re: OT Will you update your PC to Windows 11

Willing to put my hands on it... :-)
by Antonio Linares
Sat Sep 04, 2021 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Will you update your PC to Windows 11
Replies: 16
Views: 1970

Re: DBF to SQL

... very interesting reading to understand why they have moved to 64 bits to build it As soon as we can get our hands on it, we will start exploring its possibilities :-)
by Antonio Linares
Tue Apr 20, 2021 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 2109

Re: Offtopic : advice in buying a pos-ticket printer

... So I don't see any problems with them. Any else you need just contact me. From Chile Adolfo Hey Adolfo or someone else :wink: , I could get my hands on a Zebra GX430T printer. I'm waiting on some paper I ordered, but i wanted to see some code for it to print on. I believe the Zebra (lib or ...
by Marc Venken
Sun Nov 15, 2020 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Offtopic : advice in buying a pos-ticket printer
Replies: 5
Views: 814

Re: matrices multiplication

... to convert programs made on python to harbour that is, I do not see the need, if you have something else in mind that I do not know I raise my hands a colleague of mine ( school) builds programs with python but uses additional tools for graphics and more (TkInter which also includes the graphical ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1479

Re: OT: How are we doing ?

We are currently living a normal life. Reduce the number of people entering and leaving places and unnecessary trips abroad.
Of course, you must wear a mask when you go out. Wash your hands frequently
by richard-service
Wed Mar 18, 2020 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 4511

Re: Windows 11 2020

... it is for foldable PC and Table PC like M$ Surface that have those Icons but need those Hardware. https://www.neowin.net/news/hands-on-with-lenovos-thinkpad-x1-fold-running-windows-10x there is also a Windows Workstation PRO Version but these Version are bundle with Hardware ...
by Jimmy
Thu Jan 09, 2020 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 2020
Replies: 18
Views: 5119

Encrypt MariaDB Data

... in clear text on your storage media. Everyone with file system access is able to read and modify the data. If this data falls into the wrong hands (criminals or competitors) this may result in serious consequences. With encryption you protect Data At Rest (see the Wikipedia article). That ...
by Otto
Thu Sep 06, 2018 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt MariaDB Data
Replies: 5
Views: 988

Re: Insert images in Mysql/Mariadb

nageswaragunupudi wrote:Using FWH functions is a lot easier than preparing your own SQL statement.
The field has to be created as a BLOB field only.



I got it. Based on MariaDB Wiki, it is very much simple.
Soon, I'll get my hands on my FWH upgrade..
by fraxzi
Fri May 11, 2018 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert images in Mysql/Mariadb
Replies: 6
Views: 1447
Next

Return to advanced search