Search found 63 matches: cons

Return to advanced search

Re: Client Server options

... 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 ciode ( few but there are issues) To take full advantage of SQL we need to recode. 2. SQL/RDMS like MySql or ...
by Otto
Wed May 23, 2012 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25126

Re: What is the best of MySql (lib or class) TMySql, TDolphin

... you can ( conveniently ) link into your app ( much like advantage database ) but the syntax is nothing like the standard ADO methodology which is consistent with Sql Server, Oracle, IBM DB2, Access .. Pros and cons both ways. Rick Lipkin
by Rick Lipkin
Sat Feb 25, 2012 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 16892

Re: UE Studio & xHarbour Builder

... C compiler): Pros: Available for ALL operating systems: Windows, 64, Windows Mobile, Linux and OSX. Free. Learn it once and use it everywhere. Cons: It is no friendly at all. Just to compile an "hello world" sample can be a nightmare. The real problem is that it's too Unix/Linux centered.
by Enrico Maria Giordano
Wed Jul 14, 2010 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5999

Re: UE Studio & xHarbour Builder

Tim, Frank, IMO these are pros and cons for each compiler: Borland: Pros: Used since the very beginning of the Harbour and xHarbour projects. Traditionally quite friendly. Free. Cons: It is not available for 64 bits, neither Windows Mobile, ...
by Antonio Linares
Wed Jul 14, 2010 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5999

Re: UN ERROR RARO

vpozo : Gracias por contestar, el codigo es asi, es parte de un programa que usa encabezado - detalle y funcionan con esa logica , el post es mas bien por el error que me da un error en transform que nada tiene que ver con la definicion que tengo, y la pila de llamadas que me presenta que nada que v...
by Ramon Paredes
Sat Oct 03, 2009 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UN ERROR RARO (SOLUCIONADO)
Replies: 4
Views: 2480

UN ERROR RARO (SOLUCIONADO)

Amigos del foro, tengo el siguiente codigo : Do While .T. Select H zap mNumero := SPACE(7) mCod := space(3) mDesc1 := space(60) mFecha := ctod("") mMts := 0 mConcep1 := Space(80) mConcep2 := Space(80) store 0 to mTotalReg,mTotaligv,mTotalcos mCancelar := .F. Select H DEFINE DIALOG oDlg RES...
by Ramon Paredes
Sat Oct 03, 2009 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UN ERROR RARO (SOLUCIONADO)
Replies: 4
Views: 2480

Re: xBrowse standard keys

Hello James, you wrote: As an alternative interface idea, consider making a right-click pop-up menu with all your options on it. This is a Windows standard and users will automatically try this. Unless your users are expert users that use the program ...
by frose
Fri Aug 14, 2009 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse standard keys
Replies: 9
Views: 1689

Re: 3rd party controls

... To depend on other OCX components is no problem if you have only a small user base or inhouse users. Otherwise it can be. For me there are more cons than the pros of a better outlook. Best regards, Otto http://www.atzwanger-software.com/fw/pantool.jpg // Win32 TReBar and TToolBar ...
by Otto
Fri Apr 24, 2009 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party controls
Replies: 7
Views: 1144

Dutch and Randall, A year ago you mentioned having used R&R to design reports, with pros and cons. Also mentioned distributing the R&R runtime to the customer to run the reports. I also use R&R (last DOS version) to design reports. Then I use the R&R Clipper ...
by Roger Seiler
Mon Oct 13, 2008 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25367

Hi, I'm using FWH May 2008. The problem appairs in the row METHOD aRow INLINE ( ::aArrayData[ ::nArrayAt ] ) The strange is that I didn't make any changes on the nArrayAt value, the error start from a simply sysrefresh(). In order to increase the selection speed I made in my function a routine that ...
by Marco Turco
Tue Jul 29, 2008 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7791

Hi all, pls. find as follows the error.log info about this error. Any ideas ? Application =========== Path and name: C:\pigc\pigc.exe (32 bits) Size: 7,785,256 bytes Time from start: 26 hours 34 mins 22 secs Error occurred at: 29/07/08, 18:37:54 Error description: Error BASE/1132 Bound error: array ...
by Marco Turco
Tue Jul 29, 2008 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7791

... that about covers my thought on the matter. As with everything else in life everything comes in twos. Each would have their own set of pro and cons.
by hua
Wed Jun 25, 2008 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10690

... SI * DEBUG : NO * ADVANTAGE : NO * ODBC : NO * MAP FILE : NO ====================================================================== ARCHIVOS PRGs #Cons. TAMAÑO NOMBRE DE ARCHIVO ------ -------- ------------------ 1 957 E:\FWH\CLASES\BtnGet32\SAMPLES\TEST.PRG 2 2169 E:\FWH\CLASES\BtnGet32\SAMPLES\ZOOMLBX.PRG ...
by Ramón J.
Wed May 28, 2008 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Btnget para Harbour
Replies: 5
Views: 3437

Credo di aver risolto: .. .. aObjects[6]:bChange:={|| SelectFunc_Cons()} ... .. Function SelectFunc_Cons() local nSeconds aObjects[6]:bChange:={|| nil} nSeconds:=seconds() do while .t. sysrefresh() if seconds()-nSeconds>.25 exit endif enddo aObjects[6]:Disable() .. .. .. aObjects[6]:Enable() aObj...
by Marco Turco
Thu Apr 03, 2008 1:26 pm
 
Forum: All products support
Topic: Problema con oBrw:bChange
Replies: 2
Views: 734

Thank you, Antonio. I missed:
echo $(HBDIR)\lib\HbWin32.lib + >> b32.bc

Could someone post pros and cons between the two methods?

oReg := TReg32():New( HKEY_LOCAL_MACHINE, "HARDWARE\DESCRIPTION\System", .f. )
uVar := oReg:Get( "SystemBIOSDate", "" )
oReg:Close()

Thanks in advance
Otto
by Otto
Wed Mar 05, 2008 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BIOS DATE
Replies: 5
Views: 1164
PreviousNext

Return to advanced search