clase TPqSQLServer and xbrowse
Hola Mr. Rao te felicito por la gran labor que está haciendo en el mundo de FWH. Dicho esto quiero hacer una sugerencia... El paradigma informático de la Programación Orientada al Objeto está basada en...
View ArticlePopupBrowse con búsqueda
You can use 3rd parameter bInit to configure your browse. Please see the source in tget.prg
View ArticleIntroducing FiveTech's fivedit
------------------------------------ NEW VERSION 11/06/2017 -------------------------
View ArticleCopia de registros con FWH
Faster solution would be to use aData := SRC->( FW_DbfToArray( [cFieldList], [bFor] ) ) DST->( FW_ArrayToDBF( aData, [cFieldList] ) ) cFieldList in FW_DbfToArray() can be a list of expressions...
View ArticleMejoras para scintilla
Gracias Manu Lo sé, FivEdit, tiene una function que realiza algo parecido, pero hace tiempo que no la toco, porque precisamente descubrí lo que mencionas Fijate que la opción aparece "disable" si no...
View ArticleOT: MAPI -- Why it sometimes work, and sometimes doesn't ?
Tim, I see another issue with your code. You need to do: oMail:end() At the end of your routine. The End() method calls MapiLogoff(), so this may be significant. It could create a memory issue, or a...
View Articlesintaxis de BitMap
Sr. Linares, entiendo lo valioso de su tiempo, aun no tengo respuesta o sugerencia respecto a mi peticion sobre el desplegar imagen .bmp sobre una consulta desde clipper 5.3... para un verificador de...
View ArticleMejoras para scintilla
He sacado un poco de tiempo y efectivamente es sencillo y fácil de aprender el funcionamiento de la clase Importante: añadir al proyecto la libreria hbformat.lib Importante: rellenar en el fichero...
View ArticleCopia de registros con FWH
Tal y como dice Paquito, __dBTrans() es un misil. No hay comparación. Hice la siguiente prueba, intercalada entre código ya existente para aprovechar una tabla de las gordas y con muchos registros....
View ArticleFAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE
Artificial Intelligence: Don't miss the boat and start learning it in Sillian TensorFlow for Harbour developers. Are you ready for this revolution ?
View Article1st FWH + [x]Harbour 2017 international conference
Artificial Intelligence: Don't miss the boat and start learning it in Sillian TensorFlow for Harbour developers. Are you ready for this revolution ?
View ArticleXBROWSE: columnas ocultas
Buen dia. Es posible que en el armamdo del xbrowse no ejecute las columnas ocultas.. ? es decir que si entro con una columna Hide eventualmente esta no se ejecute, x ejemplo, si tiene cálculos que...
View ArticleCreando Objetos desde un OCX
Mariano, Busca la palabra ENDSTRUCT en FWH\source\classes y encontraras muchos ejemplos de uso de estructuras desde PRGs
View ArticleTwbrowse skipper tdata
Norberto, Try using your database with fwh\samples\testbrw.prg and see if that is working. Possibly your program is working but showing an unexpected result, i.e. there is a filter that filters out all...
View ArticleCreando LIbrerias de Harbour con bcc73 me da error
Rubin Here are my Bcc32.Cfg and iLink32.Cfg .. located in \Bcc73\Bin folder ... just change the "c" path to your network drive "k". Rick Lipkin // Bcc32.Cfg...
View Article