Search found 254 matches: book

Return to advanced search

Re: EXTRAER DATOS DE LECTOR QR

Estimado Jose Luis,

Esta librería puede servirnos:
https://github.com/nu-book/zxing-cpp
by Antonio Linares
Sat Jul 23, 2022 5:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAER DATOS DE LECTOR QR
Replies: 7
Views: 627

mod harbour - The first milestone is reached

... have to learn anything new for the backend and can use all the Harbour power. I have now finished programming all the functions in the "cash book" module, and now I only need to take over the other program modules bit by bit. This is relatively quick, as a lot can be done with copy & ...
by Otto
Tue May 31, 2022 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour - The first milestone is reached
Replies: 3
Views: 451

mod harbour - The first milestone is reached

... have to learn anything new for the backend and can use all the Harbour power. I have now finished programming all the functions in the "cash book" module, and now I only need to take over the other program modules bit by bit. This is relatively quick, as a lot can be done with copy & ...
by Otto
Tue May 31, 2022 6:24 pm
 
Forum: mod_harbour
Topic: mod harbour - The first milestone is reached
Replies: 1
Views: 269

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: 816

Re: dbfntx very slow with 2+ users

Hello James, Glad you like the idea. SERVERBOOK is our trademark. We use HP PRO book as hardware for years. Meanwhile, we have some Powershell scripts to do then all settings software based. Now also including mod harbour and APACHE. Best regards, Otto PS: By the ...
by Otto
Tue Apr 19, 2022 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6819

Re: flat style

... Oh, and most Win 11 controls have rounded corners too. Preparing for the inevitable, I would try to emulate Win 11 design now. People do judge a book by it's cover (and software by it's interface). Note that when you display windows and dialogs on Win 10 both now have built in shadows. This is ...
by James Bott
Sat Apr 09, 2022 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 385

Re: Conversion from ca-clipper ( not found a variable)

... a good programming principle that is useful to build and maintain a clean project structure. You can learn about it reading any programming theory book. EMG Okay Master Enrico. But what does this have to do with DECLARE the VARIABLES? Can you show something in practice? Are you referring to the ...
by karinha
Thu Mar 03, 2022 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Conversion from ca-clipper ( not found a variable)

Encapsulation is not a concept tied to a particular programming language. It is a good programming principle that is useful to build and maintain a clean project structure. You can learn about it reading any programming theory book.

EMG
by Enrico Maria Giordano
Wed Mar 02, 2022 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Conversion from ca-clipper ( not found a variable)

... principle so their values are more difficult to trace. EMG Master Enrico, I respect your opinion, but I think it has no basis. In which Clipper book or manual did you see this? Here at this link, you have the Clipper 5.3 manual: Rare exceptions, xHarbour follows the same logic, that's why I ...
by karinha
Wed Mar 02, 2022 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Leer Excel grande a un array o DBF

... to implement by other programmers. This code:      oExcel := CreateObject( "Excel.Application" )         oExcel:Application:Workbooks:open(ZPATH+cFILE)      // Make the first one active         oWorkBook := oExcel:activeWorkBook         oExcel:Application:Worksheets(1):activate()  ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 770

Re: FW_AdoToExcel and sheet

FW_AdoToExcel( cSql ) --> oSheet

This function creates a new Excel Book, exports to only sheet available, i.e., "Sheet1" and returns the Sheet object.
You can use the oSheet object and do anything with it, including rename it :
oSheet:Name := "SomeOtherName".
by nageswaragunupudi
Tue Sep 28, 2021 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoToExcel and sheet
Replies: 4
Views: 514

The Machine & Deep Learning Compendium

The Machine & Deep Learning Compendium

https://book.mlcompendium.com/
by Antonio Linares
Sat Sep 18, 2021 1:52 pm
 
Forum: latest AI news
Topic: The Machine & Deep Learning Compendium
Replies: 0
Views: 369

Re: Windows 11 Fluent Design

Hello friends, It is true that software is judged by the interface. But the comparison with the book cover lacks. The interface design in software is all about it. On the other hand, you don't need the book cover for a book. Here is where the story counts. With software, ...
by Otto
Sun Jul 11, 2021 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9410

Re: Windows 11 Fluent Design

James Bott wrote:Rick

Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface.

I totally agree with you on this point. :)
by anserkk
Sun Jul 11, 2021 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9410

Re: Windows 11 Fluent Design

... Microsoft apologizes for compatibility confusion, hints at changes , by Ed Bott (no relation). Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface. So if we can develop a Win 11 fluent design interface that runs on Win 10 also, we are ...
by James Bott
Sun Jul 11, 2021 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9410
PreviousNext

Return to advanced search