Search found 114 matches: introduce

Return to advanced search

Re: get a number ,drag,del, changed into "0" and lost decimal

Shuming,

We are going to review it asap, but as we are publishing FWH 14.12 today we can not introduce any changes now that may affect the entire FWH apps behavior without enough testing and feedback from users, thanks
by Antonio Linares
Mon Dec 22, 2014 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get a number ,drag,del, changed into "0" and lost decimal
Replies: 2
Views: 423

Re: File Size and Record Limit

... In both compilers maximal file size for tables, memos and indexes is limited only by OS and file format structures. Neither Harbour nor xHarbour introduce own limits here. The maximal file size for DBFs is limited by number of records 2^32-1 = 4294967295 and maximal record size: 2^16-1 = 65535 ...
by hua
Tue Oct 28, 2014 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Size and Record Limit
Replies: 5
Views: 2198

Re: En tiempo de compilacion...

... wild match marker <*marker*> behavior or optional clause in match pattern, operator tokenization, etc. It greatly simplify the code though introduce some limitations, f.e.: #xcommand CMD [FROM] FROM <*x*> => ? #<x> or: #xcommand CMD <x,...> , <id> => ? #<x> ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1586

Re: First worldwide FiveWin developers conference!!!

... how to work with Visual Studio. So that means that the Harbour Language Extension for Visual Studio should be finished previously. I would like to introduce the Visual Studio low level debugger, the profiler, etc. to all of you. Also I would like that each of you that want to give an speach, to ...
by Antonio Linares
Tue Aug 05, 2014 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: First worldwide FiveWin developers conference!!!
Replies: 23
Views: 5511

Re: tData for SQL

... is a big effort. I just wanted to place on record that now TDatabase is a very enriched class. #2. Keeping portability in view we are going to introduce TRecSet class. With very few changes (mostly while opening the table) TDatabase code should work with TRecSet also. If there are going to ...
by nageswaragunupudi
Wed Jul 02, 2014 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6296

Fichero de texto creado queda oculto

Hola. Tengo una función para escribir dentro de un txt unos datos y tengo el problema de que se queda oculto. El fichero se crea y el contenido se introduce perfecto, pero queda oculto, con el atributo oculto:         local cFile:=cGetFile32( "fichero_datos.txt","Seleccione un ...
by informaticaeloy
Tue Feb 11, 2014 2:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fichero de texto creado queda oculto
Replies: 1
Views: 536

Re: Problema con Dtos

... final haría que la búsqueda no coincidiese. Comprueba que la longitud de vVar[01] también sea de 4 caracteres. Sustituye la cadena de búsqueda e introduce: COMBUS->(dbSeek( "T00120130109")) (Suponiendo que "T00120130109" es un valor existente en la dbf) y comprueba si funciona. ...
by fgondi
Fri Nov 08, 2013 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Dtos
Replies: 13
Views: 1980

Re: Migrating to Harbour

... and calls. I used xhb.lib when I first began using harbour until I figured out its lay of the land. I stopped using it altogether, up until I introduced FiveWin to my environment, at which point I had to introduce in in the fwh.hbm module I shared. I haven't tried without it lately, that may ...
by rhlawek
Fri Oct 04, 2013 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16440

Re: DESCARGAR MYSQL Y INSTALARLO

... derivado de MySQL con licencia GPL. Es desarrollado por Michael Widenius (fundador de MySQL) y la comunidad de desarrolladores de software libre. Introduce dos motores de almacenamiento nuevos, uno llamado Aria -que reemplaza con ventajas a MyISAM- y otro llamado XtraDB -en sustitución de InnoDB. ...
by joseluisysturiz
Wed Oct 02, 2013 2:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DESCARGAR MYSQL Y INSTALARLO
Replies: 12
Views: 2927

Re: Problem with xHarbour 1.2.3

... aparece el error, entonces hay que probar el 1.675 ( 1.500 + ( 1.750 - 1.500 ) / 2 ), y asi hasta que en muy pocos pasos se localiza el build que introduce el error. Una vez que se sabe el build exacto, se compara con el anterior, y listo: en las diferencias está el bug :-) Es una técnica que ...
by Antonio Linares
Tue Sep 24, 2013 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with xHarbour 1.2.3
Replies: 15
Views: 5774

Re: NEW CLASS TLayout

Antonio, The suggestion was in a possitive way. I think in the past some users gave you some applications with source code. It would be feasible to introduce the new controls, such as Ribbon. It is an idea. At the end, I also said: But also it is very important to say that bugs are very quicly solved ...
by lucasdebeltran
Tue Sep 24, 2013 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NEW CLASS TLayout
Replies: 19
Views: 8291

Re: Empezando con ADO

... Mysql, but I've been retired for some time programming. I also wanted to try Dolphin. But, I've heard talk of ADO in the forum that I wanted to introduce myself on this subject and see its scope. Yes ADO had understood that it could use any supported database and the code was almost the same ...
by cnavarro
Fri Sep 20, 2013 4:38 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 18161

XBrowse with Add,Modify,Delete methods (13.07)

... Normal table maintenance requires browing with support for Add, Modify and delete with appropriate dialogs. The purpose of this posting is to introduce the new methods Edit() and Delete() of XBrowse provding an extermely easy way to support Add,Edit,Delete support. At first glance you may ...
by nageswaragunupudi
Sun Sep 08, 2013 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with Add,Modify,Delete methods (13.07)
Replies: 5
Views: 3558

Re: xBrowse ascending order

Mr Otto Please introduce new DATA by adding this line in the class declaration section of xbrowse.prg DATA lSortDescend AS LOGICAL INIT .t.  Desirable position is next to DATA lAutoSort. In the METHOD SetOrder CLASS TXBrwColumn, ...
by nageswaragunupudi
Sun Aug 11, 2013 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ascending order
Replies: 8
Views: 2292

Re: To Antonio:

... to block support for SIX3 encrypted tables with memos to not have backward compatibility problems with data created by [x]Harbour RDDs before I'll introduce workarounds for SIX3 bugs.
by Antonio Linares
Fri Jul 05, 2013 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 12
Views: 2756
PreviousNext

Return to advanced search