Creando Objetos desde un OCX
Estimado Antonio, Ya he solucionado varios inconvenientes con el OCX, me podrías ayudar a resolver el tema de las estructuras, en mi código defino la siguiente estructura oEstilo: oEstilo :=...
View Articlesend mail
[quote:qv4zi9e4]But If I use myexe.exe on anothers pcs (win7 32bit or win7 64bit) and configure thunderbird with the same with the same SMTP configuration I get ERROR 1001.0000 etc...[/quote:qv4zi9e4]...
View ArticleOT: MAPI -- Why it sometimes work, and sometimes doesn't ?
James, It's always hard to test something when my system works perfectly, and the problem isolates to a single client ... The problem on their machine is that nothing happens ... no error message ......
View ArticleFiveHGC.lib - Undefined reference ot _Unwind_Resume
After updating Harbour with the nightly build and a day of walking in circles without getting anywhere seeking the solution to this problem, I finally figure out that MinGW GCC have 3 different...
View Articlelectura CIF o lectura de contenido Web
Creo que puedes tener un ejemplo magnifico para obtener datos de una página web en este ejemplo
View Articleclase 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 ArticleMejoras para scintilla
----------------------------------- NEW VERSION 11/06/2017 ---------------------------- Minor bugs fixed
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 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 ArticleCreando LIbrerias de Harbour con bcc73 me da error
Saludos al Forum estoy creando las librerias de Harbour cn bcc73 y me da este error este es el bat de generacion go.bat set HB_COMPILER=bcc set path=k:\bcc73\bin;%PATH% win-make.exe clean win-make.exe...
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 ArticleCompiler problem.
Guys: I'm getting the following error: [code=fw:1ucxrhf0][/code:1ucxrhf0] offending line: [code=fw:1ucxrhf0][/code:1ucxrhf0] Harbour 3.2.0 (r1601050904) FiveWin 16.06
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 Article