topic
stringlengths
1
63
text
stringlengths
1
577k
CSV to DBF
The link is not working. Please post first 10 lines of csv
CSV to DBF
I have a file in this type [code=fw:hacxs8n6]<div class="fw" id="{CB}" style="font-family: monospace;">Conc.&nbsp; &nbsp;<span style="color: #00C800;">Data</span> conc.&nbsp; Ora&nbsp;ESTR1&nbsp; &nbsp;ESTR2&nbsp; &nbsp;ESTR3&nbsp; &nbsp;ESTR4&nbsp; &nbsp;ESTR5&nbsp; &nbsp;ESTR6&nbsp; &nbsp;ESTR7&nbsp; &nbsp;ESTR8&nbs...
CSV to DBF
Try APPEND FROM ..... SDF
CSV to DBF
Or, append from ... delimited with chr(32)
CSV to DBF
Or you can still use my function and have more control I use it with years Regards,
CSV to DBF
Mr Nages and all, I made this test [code=fw:qc6rfiy2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"</span...
CSV to DBF
Silvio APPEND FROM .... converts dates ONLY of the source data is in YYYYMMDD format. In your case you have to create the field as character field with length 10. After importing you have to copy to other file converting date with CTOD() Or you can adopt my earlier logic with needed changes. Change the field delimit...
CSV to DBF
I tried with your logic func but it not run
CSV to DBF
Silvio Because you asked, I shall post suitable code in my next post. But I want to advise that in most cases it is preferable to use APPEND FROM ...SDF or DELIMITED depending on the type of text file. This is fast, very reliable and works precisely as [b:1w2ht2jz]documented[/b:1w2ht2jz]. Important thing is we should ...
CSV to DBF
Thank you, I thought it was easy to convert these types of files
CT.LIB código COFF Necesito para FW
Colegas Necesito linkar CT.LIB en mi aplicacion Error: 'CT.LIB' contains invalid OMF record, type 0x21 (possibly COFF Necesito convertirla.
CT.LIB código COFF Necesito para FW
Juan, <!-- m --><a class="postlink" href="http://hyperupload.com/download/01b847c852/ct.zip.html">http://hyperupload.com/download/01b847c852/ct.zip.html</a><!-- m -->
CT.LIB código COFF Necesito para FW
Antonio, Un millon de gracias, prefiero la caña de pezcar. Por favor si puedes indicame los pasos para convertirla.
CT.LIB código COFF Necesito para FW
Juan, No la hemos convertido. Se trata de descargar los ficheros del CVS de xharbour y luego construirlo. Has usado el cvs.exe anteriormente ?
CT.NG o Documentacion de ct.lib
Colegas, necesito información de CT.LIB Algunas funciones que usaba en DOS parece no ser soportadas REQUEST COM_READ,COM_NUM,COM_OPEN,COM_INIT,COM_COUNT,COM_CLOSE,COM_FLUSH,ISBIT,COM_SMODE,COM_SEND,COM_DTR,COM_MCR,COM_CTS
CT.NG o Documentacion de ct.lib
Juan, Posiblemente tengas que usar la librería hbcomm.lib
CT.NG o Documentacion de ct.lib
Antonio, Gracias Necesito Activar los modos En clipper funciona OK con CT.LIB COM_DTR,COM_MCR,COM_CTS Pase el programa a HB con FW y no devuelve la misma respuesta.
CT.lib para xHarbour
Existe una CT.lib para xharbour 0.99.60 y subsiguientes? Me podrían facilitar el link para bajarlo?
CT.lib para xHarbour
Jose, <!-- m --><a class="postlink" href="http://hyperupload.com/download/02b847c869/ct.zip.html">http://hyperupload.com/download/02b847c869/ct.zip.html</a><!-- m -->
CT.lib para xHarbour
Gracias Antonio <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Al Compilar con esta lib me da este error: Error: "C:\xHarbour\lib\CT.LIB" contains invalid OMF record, type 0x21 (Possibly COFF) Que puede ser?
CTL3D32.DLL issue
Using FWH 8.03, xHarbour ( .com ) Nov 2007 ...A client is having a problem with rPreview on a Windows 2000 Pro workstation. The system shows the message that CTL3D32.DLL is for Win 32s or Win 98 systems. The date of the .DLL is 4/23/99When he tries to preview a document, my normal window setup does not display, and i...
CTL3D32.DLL issue
Tim,It seems as that computer has a wrong CTL3D32.DLL. FWH links it from Class TControl.As a temporary workaround, you may try to declare this function in your main PRG:function Ctl3DLook() ; return nil
CTL3D32.DLL issue
Thanks Antonio.Its very strange because it only comes up when trying to preview a report. I believe that the company probably installed a software package that put the wrong .dll in the System32 directory, and its a mismatch to their Win 2000 OS ...
CTL3D32.DLL issue
Tim,source\classes\rpreview.prg line 485: ::oFactor:Set3dLook()is probably the origin for the ctl3d32.dll use. Please comment that line and try it again, thanks
CTL3D32.DLL issue
Thanks. My rpreview still works on my machine with that commented out. I'll keep a note of it and we'll see what happens when it is sent back to that client.
CTP of Windows XP Targeting with C++ in Visual Studio 2012
There is an interesting discussion on: <!-- m --><a class="postlink" href="http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx">http://blogs.msdn.com/b/vcblog/archive/ ... 57555.aspx</a><!-- m --> [quote:1eahsdip]In June, we announced enhanced targeting for Windows XP using the Visual Studio 2012 C++ compil...
CTRL+C minusculo e CTRL+V em GET ""@!""
Sr. Antonio, um cliente relatou o seguinte problema: Ao usar CTRL+C de: aaaaaaaa em seguida CTRL+V em um GET com mascara maiúscula, ex: "@!" a classe TGET esta aceitando minuscula, ex: aaaaaaaa, em vez de AAAAAAAA RESOLVIDO ASSIM, TGET: METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TGet ... case nMsg == W...
CTRL+C minusculo e CTRL+V em GET ""@!""
Você já verificou a MGET.PRG? A minha funciona perfeito.
CTRL+C minusculo e CTRL+V em GET ""@!""
Karinha, testei apenas com GET normais, ou seja, então seria TGET não é?! redefine get ...
CTRL+C minusculo e CTRL+V em GET ""@!""
Se for o Botão direito do Mouse em Cima do Texto do GET da TGET.PRG, para copiar/colar, quem controla é a MGET.PRG mas posso estar errado...
CTRL+C+C
Hi, I have to simulate pressing CTRL + C + C to send a string to another program that runs in the tray icon. I think that it perform polling and read from "office" clipboard. Is it possible? Thanks Marco
CTRL+C+C
From another thread [url:1nsgcrxn]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?p=90269#p90269[/url:1nsgcrxn] I fount the solution It works But there is a very big problem: after the phone call I have to restart the PC because the keypad locks. <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif"...
CTRL+C+C
Try to release VK_CONTROL after its use: [code=fw:g18kw2fq]<div class="fw" id="{CB}" style="font-family: monospace;">SetStateKey<span style="color: #000000;">&#40;</span> VK_CONTROL, .F. <span style="color: #000000;">&#41;</span></div>[/code:g18kw2fq] Only a stub in the dark. EMG
CTRL+C+C
Enrico, in this way? oBtn:bAction = { || oClp:SetText( ALLTRIM(cNumero) ) , ; SetStateKey( VK_CONTROL, .T. ) , ; SetStateKey( ASC("C"), .T. ) , ; HB_IDLESLEEP(1) , ; SetStateKey( ASC("C"), ....
CTRL+C+C
Yes. And try to release ASC( "C" ) key too. EMG
CTRL-TAB and TFolder
Hi, the control TFolder() don't change page by the pression of CTRL-TAB or CTRL-SHIFT-TAB on keyborad (standard windows). I've tried to add a custom function to TFolder():bKeyDown but seem it doesn't work. The code is the same of Folder.prg in \FWH\Samples with the custom function. [code=fw:2rwd8wuz]<div class="fw"...
CTRL-TAB and TFolder
Patrizio, We have implemented it for FWH 11.07 modifying Class TControl Method KeyDown() this way: [code=fw:2qcj3ca6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> KeyDown<span style="color: #000000;">&#40;</span> nKey, nFlags <span style="color: #000000;">&#41;</...
CTRL-TAB and TFolder
Thank you Antonio <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
CTools para Harbour
Alguien tiene las CTools para Harbour ? Yo tengo para xHarbour, pero existe en Harbour ?
CTools para Harbour
Bueno, yo mismo, acabo de bajarme el harbour, compilado y creado la libreria hbct.lib. El problema es que ahora a la hora de enlazar me suelta; MAKE Version 5.2 Copyright (c) 1987, 2000 Borland C:\BCC55\BIN\ILINK32.EXE -aa -Gn -Tpe -I.\obj -j.\obj @make.tmp Turbo Incremental Link 5.00 Copyright (c) 1997, 200...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Hola cual es el limte de un archivo RES, al usarlo con xharbour y FWH. Tengo problemas, no puedo pasar los 1024 ?? Es esto asi ??? Alguien puede usar archivos mas grandes ?? Saludos,
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Hola... +- 1.052.000 kBytes...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Gracias Karinha. Esto me tranquiliza, pues pensaba que eran mis bmp. Como se unen varios RES con PellesC ?? Saludos,
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
//-> Yo lo hago asi, en mi archivo.lnk c0w32.Obj + VENDAS.Obj + BTNGET.Obj + BTNDOWN.Obj + GETBTN.Obj + TSBROWSE.Obj + SBMSGPOR.Obj ...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
GRACIAS , lo voy a probar.
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Si usas el administrador de compilacion VERCE, puedes agregar todos los .res, .rc, .lib, .h, .prg que quieras que el hace el resto del trabajo, yo uso varios .res y sin ningun problema.
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Hola Jose Luis, Que versión de verce estas utilizando? Yo estoy intentando usar la versión 5.3 y al incluir mas de un .res aparece el error: "Fatal: Too many commas on command line:"
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
[quote="fgondi":yrn99lh1]Hola Jose Luis, Que versión de verce estas utilizando? Yo estoy intentando usar la versión 5.3 y al incluir mas de un .res aparece el error: "Fatal: Too many commas on command line:"[/quote:yrn99lh1] Tienes razon , tambien acaba de darme el mismo error, con la version 5.0 trabaja sin problema...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Con razon me sale lo mismo a mi creo que por ahi tengo el 5.0 lo checare gracias por el cometario Saluditos <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Aida, ademas de darte la Bienvenida y dandole gracias a Dios por tu recuperacion te informco que tengo todas las versiones de VERCE desde la 4.3, cualquier cosa avisame a mi privado y te la envio, saludos desde Venezuela.
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Hola Jose LuisTendras por ahi el Verce 5.0 que me puedas prestar a la mejor tendre que usar mas de un archivo de recursos y el verce 5.3 manda un error cuando uso mas de uno.Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
AIDA, ya te lo envie, confirma si te llega, y dale las gracias a Salinas y Willian, que son los que crearon y actualizan VERCE, no te lo presto, te lo envio,,JAJAJAJA, saludos. A la orden por aca en Venezuela...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Muy estimado joseluisysturiz:Disculpas por "entrometerme" y te pediría me envies por favor a mi también el VERSE 5.0. Muchas gacias por la ayuda.AtteDherlyCR<!-- e --><a href="mailto:dherly@hotmail.com">dherly@hotmail.com</a><!-- e -->
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
[quote="dherly":l1l97cvd]Muy estimado joseluisysturiz: Disculpas por "entrometerme" y te pediría me envies por favor a mi también el VERSE 5.0. Muchas gacias por la ayuda. Atte DherlyCR <!-- e --><a href="mailto:dherly@hotmail.com">dherly@hotmail.com</a><!-- e -->[/quote:l1l97cvd]ENVIADO...siempre a la orden.... <!...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Estimado José Luis.Como ya indicaba en un post anterior tengo el mismo problema con la versión 5.3 de VerCe. Compila correctamente, pero a la hora de enlazar me indica el tema de las "comas".Agradecería que me remitira la versión 5.0 de VerCe.Muchas gracias.
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
[quote="fergonm":pjxlvzjc]Estimado José Luis. Como ya indicaba en un post anterior tengo el mismo problema con la versión 5.3 de VerCe. Compila correctamente, pero a la hora de enlazar me indica el tema de las "comas". Agradecería que me remitira la versión 5.0 de VerCe. Muchas gracias.[/quote:pjxlvzjc]Enviado a tu ...
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
Buen dia Jose Luis,Puedo abusar de tu paciencia y pedirte si puedes mandarme la version 5.0 a mi tambien, quedare muy agradecido.Grato, Daniel
CUAL ES EL LIMITE de Tamaño de un archivo RES ??
[quote="daniel_halon":11gwlqv1]Buen dia Jose Luis, Puedo abusar de tu paciencia y pedirte si puedes mandarme la version 5.0 a mi tambien, quedare muy agradecido. Grato, Daniel[/quote:11gwlqv1]Enviador a tu correo, estoy a la orden, un pedazo de PIZZA no estaria mal...jajajaja, saludos desde Venezuela,
CUANTO APRENDEMOS Y MAS ....
Hola Amigos. Llevamos ya una semana ya con los cursos en Donosti, donde ademas de aprender un monton de cosas de mano de nuestro querido maestro RF, nos sirve para fortalecer la relacion y amistada de todos los amigos del mundo XBase. Todavia nos quedan un par de cursos esta semana al cual se pueden apuntar. Aqui tien...
CUANTO APRENDEMOS Y MAS ....
Hola Amigos. Llevamos ya una semana ya con los cursos en Donosti, donde ademas de aprender un monton de cosas de mano de nuestro querido maestro RF, nos sirve para fortalecer la relacion y amistada de todos los amigos del mundo XBase. Todavia nos quedan un par de cursos esta semana al cual se pueden apuntar. Aqui tien...
CUEBANNER
Hi, Antonio I would like to propose a change in fivewin.ch where today to set a text in an informational only get is used like this: CUEBANNER "Message" I believe it would be clearer to users much if it were possible to define : PLACEHOLDER "Message" in fivewin.ch Today: [ CUEBANNER < cCueText > ] Could be : [ <...
CUEBANNER
Francisco, Implemented in the next FWH version thanks!
CUEBANNER *INFIELD* does not support Russian *Solved*
I use UTF8 with Russian language, the CUEBANNER is working but INFIELD (Text on top of GET) does not support as picture [url=https&#58;//postimages&#46;org/:1eytpz3m][img:1eytpz3m]https&#58;//i&#46;postimg&#46;cc/N0PyPFmF/Russia&#46;png[/img:1eytpz3m][/url:1eytpz3m] Thanks in advance,
CUEBANNER *INFIELD* does not support Russian *Solved*
At present infield text does not support Unicode.
CUEBANNER *INFIELD* does not support Russian *Solved*
Dear Master, [quote="nageswaragunupudi":3ei2hzj5]At present infield text does not support Unicode.[/quote:3ei2hzj5] It is support Unicode, it can use with Japanese, Chinese, Vietnamese, Hindi and etc. but except Russian.
CUEBANNER *INFIELD* does not support Russian *Solved*
Dear Master Rao, [quote="nageswaragunupudi":3p3wmi0q]At present infield text does not support Unicode.[/quote:3p3wmi0q] It can show Unicode and support all unicode but except Russian language. [url=https&#58;//postimages&#46;org/:3p3wmi0q][img:3p3wmi0q]https&#58;//i&#46;postimg&#46;cc/sxtRCRHK/Unicode&#46;png[/img:3p3...
CUEBANNER *INFIELD* does not support Russian *Solved*
[quote="nageswaragunupudi":1gl4x9jm]At present infield text does not support Unicode.[/quote:1gl4x9jm] Dear Mr. Rao, yes, clause INFIELD support Unicode Dear Dutch, how strange, precisely with the Russian. I'm going to check this. Do you have an example to test more quickly?
CUEBANNER *INFIELD* does not support Russian *Solved*
Without Fw_SetUnicode, without Utf8 [img:1hnoci9r]https&#58;//i&#46;postimg&#46;cc/BZCgfpnR/infield01&#46;png[/img:1hnoci9r] [img:1hnoci9r]https&#58;//i&#46;postimg&#46;cc/SxYCRfmS/infield02&#46;png[/img:1hnoci9r]
CUEBANNER em GET Multiline é possivel?
CUEBANNER em GET Multiline é possivel?
CUEBANNER em GET Multiline é possivel?
You cannot set a cue banner on a multiline edit control or on a rich edit control. <!-- m --><a class="postlink" href="https://docs.microsoft.com/en-us/windows/desktop/controls/em-setcuebanner">https://docs.microsoft.com/en-us/window ... tcuebanner</a><!-- m -->
CUEBANNER is disappear when ::SetFocus() ?
I've a question about CUEBANNER. When I use CUEBANNER on GET (Character), it will cuebanner text will disappear when ::gotfocus even I do not enter anything (still empty) but for PASSWORD not disappear if GET is empty. I try this sample, it doesn't show anything. [code=fw:3hgvesf4]<div class="fw" id="{CB}" style="font...
CUEBANNER is disappear when ::SetFocus() ?
This is my login program that I need but the CUEBANNER is disappear when Get[1]:GotFocus(). If I oGet[1]:setfocus(), CUEBANNER "User Id" will never show. For PASSWORD Clause is working well. For this sample, I setfocus to Exit button. [url=https&#58;//postimg&#46;org/image/mpvx7yxxx/:mfxba9ya][img:mfxba9ya]https&#58;/...
CUEBANNER is disappear when ::SetFocus() ?
We are reviewing it
CUEBANNER is disappear when ::SetFocus() ?
Thank you so much. [quote="Antonio Linares":3ik4a3dr]We are reviewing it[/quote:3ik4a3dr]
CUEBANNER is disappear when ::SetFocus() ?
Please wait for FWH 17.08 I know you use FW_SetUnicode( .t. ). Please use it. Then you add " CHRGROUP CHR_WIDE" to the first Get. This is the revised code: [code=fw:3vxfsvcc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch...
CUEBANNER is disappear when ::SetFocus() ?
Dear Mr.Rao, CHR_WIDE, It works with 17.07 too. Thanks a lot. A little more, Can I make another TSAY:Hide() when cUser is empty. Then TSAY:Show() when cUser is not empty. I try ::bKeyDown(), ::bGotFocus() but it doesn't work. [url=https&#58;//postimages&#46;org/:1wrene3m][img:1wrene3m]https&#58;//s26&#46;postimg&#...
CUEBANNER support in FWH 9.04
FWH 9.04 supports CUEBANNER texts in GETs: Sets the textual cue, or tip, that is displayed by the edit control to prompt the user for information. When the user clicks the text, the text goes away and the user can type. You cannot set a cue banner on a multiline edit control or on a rich edit control. Themes support ...
CUEBANNER support in FWH 9.04
Antonio, I tried out this new feature. But while rebuilding my application, I got an syntax error on this line. My line looks like this :[code=fw:23l2t9yr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGET<span style="...
CUEBANNER support in FWH 9.04
[quote="driessen":145zqgyu]My line looks like this :[code=fw:145zqgyu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGET<span style="color: #000000;">&#91;</span><span style="color: #000000;">01</span><span style="color: ...
CUEBANNER support in FWH 9.04
Manuel, Thank you very much for your help. CUETEXT works fine now. Have a nice Eastern.
CUEBANNER support in FWH 9.04
Manuel, Michel, yes, it was a last minute change error We have changed FiveWin.ch to use CUEBANNER instead of CUETEXT Or should we support both ways ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
CUESTION DE REPORTE
Hola foro Nuevamente pasando la novatada, estoy terminando mi primer programa “Proyecto” y no tengo idea de como hacer o preparar los reportes por impresora, he tomado los ejemplos de samples report y no me funcionan algo me hace falta por lo que requiero de un buen consejo.............. Claro es que agradezco pública...
CUESTION DE REPORTE
Lo ejemplos de \samples\report funcionan perfectamente, solo que necesitas tener una impresora instalada y configurada como predeterminada para que funcionen correctamente.
CUESTION DE REPORTE
[quote="RF":21s6vep8]Lo ejemplos de \samples\report funcionan perfectamente, solo que necesitas tener una impresora instalada y configurada como predeterminada para que funcionen correctamente.[/quote:21s6vep8] Rene Gracias por tu respuesta Aunque debo confesarle que me siento un poco tonto al estar solicitando esta...
CUESTION DE REPORTE
Regla No. 1: Siempre tienes que tneer el PREVIEW.DLL en la misma carpeta donde esta el programa exe o bien si estas con (x)Harbour, el PREV32.DLL
CUESTION DE REPORTE
[quote="RF":bb1mfwzi]Regla No. 1: Siempre tienes que tneer el PREVIEW.DLL en la misma carpeta donde esta el programa exe o bien si estas con (x)Harbour, el PREV32.DLL[/quote:bb1mfwzi] Rene Funciona perfectamente. Es sencillamente emocionante Muchas gracias Cordialmente Jairo Barbosa
CUMPLEÑOS DE ANTONIO
Feliz CUMPLE distinguido Antonio, espero la estés pasando SUPER. Saludos, Adhemar
CUMPLEÑOS DE ANTONIO
Feliciades maestro, que cumplas muchos mas...
CUMPLEÑOS DE ANTONIO
[img:o68zh3xk]http&#58;//1&#46;bp&#46;blogspot&#46;com/-NY1jR1JnaYA/UjlPyyfTksI/AAAAAAAAGF8/SO9ny2JKWEA/s1600/cumple&#46;png[/img:o68zh3xk]
CUMPLEÑOS DE ANTONIO
Muy Feliz Cumpleaños, Que la pases lindo junto a los tuyos. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
CUMPLEÑOS DE ANTONIO
Felicidades Maestro. Muchos años de vida. <!-- m --><a class="postlink" href="http://www.singlesmalaga.es/profile/AntonioLinaresCanas">http://www.singlesmalaga.es/profile/AntonioLinaresCanas</a><!-- m --> Salu2.
CUMPLEÑOS DE ANTONIO
Felicidades, Antonio. Mucha salud y felicidad.
CUMPLEÑOS DE ANTONIO
Muchas felicidades Antonio
CUMPLEÑOS DE ANTONIO
Muchas felicidades Antonio y que cumplas muchos mas enviado desde tapatalk
CUMPLEÑOS DE ANTONIO
Que tengas un buen día !!! Felicidades ...
CUMPLEÑOS DE ANTONIO
Feliz Cumpleaños Antonio. Marcelo Roggeri de Argentina
CUMPLEÑOS DE ANTONIO
[quote="pablovidal":2ze7q0nk][img:2ze7q0nk]http&#58;//1&#46;bp&#46;blogspot&#46;com/-NY1jR1JnaYA/UjlPyyfTksI/AAAAAAAAGF8/SO9ny2JKWEA/s1600/cumple&#46;png[/img:2ze7q0nk][/quote:2ze7q0nk] Antonio, Pablo trajo en la bolsa el regalo de todos nosotros... <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" titl...
CUMPLEÑOS DE ANTONIO
Felicidades, Antonio. Que cumplas muchos mas. Saludos.
CUMPLEÑOS DE ANTONIO
Feliz cumpleaños y que se repita muchas veces mas
CUMPLEÑOS DE ANTONIO
Feliz cumple Antonio, espero no veas estos mensajes hasta mañana y hoy te dediques a disfrutar de tu día !!!