FiveTouch events
As FiveTouch uses Harbour QT library, then you simply do: oControl:Connect( nEvent, { | uParam | MsgInfo( uParam ) } ) where nEvents is one of these values:...
View ArticleEventos en FiveTouch
Como FiveTouch usa Harbour QT library, simplemente tienes que hacer: oControl:Connect( nEvent, { | uParam | MsgInfo( uParam ) } ) en donde nEvents es uno de estos valores:...
View ArticleZOOM and EASYREPORT working
I could use ER but still managed not to compile ER as it was in original and no changes made by Cnavarro, because I did not understand what I file should I compile I hope that in the future someone...
View Article1ª conferencia internacional de usuarios de Harbour y FWH
Eso sería muy conveniente y necesario. Saludos
View ArticleOLE, Word and Outlook
Hello, I use this code to position Word on my screen:[code=fw:3g8gxh2y][/code:3g8gxh2y]I also us this code to make Word visible:[code=fw:3g8gxh2y][/code:3g8gxh2y]This is also working likewise for...
View ArticleHow to get the Text(url address) fro explorer?
[quote:3akobif8]Can I know "WEBPAGECONTENTS'" function was developed recently? [/quote:3akobif8] Yes, recently. Still, I do not think that is going to help you for what you are looking for.
View ArticleCalling FWH from FW16 and update NTX / CDX
Marc, I fully agree with Rick. You'd better get rid of FW16 since these applications can't be run anymore on the current PC because they are 64-bits. You should also transfer from NTX to CDX. Much...
View ArticleLLamado a __CLS_PARAM y __ClsSetModule
Vikthor, Todas las clases de FWH se programan desde alto nivel usando los comandos CLASS ... ENDCLASS Estas viendo el problema de no hacerlo asi Nunca he usado esas funciones ni me han hecho falta, asi...
View ArticleMSVC 2017 Try
Tienes que compilar el módulo wintpv usando C y no C++ Es wintpv.prg ? Contiene código en C ? En caso de ser un módulo en C, usa el flag /TC
View ArticleHappy Easter - Buona Pasqua - frohe Ostern - Pascua feliz
Dear Friends, I hope there will be more beautiful classes with Fivewin in the future I hope someone creates a new [b:3por2u8k]Visual Report Designer[/b:3por2u8k] (perhaps as MyReport (no Inspector) but...
View ArticleHappy Easter - Buona Pasqua - frohe Ostern - Pascua feliz
Dear Friends, I hope there will be more beautiful classes with Fivewin in the future I hope someone creates a new Visual Report Designer (perhaps as MyReport (no Inspector) but with the dialogs of the...
View ArticleMigrar xHarbour a Harbour HBClass
No creo que sea una cosa 'imposible'. Otra cosa es que si se usan 'internals' del lenguaje, hay que asumir las consecuencias. Como dice Antonio, una de esas consecuencias es por lo que estás pasando:...
View Articleurl encoder/decoder
Hi Marc, the native Harbour ones, without any doubt! The are updated with the rtl, written in C so the are _faster_. I posted the old ones just in case, for really old projects it may be useful. Best...
View ArticleFiveTouch tutorial
Building the main screen of your Android/iOS app: myapp.prg [code=fw:33o38vw2][/code:33o38vw2] [img:33o38vw2]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_myapp_1.JPG[/img:33o38vw2]...
View ArticleHappy Easter - Buona Pasqua - frohe Ostern - Pascua feliz
Silvio, y compañeros del foro: Feliz Pascua
View ArticleFWHMARIADB Samples
[b:1bjroj9u][size=150:1bjroj9u]Running Totals (Cumulative Totals) [/size:1bjroj9u][/b:1bjroj9u] On several occassions we need to show running totals (cumulative totals) of a value in a browse. It is...
View Article