Size of Font
Romeo, Technically, fonts sizes are defined using "points" which are a linear measurement so they should remain the same with different screen resolutions. oFont:nHeight = height of the font in points...
View ArticleFwh-Backgrd.-images converted / repainted to WIDESCREEN
Thanks for the excellent work. I read your explanation of how you did the work. This is a very professional and artistic job. Wonderful.
View Articlehbnetio como configurarlo
Compañeros del foro. Como se configura hbnetio, donde puedo encontrar mas información. Gracias
View ArticleSe puede hacer esto ?
Pedro, prueba asi, SELECT * FROM tu_tabla WHERE tu_campo LIKE "%PAQ" aqui te va a regresar en la consulta todos los registros que en tu campo empiecen con PAQ Saludos Paco
View ArticleWebservices
Hola Thefull... Funciono perfecto mil gracias por tu ayuda... dejo el codigo funcionando.. #include "fivewin.ch" doc = CreateObject( "MSXML2.DOMDocument" ) ohttp = CreateObject( "MSXML2.XMLHTTP" )...
View ArticleError sobre una bascula
Prueba a usar una variable static para que esa función no se ejecute más de una vez: FUNCTION LecturaPto1() Local cBuffer := Space( 30 ) static lTrabajando := .F. if ! lTrabajando lTrabajando = .T....
View ArticleRedirección de impresion en Terminal Server
Que otras claves hay en HKCURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\SessionDefaultDevices ? Puedes obtenerlas todas usando RegEnumKey(). Aqui tienes un ejemplo de uso:...
View ArticleResizeable screen formats
That is interesting. When creating a resource, I use the same sizes for Static and Edit controls ( Say and Get equivalents ). Then I can place them on the exact same lines. ( I edit the .rc manually,...
View ArticleHow to Decode Json From web service [ to Mr. Rao ]
Saving to DBF from an array of Hashes: We can also directly save data from an array of hashes to dbf, using FW_HashToRec( hHash, [fieldlist] ) function. [code=fw:1edzua0h][/code:1edzua0h] Assuming we...
View ArticleUTF8 & MySql are 100% compatible with FWH?
Dear Mr.Rao, Yes, I do use Dolphin.lib that use with xHarbour 1.2.3. I thought it is compatible between xHarbour and Harbour. 1. Yes, if you mean ADO. 2. xHarbour, because I try Harbour as your test....
View ArticleUTF8 & MySql are 100% compatible with FWH?
Please again try dolphin sample I sent you with your xHarbour and your libs for dolphin. Please do not change anything except your connection parameters Let us see what to do if you still have problem.
View ArticleFIVEWIN+ GTWVW
Please report it to: [url:1exvp0lz]https://groups.google.com/forum/#!forum/comp.lang.xharbour[/url:1exvp0lz]
View ArticleUTF8 & MySql are 100% compatible with FWH?
Yes, strange. In other words Dolphin is working for Unicode but ADO and Dolphin are not compatible with each other. What about viewing in WorkBench? For me both ADO and Dolphin are working together...
View ArticleImprimir imagen en Tword
Mira se ayuda: [url:1p6yki4y]http://www.pctoledo.com.br/forum/viewtopic.php?f=2&t=8554&p=106628#p106628[/url:1p6yki4y]...
View ArticleError sobre una bascula (SOLUCIONADO)
Joao, parece que ya funciono, ya lleva media hora funcionando antes pasaban 5 minutos y tronaba 1.- Le puse el DEFINE timer (antes del define dialog) 2.- Le cambie la configuración del puerto "Control...
View ArticleProblem with CopyFile()
[url:95ubvhzo]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21583&p=114945&hilit=LZCOPYFILE#p114945[/url:95ubvhzo]
View Article