Search found 63 matches: cons

Return to advanced search

Re: Centrar texto VERTICALMENTE

... is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support rotated text and (2) pdf document is an image and not editable. 2. Using FWH's own PDF generator.(written many years ago) ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 468

FWH 24.02 new Class TWebView2

... and C++ and he decided to build his own version without using the DLL he shared it with me and I started testing it :-) there are some pros and cons: 1. we no longer need to use webview.dll neither WebView2Loader.dll, which is great news! :-) 2. webview.dll way of working does not follow the ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2461

Re: Ayuda Array - Combobox

... ","GACH","PACH","CHIL","CISO","COLM","CONS","FAB ","GS ... } length: 40 [ 2] = N 45 El array debe tener al menos 45 elementos Buen dia Maestro Antonio. Muchas gracias ...
by remtec
Fri May 19, 2023 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Array - Combobox
Replies: 5
Views: 418

Re: Ayuda Array - Combobox

... ","GACH","PACH","CHIL","CISO","COLM","CONS","FAB ","GS ... } length: 40 [ 2] = N 45 El array debe tener al menos 45 elementos
by Antonio Linares
Fri May 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Array - Combobox
Replies: 5
Views: 418

Re: HASH vs single variables

Hello Antonino, Can you maybe list some pros and cons here. What advantage would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings ...
by VictorCasajuana
Tue Jan 17, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1090

Re: HASH vs single variables

Hello Antonino, Can you maybe list some pros and cons here. What advantage would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings ...
by Otto
Tue Jan 17, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1090

Re: How install Harbour on web server

Dear Antonio, I know. There are pros and cons to every system, like almost everywhere else. But I think self-hosting is an optimal solution for starting and running Fivewin and mod harbour programmes in parallel on one server. Even though you ...
by Otto
Sun Sep 11, 2022 9:42 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: Advantage Database Server

... highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent users and larger tables. CONS: Cost Porting problems from legacy code ( few but there are issues) To take full advantage of SQL we need to recode. 2. SQL/RDMS like MySql or ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3648

Re: mod_harbour for non dedicated servers

... Best regards, Otto https://www.verizon.com/business/small-business-essentials/resources/dedicated-hosting-vs-shared-hosting-pros-cons-173704513/
by Otto
Fri Dec 31, 2021 4:55 pm
 
Forum: mod_harbour
Topic: mod_harbour for non dedicated servers
Replies: 38
Views: 3673

web browser control vs. localhost

... from FIVEWIN. I think that the modules later can be reused more easily and the complexity of the program is much smaller. What are pros and cons for web browser control and what for localhost. I am very much interested in your thoughts. Best regards, Otto
by Otto
Thu Oct 21, 2021 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control vs. localhost
Replies: 3
Views: 577

Re: Installation of mod_harbour as module or fastcgi handler

... "standard" and the mod_harbour "fastCGI" versions. Both work with Apache and Microsoft IIS. Each one has its pros and its cons: * mod_harbour "fastCGI" is very fast but it uses only ONE virtual machine for ALL requests. It is built using "multi-threading" ...
by Antonio Linares
Fri May 28, 2021 5:04 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Re: filter or where statement in SQL

Both work. Let us now see the pros and cons of the two approaches. 1st method: - Reads the entire table in the beginning itself. If it is a big table and we do not need all the rows lot of time, server and network resources are wasted - Once ...
by nageswaragunupudi
Wed May 06, 2020 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: to Nages: test for tdatabase

...     "DBFCDX" )return nil//----------------------------------------------------------------------------//  This approach has the same cons as discussed above, i.e., the IDs generated may not be ascending the chronological order and some IDs in the serial may be missing. However, the ...
by Silvio.Falconi
Sat May 11, 2019 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5684

Re: to Nages: test for tdatabase

...     "DBFCDX" )return nil//----------------------------------------------------------------------------//  This approach has the same cons as discussed above, i.e., the IDs generated may not be ascending the chronological order and some IDs in the serial may be missing. However, the ...
by nageswaragunupudi
Tue Apr 30, 2019 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5684

Re: Error from ADO

... using the FW_Ado wrappers ( adofuncs.prg ) it uses the 2 parameter ( if not specified ) or adOpenDynamic for the Cursor Type .. there are pros and cons on Open and Dynamic keysets and they are mentioned here : https://docs.microsoft.com/en-us/sql/ado/guide/data/keyset-cursors If you are using the ...
by Rick Lipkin
Sat Jul 22, 2017 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3501
Next

Return to advanced search