messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2013-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "How do I add days to this date format 10/15/13 want to add 7 days. Make it 10/22/13. Tried 10/15/13+7 but keep getting an argument error. Help. Thanks in advance.", "time": "00:18", "topic": "Adding days to a date", ...
Adding days to a date
[ { "date": "2013-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Following code should work:\n\n[code=fw:3bss9sbq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET DATE AMERICAN<br />dDate := cToD<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\...
Adding days to a date
[ { "date": "2013-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks it was perfect.", "time": "05:45", "topic": "Adding days to a date", "username": "hag" } ]
Adding days to a date
[ { "date": "2007-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI use a MySQL engine to store data. \n\nI want to add a collumn with a JPEG-picture. I know that MySQL can store bitmaps (in a blob I think)\nBut how can I store a JPG or another graphical file into the databank. How can...
Adding jpeg to a database and browsing them
[ { "date": "2007-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Willy;\n\nHi.\n\nSet a new table with at least two fields. The first field is the key that ids the record back to the master table and the 2nd field is a BLOB field. Then using BLOBIMPORT you can store the jgp (after scanning th...
Adding jpeg to a database and browsing them
[ { "date": "2007-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Willy,\n\nsee this sample in FiveWin.com.br \n\n\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/exibedicas.asp?id=801\">http://www.fivewin.com.br/exibedicas.asp?id=801</a><!-- m -->\n\n\nregards", "time":...
Adding jpeg to a database and browsing them
[ { "date": "2007-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I have done already some tests.\nI do further testing. It seems it will work but I have still some questions.\n\nIs'nt it so that with the mentioned functions there is made a temporary file on the harddisk before paintig it in a s...
Adding jpeg to a database and browsing them
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "The BlobExport() function gives an unresolved external.\nIs this function added in the commercial SQL driver from xHarbour.\n\nI also tried to download the Locadora example from the Brazilian Site. To make this test complete I nee...
Adding jpeg to a database and browsing them
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Load the image to memvar ...\n\n[code:2sgdyi5t]\n cImagen &#58;= \"\"\n nBytes &#58;= 0\n\n nHandle &#58;= FOpen&#40; AllTrim&#40; &#40;PasoLink&#41;->DocuExte &#41; &#41;\n While &...
Adding jpeg to a database and browsing them
[ { "date": "2016-01-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I am new to using Harbour and the newest version of FiveWin. How do I add to the Buildh.bat to add additional source files to my project. Additionally if I wanted to create my own lib how would that be done. Are there examples,...
Adding new Obj files for Harbour, bcc7
[ { "date": "2016-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Byron,\n\nIf you are going to use several PRGs to build your app then you should consider to use a makefile.\n\nHere you have a working one that you can easily modify:\n[url:2w7x0k9a]http&#58;//forums&#46;fivetechsupport&#46;com/v...
Adding new Obj files for Harbour, bcc7
[ { "date": "2016-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Borland makefile example to build a library\n\ngo.bat\n[code=fw:v3dzxch3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">c:\\bcc7\\bin\\make -fmylib.mak</div>[/code:v3dzxch3]\n\nmylib.mak\n[code=fw:v3dzxch3]<div cl...
Adding new Obj files for Harbour, bcc7
[ { "date": "2016-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for you assistance.\nWorked great...", "time": "02:31", "topic": "Adding new Obj files for Harbour, bcc7", "username": "byron.hopp" } ]
Adding new Obj files for Harbour, bcc7
[ { "date": "2008-04-21", "forum": "FiveLinux / FiveDroid (Android)", "text": "This is easy to do. I'll use the TSay Class as an example.\r\n\r\nYou need to modify FiveLinux.ch (better still copy to FiveLinuxME.ch) and change as follows:\r\n\r\n[code:2fsa3k1l]#xcommand @ <nRow>, <nCol> SAY &#91; <oSay> <...
Adding support for PIXEL clause
[ { "date": "2008-04-21", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\r\n\r\nIt seems that somehow you are not using the latest FiveLinux files as the PIXEL clause is already available since long time ago.\r\n\r\nPlease contact me by email to synchronize our sources, thanks", "time": "1...
Adding support for PIXEL clause
[ { "date": "2007-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "What I am trying to do is add Data/Var Statement to a Class Object that\nhas already been Defined. I wish to be able to do this from a data\ndriven Method from within the Class. My data will come from a control\nfile that is Loa...
Adding to a Class Object.
[ { "date": "2007-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Jim,\n\nJust check how these commands are preprocessed and you will have the way to use them data driven. Please review hbclass.ch", "time": "00:42", "topic": "Adding to a Class Object.", "username": "Antonio Linares" ...
Adding to a Class Object.
[ { "date": "2015-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Maybe possible to add [b:2lfga25w]nDataBmpAlign := \"AL_BOTTOM\"[/b:2lfga25w] \nin xBrowse to show a image at Col-bottom for statistic ?\nThe image should not be stretched to Col-height.\n\nI changed from INI to DBF. Now I can han...
Adding xBrowse nDataBmpAlign := "AL_BOTTOM" possible ?
[ { "date": "2015-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I got it working using the same hight and the unused area transparent.\nBut better to display at col-bottom and calculate the needed image-hight.\n\n[img:2eaogtk8]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Rating11&#46;jpg[/img:...
Adding xBrowse nDataBmpAlign := "AL_BOTTOM" possible ?
[ { "date": "2006-05-16", "forum": "FiveWin for CA-Clipper", "text": "I was wondering if there was a way to add or remove the WS_TABSTOP from a get on a dialog ? The dialog is from an RC file and could also be from a dll file", "time": "18:43", "topic": "Adding/Removing tabstop", "username": ...
Adding/Removing tabstop
[ { "date": "2006-05-16", "forum": "FiveWin for CA-Clipper", "text": "Can't you just disable the control you don't want to have tabstop?\n\nEMG", "time": "18:55", "topic": "Adding/Removing tabstop", "username": "Enrico Maria Giordano" } ]
Adding/Removing tabstop
[ { "date": "2006-05-17", "forum": "FiveWin for CA-Clipper", "text": "Disabling isn't going to work in the situation.\n\nbecause sometimes control 100 ( for example ) will be a say, and sometimes it will be a get and control 200 etc \n\nso rathert than having duplicates of each control in the rc I have ...
Adding/Removing tabstop
[ { "date": "2006-05-17", "forum": "FiveWin for CA-Clipper", "text": "SAYs can't have tabstop, as far as I know. What am I missing?\n\nEMG", "time": "12:57", "topic": "Adding/Removing tabstop", "username": "Enrico Maria Giordano" } ]
Adding/Removing tabstop
[ { "date": "2006-05-19", "forum": "FiveWin for CA-Clipper", "text": "You're right ... but you can use the same edit text box control in an rc or dll file, for a get or a say, with the read only property. when it's redefined as a \"Say\" , i have to set the colors to look like a normal \"say\". the only p...
Adding/Removing tabstop
[ { "date": "2006-05-19", "forum": "FiveWin for CA-Clipper", "text": "You can disable the GET and change its default disabled-color (oGet:lDisColors) to CLR_BLACK.\n\nEMG", "time": "08:01", "topic": "Adding/Removing tabstop", "username": "Enrico Maria Giordano" } ]
Adding/Removing tabstop
[ { "date": "2006-05-20", "forum": "FiveWin for CA-Clipper", "text": "Why not just use a normal disabled GET? This is variable data that you are displaying--either editable or not. If you display non-editable data in a disabled GET (with the disabled colors) then everyone knows what it is. This is standar...
Adding/Removing tabstop
[ { "date": "2006-06-09", "forum": "FiveWin for CA-Clipper", "text": "That's kinda what I did in the end .. except I didn't want the disable look but i did use the button colour as the background colour for the get. I had to hide some as well. THanks for all suggestions", "time": "22:34", "topic":...
Adding/Removing tabstop
[ { "date": "2013-11-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos, estoy en proceso de migrar una app que actualmente usa ADS Server a MYSQL usando Dolphin\ny les comentos que me esta yendo de maravilla, la velocidad de la app en browses es abismal, estoy como al 20% y estoy entusiasmado...
Addons para Dolphin
[ { "date": "2013-11-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Grande Daniel, excelente trabajo con dolphin.\n\nEste es un modulo que acabo de finalizar, lo muestro para que se den una idea\n[code=fw:1l9yub7v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\...
Addons para Dolphin
[ { "date": "2013-11-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Carlos, gracias por compartir,\n\ncual es la diferencia de oServer:Query2 y oServer:Query ?\no oServer:Execute2 y oServer:Execute,\n\nsaludos. Cesar.", "time": "23:39", "topic": "Addons para Dolphin", "username...
Addons para Dolphin
[ { "date": "2013-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "me permiten definir parametros\nejemplo\ncon Execute\n[code=fw:36pyoodq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oServer:<span style=\"color: #000000;\">Execute</span><span style=\"color: #000000;\">&...
Addons para Dolphin
[ { "date": "2013-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Entendido, solo es para simplificar los string !\n\notra forma como yo no me hago pelotas con los string es la siguiente:\n[code=fw:377rku1b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"colo...
Addons para Dolphin
[ { "date": "2013-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Carlos\n\nGracias por la idea, ya esta implementada en los fuentes de TDolphin, le añadi una caracteristica adicional a tu idea, es poder hacer el uso de hash de la misma forma como usas el array\nhasta los momentos la restriccio...
Addons para Dolphin
[ { "date": "2013-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "daniel, gracias.\n\nhas visto esto?\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27610\">viewtopic.php?f=6&t=27610</a><!-- l -->\n\nsalu2\ncarlos vargas", "time": "18:2...
Addons para Dolphin
[ { "date": "2022-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIn the foreground is a web browser (I do not know which one). Can I read the value of the address bar of this browser (the url of the current page) ?", "time": "18:13", "topic": "Address bar", "username": "Natte...
Address bar
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I saw on a previous post I can retrieve the address of my function \"test_func\" as follows.\n\n\naddress := ( @testfunc() )\n\nThe valtype( address ) function returns \"S\"\n\nI'm looking for a value to pass to a C-function DLL t...
Address of Function in My EXE
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3vlszayy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <hbvmpub.h><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\"...
Address of Function in My EXE
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I tried this but it caused a GPF.\n\nexe map file shows the c-function is there:\n 0001:000008A8 _HB_FUN_FUNPTR\n\ncalling convention from my Harbour source code is:\nPROCADDR := FUNPTR( '_HB_FUN_SSL_EVENTS' ) ===> GPF\nPROCAD...
Address of Function in My EXE
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Don,\n\nThis way:\n\nPROCADDR := FunPtr( @SSL_EVENTS() )\nMsgInfo( PROCADDR ) // you should see a number", "time": "22:44", "topic": "Address of Function in My EXE", "username": "Antonio Linares" } ]
Address of Function in My EXE
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "this does return a number.\n\nunfortunately, the .dll function I pass it to still GPF's.\n\nback to the drawing board.\n\nI'm really close to having the SSL socket coded, but this eventhandler is really a challenge.", "time": ...
Address of Function in My EXE
[ { "date": "2012-07-11", "forum": "FiveWin para Harbour/xHarbour", "text": "William, muchas gracias.\nEstoy probando con una pantalla con resolución 1680 x 1050 y funciona bien.\nVoy a probar con otras resoluciones haber que tal me va.\n\nSaludos.\n\nCarlos.", "time": "13:05", "topic": "Adecuar u...
Adecuar un dialogo de recursos a la resolución del monitor.
[ { "date": "2012-07-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos.\nSe que ya han preguntado algo al respecto, pero he estado buscando dentro del foro, y no encuentro la solución a mi problema, el cual es el siguiente:\n\nTengo un dialogo en recurso .rc, donde ya están definidos un...
Adecuar un dialogo de recursos a la resolución del monitor.
[ { "date": "2012-07-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, en link abaixo segue mi function DISPLAY3, que faz o que necessitas. Mira lo exemplo que acompanha la function.\n\nWilliam\n\n\n<!-- m --><a class=\"postlink\" href=\"http://www.4shared.com/rar/NIwJho3C/DISPLAY3.html\">htt...
Adecuar un dialogo de recursos a la resolución del monitor.
[ { "date": "2012-08-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola William o csincuir podrías subir nuevamente la funcion display3 o enviarmelo por correo (<!-- e --><a href=\"mailto:roggerimarcelo@gmail.com\">roggerimarcelo@gmail.com</a><!-- e -->) ya que el link no me funciona, y ando bus...
Adecuar un dialogo de recursos a la resolución del monitor.
[ { "date": "2021-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola.\n\nTengo un array y necesito eliminar de la posicion 5 a la 8 (por ejemplo) todos los item.\nhay alguna manera de no hacerlo mediante un for... next convinado con un adel?\n\ngracias.", "time": "19:51", "topic": "Ad...
Adel
[ { "date": "2021-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Sin FOR NEXT\n[code=fw:27m9ibkb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">adel<span style=\"color: #000000;\">&#40;</span>a, <span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">&#41;</spa...
Adel
[ { "date": "2021-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:1nh5qnsg]https&#58;//vivaclipper&#46;wordpress&#46;com/tag/adel/[/url:1nh5qnsg]\n\n[url:1nh5qnsg]https&#58;//vivaclipper&#46;wordpress&#46;com/2014/01/07/adel/[/url:1nh5qnsg]\n\n[url:1nh5qnsg]https&#58;//www&#46;itlnet&#46;n...
Adel
[ { "date": "2021-09-19", "forum": "FiveWin para Harbour/xHarbour", "text": "For next is the best way\n[code=fw:2z4uy0bd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">8</span> <span style=\"color: #0000...
Adel
[ { "date": "2012-12-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Colegas :\nAlguien se ha tenido que pelear con la norma SEPA 19-44 B2B ?\nPara quien no lo 'sepa' <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \nSEPA son las siglas en inglés ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-01-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Joaquín,\n\nLos modelos los tengo en .txt, que por lo que tu dices en el 2016 van a quedar inservibles. No me urge el tema; ¿ crees tu que puede haber algo (nuevo) en esos modelos que urja a que se apliquen ya los cambios ? La ur...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-01-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Mi interés era por si alguien tenia algun tipo de trabajo, terminado o no, y lo quisiera compartir, para no partir de 0.\nHacerlo directamente en XML es debido a que segun la normativa, en 2016 desaparece el formato txt, pero com...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\n¿Hay algún avance sobre ello?. Entra en vigor en febrero de 2014 y me lo han pedido para un trabajo extra a medida.\n\nMuchas gracias.", "time": "18:24", "topic": "Adeudos Directos SEPA en euros Esquema B2B", ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-11", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"lucasdebeltran\":24t0xbub]Hola,\n\n¿Hay algún avance sobre ello?. Entra en vigor en febrero de 2014 y me lo han pedido para un trabajo extra a medida.\n\nMuchas gracias.[/quote:24t0xbub]\n\nDudo que a nivel de \"cliente\...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "@mastintin, una primera aproximacion en codigo\n[code=fw:2gz2c815]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />*<br />&nbsp;* MENSAJE DE PRESENTACIÓN DE ADEUDOS DIRECTOS SEPA ESQUEMA B2B <span style=\"col...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Carlos, creo que estás equivocado en lo de esperar pues se trata de una directiva europea que hay que cumplir y la fecha límite de aplicación es el 1 de febrero de 2014. \nA partir de esa fecha cuando envíes un fichero de transf...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-12", "forum": "FiveWin para Harbour/xHarbour", "text": "En efecto, entra en vigor en Febrero de 2014.\n\nSi alguien lo tiene realizado y testeado ya y le interesa vender su código estaría interesado.\n\nMuchas gracias.\n\nUn saludo", "time": "19:14", "topic": "Adeudos Directos...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Manuel Aranda\":1ww8ygdn]Carlos, creo que estás equivocado en lo de esperar pues se trata de una directiva europea que hay que cumplir y la fecha límite de aplicación es el 1 de febrero de 2014. \nA partir de esa fecha ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Este tema me interesa para generar equivalentes a aeb58 y aeb34 . <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\nPor lo que he investigado existen conversores de AEB58->SDD ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Manuel:\n\nEn esta web tienes la información:\n<!-- m --><a class=\"postlink\" href=\"https://www.bancsabadell.com/cs/Satellite/SabAtl/Adeudos-Directos-SEPA/6000005005160/es/\">https://www.bancsabadell.com/cs/Satelli ... 005160/e...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Bueno . Leyendo la documentación, parece que los bancos se lo van a tomar con calma , y muchos de ellos ofrecen conversores gratuitamente :\n[quote:2euwg991]\n\nPara los productos “nicho” la fecha de migración se prorroga hasta e...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Manuel,\n\n<!-- m --><a class=\"postlink\" href=\"http://goo.gl/5PrQCc\">http://goo.gl/5PrQCc</a><!-- m -->", "time": "10:43", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username": "lucasdebeltran" } ]
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Gente, dos consideraciones :\n1) El 1-2-2014 es la fecha límite para migrar las antiguas normas CSB (19-32-58) a SEPA\n2) A partir del 1-2-2016 será obligatorio el formato XML para SEPA \n\nfuente: [url:1vqqi4ok]https&#58;//www&#...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "@lucasdebeltran, gracias por el aporte, creo que esta funcion podria simplificarse de este modo :\n\n[code=fw:iqzekwxi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//------------...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Joaquim Ferrer\":a7kxqvus]@lucasdebeltran, gracias por el aporte, creo que esta funcion podria simplificarse de este modo :\n\n\nLas entidades bancarias en el hash tienen que ser TODAS de 4 dígitos, las menores a 1000 tr...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"mastintin\":1uwgfu3u]\nJoaquim , totalmente de acuerdo . Lo acabo de ver al revisar la funcion y ya esta posteado <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\nPor ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Joaquim Ferrer\":3ip0sq8e]\n\nNo entiendo que quieres decir con que 'no se esperaba'. El XML está bien formado, aunque no lo veas con el 'sangrado' característico.\nIntenta abrir ese XML en un navegador web y verás el ar...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Os paso el link desde donde se puede descargar una excel con todas las entidades y sus correspondientes bic. A parte de muchos mas datos.\n\n[url:3sru8gzk]http&#58;//www&#46;bde&#46;es/bde/es/secciones/servicios/Particulares_y_e/...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"mastintin\":twbfxo9k][quote=\"Joaquim Ferrer\":twbfxo9k]\n\nNo entiendo que quieres decir con que 'no se esperaba'. El XML está bien formado, aunque no lo veas con el 'sangrado' característico.\nIntenta abrir ese XML en ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Creo que lo suyo sería empezar por una cosa simple como es la creación del sustituto a csb34 para pago de nominas , algo simple , para luego ir añadiendo las otras figuras de pago .\nCreo que para esto ya casi tenemos toda la im...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Joaquim , me falta mxmlNewXML,etc ¿ que libreria me falta por enlazar ?", "time": "12:05", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username": "mastintin" } ]
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "@mastintin esas funciones pertenecen a la LIB de Harbour hbmxml. Estoy utilizando la version 3.0 de Harbour\nmi entorno es :\n[code=fw:1uqt1ha1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />PATH=%PATH%;c:\...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Compañeros,\n\nMuchas gracias por vuestras contribuciones.\n\nOs paso la función GetBIC de Manuel mejorada un pelín y sin los ; de cada elemento del hash:\n\n[code=fw:1picrkuf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mo...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nA esta institución, que trabaja con varios Bancos, le han dicho que desde febrero de 2014 ya NO servirá la norma 19, tiene que generar el SEPA plano, en formato de texto.\n\nMira, y aquí te lo dice:\n[img:o7hwfhw2]http&#...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Como paso preliminar , debemos poder convertir cualquier numero de cuenta a procesar en su numero iban .\nHe encontrado este código en javascript que puede facilitar mucho el construir una función para crear codigo iban :\nel cod...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Esta es la función que uso para calcular el iban:\nHay que pasar 2 parametros: el pais y la cuenta bancaria.\n\n[code=fw:womgr3gj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">func Iban<span style=\"color: #0000...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas\n\nRecuperando funciones que pueden servir\n[url:3k5fbjgh]https&#58;//github&#46;com/QuimFerrer/sepa[/url:3k5fbjgh]\n\nSaludos", "time": "16:37", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "codigo javscript para el bic .... un array con los bancos ( sustituible por un Hash ) y una funcion que se puede pasar a harbour ...\n\n[code=fw:ih5j07se]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "@fgondi este puede ser un XML básico, tengo identificados algunos campos \n[code=fw:nmdrq6nn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><Document xmlns:<span style=\"color: #000000;\">xsi</span>=<span s...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "en esta direcion viene que son cada campo y un ejemplo de archivo ... <!-- m --><a class=\"postlink\" href=\"http://docs.oracle.com/cd/E39564_01/doc.91/e39169/fields_sepa_pay_file_appx.htm\">http://docs.oracle.com/cd/E39564_01/do...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias", "time": "17:31", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username": "fgondi" } ]
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "La funcion GetBic de antes pasada de javascript a harbour :\n\n[code=fw:2mmswyxf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Function</span> GetBic<span style=\"color: #00...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Este foro es una maravilla. No he empezado a mirar el asunto y ya hay mucha información aquí.\nMuchas gracias a todos por compartir toda esta información.", "time": "22:06", "topic": "Adeudos Directos SEPA en euros Esquem...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Otra funcion necesaria :\n\n1.2 Fecha y hora de creación - CreationDateTime\n• Definición: Fecha y hora cuando la parte iniciadora ha creado un (grupo de) instrucciones de pago.\n• Etiqueta XML: <CreDtTm>\n• Ocurrencias: [1..1]\n...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Siguiendo el archivo puesto por Joaquim Ferrer he ido identificando los campos y los he comentado . Pongo de momento solo la cabecera del archivo para no hacer un \"taco\" de mensaje.\n\n[code=fw:2faby5l8]<div class=\"fw\" id=\"{...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "@mastintin OK tu mismo te has contestado. Si no existe valor, la misma etiqueta es de apertura y cierre\nEl par <label></label> queda como <label/>\n\nBien por !\n[code=fw:3ny8y87x]<div class=\"fw\" id=\"{CB}\" style=\"font-famil...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Joaquim Ferrer\":yh0x3hus]\nBien por !\n[code=fw:yh0x3hus]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> mxmlElementSetAttr<span style=\"color: #000000;\">&#40;</span> oDoc, <span style=\"color: #...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-15", "forum": "FiveWin para Harbour/xHarbour", "text": "la funcion Getbic con los cambios y el hash ordenado para facilitar la inclusion de nuevos registros . Una opción buena seria crear una dbf ( otro el tipo de database que usemos ) con todos estos datos de entidades y sus bic ,...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Intentando imitar el 1ºcodigo ejemplo que se puso . Parece que la cabecera ya se genera .Los datos están puestos como variables locales asignadas como primer paso .\n[code=fw:3q0udnsi]<div class=\"fw\" id=\"{CB}\" style=\"font-fa...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Un poco mas avanzado , por hoy aqui lo dejo :\n\n---------------- editado -------------------------------\nMas completo . He terminado con el ejemplo . ahora necesitamos un documento \"real\" de cada una de las normas para poder ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-20", "forum": "FiveWin para Harbour/xHarbour", "text": "En [url:1tb3e0tb]https&#58;//secure&#46;sepaeditor&#46;com/[/url:1tb3e0tb] previo registro es posible acceder a un editor SEPA, ya que la utilidad que ofrece Banco Sabadell solamente genera las normas en formato texto.\nNo he pod...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Pongo un enlace del documento que tienen que firmar los clientes para autorizar los cargos . Es para el modelo b2b .\n[url:2pzh4xaq]http&#58;//img820&#46;imageshack&#46;us/img820/7162/bp&#46;pdf[/url:2pzh4xaq]", "time": "18:0...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Un pequeño aporte: El documento PDF de domiciliación que ha facilitado Manuel para fusionarlo con nuestros datos. Espero os sea de utilidad.\n<!-- m --><a class=\"postlink\" href=\"http://www.ge.tt/21mzjFw/v/0?c\">http://www.ge.t...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Manuel,\n\nMuy bueno. Muchas gracias", "time": "20:39", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username": "fgondi" } ]
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Manuel Aranda\":3ht6r690]Un pequeño aporte: El documento PDF de domiciliación que ha facilitado Manuel para fusionarlo con nuestros datos. Espero os sea de utilidad.\n<!-- m --><a class=\"postlink\" href=\"http://www.ge....
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Carlos, si me pasas la plantilla la adapto y la metemos en el ejemplo anterior.", "time": "20:31", "topic": "Adeudos Directos SEPA en euros Esquema B2B", "username": "Manuel Aranda" } ]
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Manuel Aranda\":1fo98lcu]Hola Carlos, si me pasas la plantilla la adapto y la metemos en el ejemplo anterior.[/quote:1fo98lcu]\n\nLo que tengo ahora es un PDF.\n\nCómo puedo pasarte el PDF original?\nA que mail?\n\nGraci...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-27", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Manuel Aranda\":obkg33nh]Hola Carlos, si me pasas la plantilla la adapto y la metemos en el ejemplo anterior.[/quote:obkg33nh]\n\nLo ha sacado de aquí.\n\n<!-- m --><a class=\"postlink\" href=\"https://www.bancsabadell.c...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-28", "forum": "FiveWin para Harbour/xHarbour", "text": "He modificado el ejemplo anterior para que contemple tambien el modelo CORE. Aquí está el enlace para descargar.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.ge.tt/8lsQKTw/v/0?c\">http://www.ge.tt/8lsQKTw/v/0?c</a><!-- m ...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos,\n\nMuchísimas gracias por compartir sus experiencias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\...
Adeudos Directos SEPA en euros Esquema B2B
[ { "date": "2013-10-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Elvira:\n\nPues eso, es que no hay forma de encontrar un ejemplo por ninguna parte. De cualquier manera, al final de este documento\n\n<!-- m --><a class=\"postlink\" href=\"http://www.aeb60.com/Cuadernos/Cuaderno%2019.14%20...
Adeudos Directos SEPA en euros Esquema B2B