Borland 64 bits makefile for FWH 64
Mr Antonio, thank you for reply I will try again at other times and right now i was finishing migration to platform 64 bit for small module app with Harbor Could be a problem there are also in the os...
View ArticleHow to get the Text(url address) fro explorer?
Dear Sirs, I wish to control internet explorer (or Chrome ) with Fivewin(Harbour/xHarbour), so, how to know whether followings are possible. 1.get the url Address from currently active explorer(or...
View ArticleEasy Bootcamp drivers for Windows 10
[url:23pfy8h2]https://github.com/timsutton/brigadier/releases[/url:23pfy8h2]
View ArticleFiveTouch 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 ArticleFiveTouch tutorial
tutor01.prg [code=fw:1uig4v1b][/code:1uig4v1b] [img:1uig4v1b]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_tutor01_1.JPG[/img:1uig4v1b]...
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 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 Article