messages
listlengths 1
1
| topic
stringlengths 2
60
|
---|---|
[
{
"date": "2015-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Before testing your make, be sure to clean the folder\n\n[quote:2077e4al]\n.path.OBJ = .\\obj\n[/quote:2077e4al]",
"time": "10:08",
"topic": "(SOLVE) different harbour 3.2 r150129225 with r1506171039",
"username": "cnavarro"
}
] | (SOLVE) different harbour 3.2 r150129225 with r1506171039 |
[
{
"date": "2015-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear cnavorra,\nThank you,\nyes I always to clear obj before start compile.\n\nRegards,\n\nKok",
"time": "10:15",
"topic": "(SOLVE) different harbour 3.2 r150129225 with r1506171039",
"username": "kok joek hoa"
}
] | (SOLVE) different harbour 3.2 r150129225 with r1506171039 |
[
{
"date": "2015-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Great",
"time": "12:01",
"topic": "(SOLVE) different harbour 3.2 r150129225 with r1506171039",
"username": "cnavarro"
}
] | (SOLVE) different harbour 3.2 r150129225 with r1506171039 |
[
{
"date": "2014-07-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola aqui de nuevo , con otra pregunta de lo mismo pero ahora , uniendo dos variables de campos en una sola columna se puede ?\n\nQuiero anidar o como se le dice la palabra correcta, unir dos campos en una sola columna o sea el ejemplo seria asi : [b:1hejklwf]TIPO+LTRIM(STR(NUMPOL,5))[/b:1hejklwf], para no crear dos columnas, Tipo Y Num Poliza. que sea en un solo campo COLUMNS como del ejemplo: se puede ?\n\n[code=fw:1hejklwf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Poliza\"</span>,<span style=\"color: #ff0000;\">\"Cargo\"</span>,<span style=\"color: #ff0000;\">\"Abono\"</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"TIPO+LTRIM(STR(NUMPOL,5))\"</span>, <span style=\"color: #ff0000;\">\"SALCARG\"</span>, <span style=\"color: #ff0000;\">\"SALCRED\"</span> ;<br /> SIZES <span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">240</span>,<span style=\"color: #000000;\">75</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #000000;\">(</span>S08<span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">ALIAS</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// FOOTERS CELL AUTOCOLS</span></div>[/code:1hejklwf]\n\nSaludos y buen dia.\n\nAtte: Adrian C. C.\n\n\nSolucionado de esta manera ! [b:1hejklwf]COLUMNS { || (S12)->A_TIPO+\" \"+LTRIM(STR((S12)->A_NUMPOL,5)) },\"A_FHAMOV\"[/b:1hejklwf], asi es como queria sin crear otra columna <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> , es una maravilla TXBrowse, que voy descubiendo poco a poco <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> ..!\n\n[code=fw:1hejklwf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Póliza\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Fecha\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Concepto\"</span>,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Cargo\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Abono\"</span> ,<span style=\"color: #ff0000;\">\"Fec.\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Captura\"</span>,<span style=\"color: #ff0000;\">\"Hora\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Captura\"</span> ;<br /> COLUMNS <span style=\"color: #000000;\">{</span> || <span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>->A_TIPO+<span style=\"color: #ff0000;\">\" \"</span>+LTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>->A_NUMPOL,<span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>,<span style=\"color: #ff0000;\">\"A_FHAMOV\"</span>,<span style=\"color: #ff0000;\">\"A_CONCEP\"</span>,<span style=\"color: #ff0000;\">\"A_TOTCARG\"</span>,<span style=\"color: #ff0000;\">\"A_TOTCRED\"</span>,<span style=\"color: #ff0000;\">\"FECALTA\"</span> ,<span style=\"color: #ff0000;\">\"REGHORA\"</span> ;<br /> SIZES <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">52</span>,<span style=\"color: #000000;\">239</span>,<span style=\"color: #000000;\">75</span>,<span style=\"color: #000000;\">75</span>,<span style=\"color: #000000;\">52</span>,<span style=\"color: #000000;\">50</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"@D\"</span>,<span style=\"color: #ff0000;\">\"@60\"</span>,<span style=\"color: #ff0000;\">\"@Z 999,999,999.99\"</span>,<span style=\"color: #ff0000;\">\"@Z 999,999,999.99\"</span>,<span style=\"color: #ff0000;\">\"@D\"</span>,<span style=\"color: #ff0000;\">\"@!\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">ALIAS</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// FOOTERS CELL AUTOCOLS</span></div>[/code:1hejklwf]",
"time": "18:55",
"topic": "(Solucionado )COLUMNS unir dos campos en una columna....",
"username": "ACC69"
}
] | (Solucionado )COLUMNS unir dos campos en una columna.... |
[
{
"date": "2014-05-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola buenas tardes como estan, aqui de nuevo con una pregunta sencilla, o no tan sencilla.\nComo puedo validar el tiempo con 15 minutos de tolerancia, o convertir 15 minutos a hora time(), u otro metodo de funcion.\n\n1.- Por ejemplo en el sistema hora de entrada de empleado 9:00 am\n2.- En otro campo con 15 minutos de tolerancia...\n3.- [b:26vo1z3m]O sumarle time + 15 minutos[/b:26vo1z3m] y me de suma de 9:15 am, cual seria la instruccion y validar si time() > 9:15 am como ejemplo\n\nComo puedo validar despues de 9:16 am, me valide, MsgAlert(\"[b:26vo1z3m]Retardo de entrada[/b:26vo1z3m]\")...esta es la intruccion, pero no le hallo forma :\n\n[code=fw:26vo1z3m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cEntr := <span style=\"color: #ff0000;\">\"9:00 am\"</span> <span style=\"color: #B900B9;\">// Variable dato en DBF como hora entrada Caracter // aqui validar su hora de entrada </span><br /> nTole := <span style=\"color: #000000;\">15</span> <span style=\"color: #B900B9;\">// variable dato en DBF 15 minutos de tolerancia Numerico // Aqui validar 15 minutos de tolerancia </span><br /><br /> <span style=\"color: #00C800;\">IF</span> TIME<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> > STR<span style=\"color: #000000;\">(</span>nTole<span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Aqui con la funcion TIME() \"9:16 am\" que ya se paso 15 minutos de tolerancia de entrada...</span><br /> MsgAlert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Retardo de entrada...\"</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span></div>[/code:26vo1z3m]\n\nEspero sus comentarios, ejemplos, ayuda que me puedan ayudar con esta validacion u o condicion.\n\nSaludos .!",
"time": "22:03",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola.\nAlgo rapido, chapucero, pero talvez te sirve de guia.\n[code=fw:2um1fmgn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">LOCAL</span> nEntrConToler := <span style=\"color: #000000;\">555</span> <span style=\"color: #B900B9;\">//09:15 = 9*60=540 + 15 = 555 minutos</span><br /><span style=\"color: #00C800;\">local</span> nEntRetraso := Val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span>*<span style=\"color: #000000;\">60</span> + val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">if</span> nEntRetraso > nEntrConToler<br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Castigo por retraso de \"</span>+Str<span style=\"color: #000000;\">(</span>nEntRetraso-nEntrConToler<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\" minutos\"</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">endif</span><br /> </div>[/code:2um1fmgn]\nSaludos.",
"time": "04:22",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "FranciscoA"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"FranciscoA\":2th9c3th]Hola.\nAlgo rapido, chapucero, pero talvez te sirve de guia.\n[code=fw:2th9c3th]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">LOCAL</span> nEntrConToler := <span style=\"color: #000000;\">555</span> <span style=\"color: #B900B9;\">//09:15 = 9*60=540 + 15 = 555 minutos</span><br /><span style=\"color: #00C800;\">local</span> nEntRetraso := Val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span>*<span style=\"color: #000000;\">60</span> + val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">if</span> nEntRetraso > nEntrConToler<br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Castigo por retraso de \"</span>+Str<span style=\"color: #000000;\">(</span>nEntRetraso-nEntrConToler<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\" minutos\"</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">endif</span><br /> </div>[/code:2th9c3th]\nSaludos.[/quote:2th9c3th]\n\n\nGracias por tu interes de siempre Francisco,el resultado si me da a tu ejemplo sencillo.\nPero...quisiera que desde mi campo lunes,martes.miercoles,etc etc , y dependiendo de horario de sea matutino, vespertino y nocturno me convirtiera la variable de \"09:00:00 am\" a \"09:20:00 am\" me dijera diferencia minutos de retardo desde las 9 am, pero pasado de mas de 25 minutos,que me dijera ya no puede checar entrada..a lo que me refiero es sumar desde el inicio de entrada menos la diferencua de retardo,y eso que con la varariable ,la estoy declarando solo caracter y no con time() ...y validar con mas de 25 minutos ya no te deje checar tu entrada...es algo asi con esa rutina....BUENO YO CREO QUE SI SERIA CON TIME(),DESPUES DEL TIEMPO TRANSCURRIDO DESDE LA ENTRADA DE CHECADOR DE RELOJ, O SEA LA VARIABLE DESDE QUE LA CONFIGURO MATUTINO cHoraEntrada:=\"09:00: am\" hasta el tiempo transcurrido despues de la tolerancia de 15 minutos o sea \"09:15 am\" y de ahi contar que desde \"09:016 am\" diferencia de minutos de retardo, pero tipo caracter, pero si sumandole diferencia transcurrido de retardo....",
"time": "02:46",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"ACC69\":36jtp5ns][quote=\"FranciscoA\":36jtp5ns]Hola.\nAlgo rapido, chapucero, pero talvez te sirve de guia.\n[code=fw:36jtp5ns]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">LOCAL</span> nEntrConToler := <span style=\"color: #000000;\">555</span> <span style=\"color: #B900B9;\">//09:15 = 9*60=540 + 15 = 555 minutos</span><br /><span style=\"color: #00C800;\">local</span> nEntRetraso := Val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span>*<span style=\"color: #000000;\">60</span> + val<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">substr</span><span style=\"color: #000000;\">(</span>time<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">if</span> nEntRetraso > nEntrConToler<br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Castigo por retraso de \"</span>+Str<span style=\"color: #000000;\">(</span>nEntRetraso-nEntrConToler<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\" minutos\"</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">endif</span><br /> </div>[/code:36jtp5ns]\nSaludos.[/quote:36jtp5ns]\n\n\nGracias por tu interes de siempre Francisco,el resultado si me da a tu ejemplo sencillo.\nPero...quisiera que desde mi campo lunes,martes.miercoles,etc etc , y dependiendo de horario de sea matutino, vespertino y nocturno me convirtiera la variable de \"09:00:00 am\" a \"09:20:00 am\" me dijera diferencia minutos de retardo desde las 9 am, pero pasado de mas de 25 minutos,que me dijera ya no puede checar entrada..a lo que me refiero es sumar desde el inicio de entrada menos la diferencua de retardo,y eso que con la varariable ,la estoy declarando solo caracter y no con time() ...y validar con mas de 25 minutos ya no te deje checar tu entrada...es algo asi con esa rutina....BUENO YO CREO QUE SI SERIA CON TIME(),DESPUES DEL TIEMPO TRANSCURRIDO DESDE LA ENTRADA DE CHECADOR DE RELOJ, O SEA LA VARIABLE DESDE QUE LA CONFIGURO MATUTINO cHoraEntrada:=\"09:00: am\" hasta el tiempo transcurrido despues de la tolerancia de 15 minutos o sea \"09:15 am\" y de ahi contar que desde \"09:016 am\" diferencia de minutos de retardo, pero tipo caracter, pero si sumandole diferencia transcurrido de retardo....[/quote:36jtp5ns]\n\n\nAlguien mas ha hecho algo parecido, entrada y salida de personal con codigo de barras...y con validacion de 15 minutos de retardo y restarle el tiempo de entrada de retardo con caracter \"09:00:00 am\" menos 09:16:00 am con diferencia de 1 minuto de retardo ???\n\nSaludos",
"time": "18:13",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?f=6&t=28463#p159268\">viewtopic.php?f=6&t=28463#p159268</a><!-- l -->",
"time": "05:30",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "FranciscoA"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo tengo un sistema de control de personal con acceso por medio de un programa con tarjetas de codigos de barra.\nEn mi caso, cada empleado tiene definido el horario de entrada limite (pero es facil aplicar ya que es comparar dos datos tipo string)\nTe paso la función que calcula las horas extras (en valores enteros). Tal vez te sirva.\n[code=fw:2whjkxm0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// cEntra es la hora de entrada</span><br /><span style=\"color: #B900B9;\">// cSale es la hora de salida</span><br /><span style=\"color: #B900B9;\">// nJornada es el total de horas que debe trabajar en esa jornada</span><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> HorasExtras<span style=\"color: #000000;\">(</span>cEntra,cSale,nJornada<span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> nHoras := <span style=\"color: #000000;\">0</span>, nHora1, nHora2<br /> nHora1 := VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>cEntra,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> * <span style=\"color: #000000;\">60</span> + VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>cEntra,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> nHora2 := VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>cSale ,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> * <span style=\"color: #000000;\">60</span> + VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>cSale,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> cSale < cEntra<br /> nHora2 := nHora2 + <span style=\"color: #000000;\">24</span> * <span style=\"color: #000000;\">60</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> nHoras := <span style=\"color: #000000;\">(</span>nHora2 - nHora1<span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">60</span> - nJornada <br /><span style=\"color: #00C800;\">RETURN</span> nHoras</div>[/code:2whjkxm0]\nRecuerda que el valor te lo devuelve en horas (en forma decimal) por lo tanto 1:30 hs = 1.5\nO sea que con el mismo criterio, la llegada tarde podrias consultarla asi:\n[code=fw:2whjkxm0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">IF</span> HorasExtras<span style=\"color: #000000;\">(</span>cFichada,cFechaLim,<span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">0.25</span><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Llego tarde\"</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">ENDIF</span></div>[/code:2whjkxm0]\nObviamente hay muchos mas controles que puedes hacer, como que pasa si falta una fichada, si los dias son hábiles, feriados, no laborables, etc.\nPero esto es un punta, que espero te sirva",
"time": "17:57",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "cmsoft"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"cmsoft\":2vhy8is2]Yo tengo un sistema de control de personal con acceso por medio de un programa con tarjetas de codigos de barra.\nEn mi caso, cada empleado tiene definido el horario de entrada limite (pero es facil aplicar ya que es comparar dos datos tipo string)\nTe paso la función que calcula las horas extras (en valores enteros). Tal vez te sirva.\n[code=fw:2vhy8is2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// cEntra es la hora de entrada</span><br /><span style=\"color: #B900B9;\">// cSale es la hora de salida</span><br /><span style=\"color: #B900B9;\">// nJornada es el total de horas que debe trabajar en esa jornada</span><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> HorasExtras<span style=\"color: #000000;\">(</span>cEntra,cSale,nJornada<span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> nHoras := <span style=\"color: #000000;\">0</span>, nHora1, nHora2<br /> nHora1 := VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>cEntra,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> * <span style=\"color: #000000;\">60</span> + VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>cEntra,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> nHora2 := VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>cSale ,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> * <span style=\"color: #000000;\">60</span> + VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>cSale,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> cSale < cEntra<br /> nHora2 := nHora2 + <span style=\"color: #000000;\">24</span> * <span style=\"color: #000000;\">60</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> nHoras := <span style=\"color: #000000;\">(</span>nHora2 - nHora1<span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">60</span> - nJornada <br /><span style=\"color: #00C800;\">RETURN</span> nHoras</div>[/code:2vhy8is2]\nRecuerda que el valor te lo devuelve en horas (en forma decimal) por lo tanto 1:30 hs = 1.5\nO sea que con el mismo criterio, la llegada tarde podrias consultarla asi:\n[code=fw:2vhy8is2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">IF</span> HorasExtras<span style=\"color: #000000;\">(</span>cFichada,cFechaLim,<span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">0.25</span><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Llego tarde\"</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">ENDIF</span></div>[/code:2vhy8is2]\nObviamente hay muchos mas controles que puedes hacer, como que pasa si falta una fichada, si los dias son hábiles, feriados, no laborables, etc.\nPero esto es un punta, que espero te sirva[/quote:2vhy8is2]\n\nHola buenos dias, gracias a todos los que me respondieron por este sencillo codigo, que yo hacia mal, que no me restaba la fecha,por ser tipo caracter,pero ya funciono, gracias cmsoft por el interes de esta rutina, y por lo que comentas tienes desarollado sistema entrada y salida, con codigo de barras, yo anbude buscando por el foro, pero ya no funciona el link, no se si alguien me pueda proporcionar la clase de codigo de barras actualizado y un ejemplo sencillo, de como crear dando de alta codigo de barras e imprimirlo y leer por escaner, estaba pensando en hacer lo mas sencillo de entrada con codigo y clave de usuario.\n\nSaludos y buen dia. y les agradezco de nuevo por la ayuda y el interes.\n\nAtte: Adrian C. C.\n<!-- e --><a href=\"mailto:[email protected]\">[email protected]</a><!-- e -->",
"time": "15:53",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Adrian:\nPara la entrada de datos, no necesitas nada, ya que si elijes un scanner con emulador de teclado, lo que hace es emular que el usuario ingresa los dígitos que tiene el código de barras de la tarjeta personal del empleado.\nPara la impresión de las tarjetas con códigos de barras, lo mejor sería elegir un FONT Interleave 2 of 5, una tipografía que imprima códigos de barra. Entonces, lo que defines en un obtejo PRINTER es el font apropiado y listo.\nAca te dejo un ejemplo de impresión de carnet y la función que arma el código de barras\n[code=fw:3p3qt1ks]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />***********************************<br />** Emision de tarjeta personal<br /><span style=\"color: #B900B9;\">// base es la tabla de personal que viene como parametro</span><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> Tarjeta<span style=\"color: #000000;\">(</span>base<span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> oPrn, oFont1, oFont2, nCol, nRow, i, mfoto,;<br /> mbarra, mtama1, mtama2, mtama5<br /><span style=\"color: #B900B9;\">// Busco los tamños de letra para cada font en una </span><br /><span style=\"color: #B900B9;\">// tabla que guardo los valores </span><br />USE fuentes <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"datos\"</span> <span style=\"color: #00C800;\">NEW</span><br />mtama1 := datos->tama1<br />mtama2 := datos->tama2<br />mtama5 := datos->tama5<br />close datos<br /><span style=\"color: #B900B9;\">// La foto del empleado la tengo guardada en una </span><br /><span style=\"color: #B900B9;\">// carpeta FOTOS con el codigo de empleado completado con ceros</span><br />mfoto := <span style=\"color: #ff0000;\">\"FOTOS<span style=\"color: #000000;\">\\\"</span> + STRTRAN(STR((base)->codigo ,8),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\") + \"</span>.BMP<span style=\"color: #ff0000;\">\"<br />// El codigo de barras lo armo con la funcion CodigoBarra<br />// que arma el conjunto de pares que la tipografia puede <br />// mostrar (siempre tiene que ser par el nro de digitos)<br />// Los () de inicio y fin son necesarios para delimitar el codigo<br />mbarra := \"</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"+CodigoBarra( STRTRAN(STR((base)->codigo ,6),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\") )+\"</span><span style=\"color: #000000;\">)</span><span style=\"color: #ff0000;\">\"<br />// Defino los distintos tipos de letra<br /> DEFINE FONT oFont1 NAME \"</span>TAHOMA<span style=\"color: #ff0000;\">\" SIZE mtama1, mtama1*2<br /> DEFINE FONT oFont2 NAME \"</span>Interleaved 2of5 <span style=\"color: #0000ff;\">Text</span><span style=\"color: #ff0000;\">\" SIZE mtama4, mtama4*2<br />PRINT oPrn NAME \"</span>Tarjeta<span style=\"color: #ff0000;\">\" PREVIEW<br /> // Divido la hora en 72 lineas x 80 Columnas<br /> nRow = oPrn:nVertRes() / 72<br /> nCol = oPrn:nHorzRes() / 80<br /> PAGE<br /> // Imprimo un logo de la empresa para el carnet<br /> oPrn:SayBitmap(7,nCol*20,\"</span>LOGOCARN.BMP<span style=\"color: #ff0000;\">\",mtama5/5,mtama5/5)<br /> oPrn:SayBitmap(nRow*2,nCol*24,mfoto,mtama5+mtama5/3,mtama5)<br /> oPrn:Say(nRow*2,nCol*5,oApp:nomb_emp,oFont1)<br /> oPrn:Say(nRow*4,nCol*5,\"</span>Legajo Nro.:<span style=\"color: #ff0000;\">\"+STR((base)->codigo),oFont1)<br /> oPrn:Say(nRow*5,nCol*5,(base)->nombre,oFont1)<br /> oPrn:Say(nRow*6,nCol*5,\"</span>Categoria: <span style=\"color: #ff0000;\">\"+;<br /> IF(cate04->(DBSEEK((base)->categoria)),cate04->nombre,\"</span><span style=\"color: #ff0000;\">\"),oFont1)<br /> oPrn:Say(nRow*7,nCol*5,\"</span>Direccion: <span style=\"color: #ff0000;\">\"+(base)->direccion,oFont1)<br /> oPrn:Say(nRow*8,nCol*5,\"</span>D.N.I: <span style=\"color: #ff0000;\">\"+STR((base)->dni),oFont1)<br /> oPrn:Say(nRow*9,nCol*5,\"</span>Fecha Ingreso: <span style=\"color: #ff0000;\">\"+DTOC((base)->fechaing),oFont1)<br /> oPrn:Say(nRow*10,nCol*5,mbarra,oFont2)<br /> ENDPAGE<br />ENDPRINT<br />RELEASE FONT oFont1<br />RELEASE FONT oFont2<br />RETURN nil<br /><br />************************************<br />** Codigo de barra de un numero<br />STATIC FUNCTION CodigoBarra( x )<br />LOCAL i, bar := {}, j := 0, bar1 := {}, cBarr := \"</span><span style=\"color: #ff0000;\">\"<br /> FOR i := 48 TO 97<br /> AADD(bar ,CHR(i))<br /> AADD(bar1,STRTRAN(STR(j,2),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\"))<br /> j++<br /> NEXT i<br /> FOR i := 192 TO 241<br /> AADD(bar,CHR(i))<br /> AADD(bar1,STRTRAN(STR(j,2),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\"))<br /> j++<br /> NEXT i<br />FOR j := 1 TO LEN(x)-1 STEP 2<br /> i := ASCAN(bar1,SUBSTR(x,j,2))<br /> cBarr := cBarr + bar[i]<br />NEXT j<br />RETURN cBarr</span></div>[/code:3p3qt1ks]\nEspero te sirva!",
"time": "04:59",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "cmsoft"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"cmsoft\":1yxdamh2]Hola Adrian:\nPara la entrada de datos, no necesitas nada, ya que si elijes un scanner con emulador de teclado, lo que hace es emular que el usuario ingresa los dígitos que tiene el código de barras de la tarjeta personal del empleado.\nPara la impresión de las tarjetas con códigos de barras, lo mejor sería elegir un FONT Interleave 2 of 5, una tipografía que imprima códigos de barra. Entonces, lo que defines en un obtejo PRINTER es el font apropiado y listo.\nAca te dejo un ejemplo de impresión de carnet y la función que arma el código de barras\n[code=fw:1yxdamh2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />***********************************<br />** Emision de tarjeta personal<br /><span style=\"color: #B900B9;\">// base es la tabla de personal que viene como parametro</span><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> Tarjeta<span style=\"color: #000000;\">(</span>base<span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> oPrn, oFont1, oFont2, nCol, nRow, i, mfoto,;<br /> mbarra, mtama1, mtama2, mtama5<br /><span style=\"color: #B900B9;\">// Busco los tamños de letra para cada font en una </span><br /><span style=\"color: #B900B9;\">// tabla que guardo los valores </span><br />USE fuentes <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"datos\"</span> <span style=\"color: #00C800;\">NEW</span><br />mtama1 := datos->tama1<br />mtama2 := datos->tama2<br />mtama5 := datos->tama5<br />close datos<br /><span style=\"color: #B900B9;\">// La foto del empleado la tengo guardada en una </span><br /><span style=\"color: #B900B9;\">// carpeta FOTOS con el codigo de empleado completado con ceros</span><br />mfoto := <span style=\"color: #ff0000;\">\"FOTOS<span style=\"color: #000000;\">\\\"</span> + STRTRAN(STR((base)->codigo ,8),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\") + \"</span>.BMP<span style=\"color: #ff0000;\">\"<br />// El codigo de barras lo armo con la funcion CodigoBarra<br />// que arma el conjunto de pares que la tipografia puede <br />// mostrar (siempre tiene que ser par el nro de digitos)<br />// Los () de inicio y fin son necesarios para delimitar el codigo<br />mbarra := \"</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"+CodigoBarra( STRTRAN(STR((base)->codigo ,6),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\") )+\"</span><span style=\"color: #000000;\">)</span><span style=\"color: #ff0000;\">\"<br />// Defino los distintos tipos de letra<br /> DEFINE FONT oFont1 NAME \"</span>TAHOMA<span style=\"color: #ff0000;\">\" SIZE mtama1, mtama1*2<br /> DEFINE FONT oFont2 NAME \"</span>Interleaved 2of5 <span style=\"color: #0000ff;\">Text</span><span style=\"color: #ff0000;\">\" SIZE mtama4, mtama4*2<br />PRINT oPrn NAME \"</span>Tarjeta<span style=\"color: #ff0000;\">\" PREVIEW<br /> // Divido la hora en 72 lineas x 80 Columnas<br /> nRow = oPrn:nVertRes() / 72<br /> nCol = oPrn:nHorzRes() / 80<br /> PAGE<br /> // Imprimo un logo de la empresa para el carnet<br /> oPrn:SayBitmap(7,nCol*20,\"</span>LOGOCARN.BMP<span style=\"color: #ff0000;\">\",mtama5/5,mtama5/5)<br /> oPrn:SayBitmap(nRow*2,nCol*24,mfoto,mtama5+mtama5/3,mtama5)<br /> oPrn:Say(nRow*2,nCol*5,oApp:nomb_emp,oFont1)<br /> oPrn:Say(nRow*4,nCol*5,\"</span>Legajo Nro.:<span style=\"color: #ff0000;\">\"+STR((base)->codigo),oFont1)<br /> oPrn:Say(nRow*5,nCol*5,(base)->nombre,oFont1)<br /> oPrn:Say(nRow*6,nCol*5,\"</span>Categoria: <span style=\"color: #ff0000;\">\"+;<br /> IF(cate04->(DBSEEK((base)->categoria)),cate04->nombre,\"</span><span style=\"color: #ff0000;\">\"),oFont1)<br /> oPrn:Say(nRow*7,nCol*5,\"</span>Direccion: <span style=\"color: #ff0000;\">\"+(base)->direccion,oFont1)<br /> oPrn:Say(nRow*8,nCol*5,\"</span>D.N.I: <span style=\"color: #ff0000;\">\"+STR((base)->dni),oFont1)<br /> oPrn:Say(nRow*9,nCol*5,\"</span>Fecha Ingreso: <span style=\"color: #ff0000;\">\"+DTOC((base)->fechaing),oFont1)<br /> oPrn:Say(nRow*10,nCol*5,mbarra,oFont2)<br /> ENDPAGE<br />ENDPRINT<br />RELEASE FONT oFont1<br />RELEASE FONT oFont2<br />RETURN nil<br /><br />************************************<br />** Codigo de barra de un numero<br />STATIC FUNCTION CodigoBarra( x )<br />LOCAL i, bar := {}, j := 0, bar1 := {}, cBarr := \"</span><span style=\"color: #ff0000;\">\"<br /> FOR i := 48 TO 97<br /> AADD(bar ,CHR(i))<br /> AADD(bar1,STRTRAN(STR(j,2),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\"))<br /> j++<br /> NEXT i<br /> FOR i := 192 TO 241<br /> AADD(bar,CHR(i))<br /> AADD(bar1,STRTRAN(STR(j,2),\"</span> <span style=\"color: #ff0000;\">\",\"</span><span style=\"color: #000000;\">0</span><span style=\"color: #ff0000;\">\"))<br /> j++<br /> NEXT i<br />FOR j := 1 TO LEN(x)-1 STEP 2<br /> i := ASCAN(bar1,SUBSTR(x,j,2))<br /> cBarr := cBarr + bar[i]<br />NEXT j<br />RETURN cBarr</span></div>[/code:1yxdamh2]\nEspero te sirva![/quote:1yxdamh2]\n\n\nGracias cmsfot, por tu interes, entonces no es necesario tener la clase de barcode o barlib, que con eso es mas que suficiente, ahora en caso que no tuviera escaner con emulador de teclado, ahi si a fuerzas usaria la clase, segun yo supongo,de todas maneras no tengo escaner para hacer pruebas,espero conseguir uno prestado y a ver que sale .\n\nSaludos de antemano cmsoft, gracias de nuevo.\n\n<!-- e --><a href=\"mailto:[email protected]\">[email protected]</a><!-- e -->",
"time": "17:51",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-05-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"ACC69\":1h14prc3]Hola buenas tardes como estan, aqui de nuevo con una pregunta sencilla, o no tan sencilla.\nComo puedo validar el tiempo con 15 minutos de tolerancia, o convertir 15 minutos a hora time(), u otro metodo de funcion.\n\n1.- Por ejemplo en el sistema hora de entrada de empleado 9:00 am\n2.- En otro campo con 15 minutos de tolerancia...\n3.- [b:1h14prc3]O sumarle time + 15 minutos[/b:1h14prc3] y me de suma de 9:15 am, cual seria la instruccion y validar si time() > 9:15 am como ejemplo\n\nComo puedo validar despues de 9:16 am, me valide, MsgAlert(\"[b:1h14prc3]Retardo de entrada[/b:1h14prc3]\")...esta es la intruccion, pero no le hallo forma :\n\n[code=fw:1h14prc3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cEntr := <span style=\"color: #ff0000;\">\"9:00 am\"</span> <span style=\"color: #B900B9;\">// Variable dato en DBF como hora entrada Caracter // aqui validar su hora de entrada </span><br /> nTole := <span style=\"color: #000000;\">15</span> <span style=\"color: #B900B9;\">// variable dato en DBF 15 minutos de tolerancia Numerico // Aqui validar 15 minutos de tolerancia </span><br /><br /> <span style=\"color: #00C800;\">IF</span> TIME<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> > STR<span style=\"color: #000000;\">(</span>nTole<span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Aqui con la funcion TIME() \"9:16 am\" que ya se paso 15 minutos de tolerancia de entrada...</span><br /> MsgAlert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Retardo de entrada...\"</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span></div>[/code:1h14prc3]\n\nEspero sus comentarios, ejemplos, ayuda que me puedan ayudar con esta validacion u o condicion.\n\nSaludos .![/quote:1h14prc3]\n\nGracias solucionado la resta de horas y tolerancia de entrada.",
"time": "21:46",
"topic": "(Solucionado resta de horas) Como validar retardo ...",
"username": "ACC69"
}
] | (Solucionado resta de horas) Como validar retardo ... |
[
{
"date": "2014-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hola aqui de nuevo , con otra pregunta de lo mismo pero ahora , uniendo dos variables de campos en una sola columna se puede ?\n\nQuiero anidar o como se le dice la palabra correcta, unir dos campos en una sola columna o sea el ejemplo seria asi : [b:17mr8iya]TIPO+LTRIM(STR(NUMPOL,5))[/b:17mr8iya], para no crear dos columnas, Tipo Y Num Poliza. que sea en un solo campo COLUMNS como del ejemplo: se puede ?\n\n[code=fw:17mr8iya]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Poliza\"</span>,<span style=\"color: #ff0000;\">\"Cargo\"</span>,<span style=\"color: #ff0000;\">\"Abono\"</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"TIPO+LTRIM(STR(NUMPOL,5))\"</span>, <span style=\"color: #ff0000;\">\"SALCARG\"</span>, <span style=\"color: #ff0000;\">\"SALCRED\"</span> ;<br /> SIZES <span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">240</span>,<span style=\"color: #000000;\">75</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #000000;\">(</span>S08<span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">ALIAS</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// FOOTERS CELL AUTOCOLS</span></div>[/code:17mr8iya]\n\n\nThanks Nages\nGracias Nages .\n\nSaludos y buen dia.\n\nAtte: Adrian C. C.\n\nSolucionado de esta manera ! [b:17mr8iya]COLUMNS { || (S12)->A_TIPO+\" \"+LTRIM(STR((S12)->A_NUMPOL,5)) },\"A_FHAMOV\"[/b:17mr8iya], asi es como queria sin crear otra columna <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> , es una maravilla TXBrowse, que voy descubiendo poco a poco <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> ..!\n\n[code=fw:17mr8iya]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Póliza\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Fecha\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Concepto\"</span>,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Cargo\"</span> ,<span style=\"color: #ff0000;\">\"\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Abono\"</span> ,<span style=\"color: #ff0000;\">\"Fec.\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Captura\"</span>,<span style=\"color: #ff0000;\">\"Hora\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Captura\"</span> ;<br /> COLUMNS <span style=\"color: #000000;\">{</span> || <span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>->A_TIPO+<span style=\"color: #ff0000;\">\" \"</span>+LTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>->A_NUMPOL,<span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>,<span style=\"color: #ff0000;\">\"A_FHAMOV\"</span>,<span style=\"color: #ff0000;\">\"A_CONCEP\"</span>,<span style=\"color: #ff0000;\">\"A_TOTCARG\"</span>,<span style=\"color: #ff0000;\">\"A_TOTCRED\"</span>,<span style=\"color: #ff0000;\">\"FECALTA\"</span> ,<span style=\"color: #ff0000;\">\"REGHORA\"</span> ;<br /> SIZES <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">52</span>,<span style=\"color: #000000;\">239</span>,<span style=\"color: #000000;\">75</span>,<span style=\"color: #000000;\">75</span>,<span style=\"color: #000000;\">52</span>,<span style=\"color: #000000;\">50</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"@D\"</span>,<span style=\"color: #ff0000;\">\"@60\"</span>,<span style=\"color: #ff0000;\">\"@Z 999,999,999.99\"</span>,<span style=\"color: #ff0000;\">\"@Z 999,999,999.99\"</span>,<span style=\"color: #ff0000;\">\"@D\"</span>,<span style=\"color: #ff0000;\">\"@!\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #000000;\">(</span>S12<span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">ALIAS</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// FOOTERS CELL AUTOCOLS</span></div>[/code:17mr8iya]",
"time": "19:10",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "ACC69"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2014-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "\"TIPO+LTRIM(STR(NUMPOL,5))\" should work if TIPO and NUMPOL are field names. Better use expression like this instead of a codeblock.\n\nInstead of ALIAS (S08)->(ALIAS()) simply use ALIAS \"S08\"",
"time": "23:13",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "nageswaragunupudi"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2014-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":2gv1i77r]\"TIPO+LTRIM(STR(NUMPOL,5))\" should work if TIPO and NUMPOL are field names. Better use expression like this instead of a codeblock.\n\nInstead of ALIAS (S08)->(ALIAS()) simply use ALIAS \"S08\"[/quote:2gv1i77r]\n\nHello Nages, sorry my english...\n\nHola Nages, disculpame mi ingles, que no se escribir mucho al 100%.\n\nSi le cambio la forma del simple alias, el browse me muestra todo en blanco \ny me indica errores como este :\n\nLISTPOL.prg(697) Warning W0001 Ambiguous reference 'A_TIPO'\nLISTPOL.prg(697) Warning W0001 Ambiguous reference 'A_NUMPOL'\n\nYa que la variable alias , la llamo desde una variable, con la funcion de Abre_Dbf(12,12)\n\n[b:2gv1i77r]S12 := Abre_Dbf(12,12) // Abre: POLZxMxA.DBF[/b:2gv1i77r] .. Aqui abre la base de datos eligiendo la tabla 12 que es POLIZA.DBF y dentro de la misma funcion alias... Es por eso que tengo que declararla de esta manera :\n\nREDEFINE XBROWSE oBrw2 ID 102 OF oDlg ;\n HEADER \"Tipo\", \"Número\", \"Fecha\", \"Concepto\", \"Cargo\", \"Abono\",\"Fec. Captura\",\"Hora Captura\" ;\n FIELDS (S12)->A_TIPO, STR((S12)->A_NUMPOL,5), DTOC((S12)->A_FHAMOV), SUBS((S12)->A_CONCEP,1,45), ;\n TRANSF((S12)->A_TOTCARG,\"99,999,999.99\"), TRANSF((S12)->A_TOTCRED,\"99,999,999.99\"), ;\n DTOC((S12)->FECALTA), (S12)->REGHORA ;\n SIZES 26,42,52,225,75,75,70,70 ;\n [b:2gv1i77r]ALIAS (S12)->( ALIAS() )[/b:2gv1i77r] Solo asi me funciona y dentro del bloque , (S12)->CAMPO y muestra bien los datos \n\nO alguna sugerencia en mejorar mi codigo con el alias y el bloque ., le agradecere mucho . con tal de mejorar el codigo simple!\n\nSaludos Nages y gracias por tu interes.!\n\nAtte: Adrian C. C.",
"time": "23:40",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "ACC69"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2014-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please try this and see:\n[code=fw:191jyuc3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br />HEADER <span style=\"color: #ff0000;\">\"Tipo\"</span>, <span style=\"color: #ff0000;\">\"Número\"</span>, <span style=\"color: #ff0000;\">\"Fecha\"</span>, <span style=\"color: #ff0000;\">\"Concepto\"</span>, <span style=\"color: #ff0000;\">\"Cargo\"</span>, <span style=\"color: #ff0000;\">\"Abono\"</span>,<span style=\"color: #ff0000;\">\"Fec. Captura\"</span>,<span style=\"color: #ff0000;\">\"Hora Captura\"</span> ;<br />COLUMNS <span style=\"color: #ff0000;\">\"A_TIPO\"</span>, <span style=\"color: #ff0000;\">\"A_NUMPOL\"</span>, <span style=\"color: #ff0000;\">\"A_FHAMOV\"</span>, <span style=\"color: #ff0000;\">\"SUBSTR(A_CONCEP,1,45)\"</span>, ;<br /><span style=\"color: #ff0000;\">\"A_TOTCARG\"</span>, <span style=\"color: #ff0000;\">\"A_TOTCRED\"</span>, <span style=\"color: #ff0000;\">\"FECALTA\"</span>, <span style=\"color: #ff0000;\">\"REGHORA\"</span> ;<br /><span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S12\"</span></div>[/code:191jyuc3]",
"time": "23:58",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "nageswaragunupudi"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2014-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":3tb0fx0g]Please try this and see:\n[code=fw:3tb0fx0g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br />HEADER <span style=\"color: #ff0000;\">\"Tipo\"</span>, <span style=\"color: #ff0000;\">\"Número\"</span>, <span style=\"color: #ff0000;\">\"Fecha\"</span>, <span style=\"color: #ff0000;\">\"Concepto\"</span>, <span style=\"color: #ff0000;\">\"Cargo\"</span>, <span style=\"color: #ff0000;\">\"Abono\"</span>,<span style=\"color: #ff0000;\">\"Fec. Captura\"</span>,<span style=\"color: #ff0000;\">\"Hora Captura\"</span> ;<br />COLUMNS <span style=\"color: #ff0000;\">\"A_TIPO\"</span>, <span style=\"color: #ff0000;\">\"A_NUMPOL\"</span>, <span style=\"color: #ff0000;\">\"A_FHAMOV\"</span>, <span style=\"color: #ff0000;\">\"SUBSTR(A_CONCEP,1,45)\"</span>, ;<br /><span style=\"color: #ff0000;\">\"A_TOTCARG\"</span>, <span style=\"color: #ff0000;\">\"A_TOTCRED\"</span>, <span style=\"color: #ff0000;\">\"FECALTA\"</span>, <span style=\"color: #ff0000;\">\"REGHORA\"</span> ;<br /><span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S12\"</span></div>[/code:3tb0fx0g][/quote:3tb0fx0g]\n\nHola Ing. Nages, hice la prueba como usted me indico, efectivamente si muestra bien los datos,cuando son columnas normales de esta manera:\n\n[code=fw:3tb0fx0g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Seg\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Negocio\"</span>,<span style=\"color: #ff0000;\">\"Descripción\"</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"SEGNEG\"</span>, <span style=\"color: #ff0000;\">\"DESCRIP\"</span> ;<br /> SIZES <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">112</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"9999\"</span>, <span style=\"color: #ff0000;\">\"@S80\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S09\"</span></div>[/code:3tb0fx0g]\n\nPero cuando hay una funcion dentro o unificar dos campos en una sola columna como del mensaje anterior del ejemplo e incluyendo si hay una funcion como del que NivCta(CUENTAS) y la funcion SdoIni(), se pierden los datos o no muestra nada, como este codigo :\n\nY marca error : Sel_Cata.prg(52) Warning W0001 Ambiguous reference 'CUENTAS'\n\n[code=fw:3tb0fx0g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Cuenta\"</span>,<span style=\"color: #ff0000;\">\"Descripción\"</span>,<span style=\"color: #ff0000;\">\"Saldo Ant\"</span> ;<br /> COLUMNS <span style=\"color: #000000;\">{</span> || Ext_xNiv<span style=\"color: #000000;\">(</span>CUENTAS<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, <span style=\"color: #ff0000;\">\"DESCRIP\"</span>, <span style=\"color: #000000;\">{</span> || Sdoini<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> SIZES <span style=\"color: #000000;\">114</span>, <span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">80</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"@!\"</span>, <span style=\"color: #ff0000;\">\"@S50\"</span>,<span style=\"color: #ff0000;\">\"\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S08\"</span><br /> </div>[/code:3tb0fx0g]\n\nEs por eso la necedad de usar (S08)->CUENTAS ó al menos que sea mi version que es 10.6\n\nCualquier solucion sera bienvenida.\n\n\nSaludos Ing. Nages .\n\nAtte: Adrian C. C.",
"time": "01:44",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "ACC69"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2014-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ACC69\":3ap73tuk][quote=\"nageswaragunupudi\":3ap73tuk]Please try this and see:\n[code=fw:3ap73tuk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br />HEADER <span style=\"color: #ff0000;\">\"Tipo\"</span>, <span style=\"color: #ff0000;\">\"Número\"</span>, <span style=\"color: #ff0000;\">\"Fecha\"</span>, <span style=\"color: #ff0000;\">\"Concepto\"</span>, <span style=\"color: #ff0000;\">\"Cargo\"</span>, <span style=\"color: #ff0000;\">\"Abono\"</span>,<span style=\"color: #ff0000;\">\"Fec. Captura\"</span>,<span style=\"color: #ff0000;\">\"Hora Captura\"</span> ;<br />COLUMNS <span style=\"color: #ff0000;\">\"A_TIPO\"</span>, <span style=\"color: #ff0000;\">\"A_NUMPOL\"</span>, <span style=\"color: #ff0000;\">\"A_FHAMOV\"</span>, <span style=\"color: #ff0000;\">\"SUBSTR(A_CONCEP,1,45)\"</span>, ;<br /><span style=\"color: #ff0000;\">\"A_TOTCARG\"</span>, <span style=\"color: #ff0000;\">\"A_TOTCRED\"</span>, <span style=\"color: #ff0000;\">\"FECALTA\"</span>, <span style=\"color: #ff0000;\">\"REGHORA\"</span> ;<br /><span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S12\"</span></div>[/code:3ap73tuk][/quote:3ap73tuk]\n\nHola Ing. Nages, hice la prueba como usted me indico, efectivamente si muestra bien los datos,cuando son columnas normales de esta manera:\n\n[code=fw:3ap73tuk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Seg\"</span>+CRLF+<span style=\"color: #ff0000;\">\"Negocio\"</span>,<span style=\"color: #ff0000;\">\"Descripción\"</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"SEGNEG\"</span>, <span style=\"color: #ff0000;\">\"DESCRIP\"</span> ;<br /> SIZES <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">112</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"9999\"</span>, <span style=\"color: #ff0000;\">\"@S80\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S09\"</span></div>[/code:3ap73tuk]\n\nPero cuando hay una funcion dentro o unificar dos campos en una sola columna como del mensaje anterior del ejemplo e incluyendo si hay una funcion como del que NivCta(CUENTAS) y la funcion SdoIni(), se pierden los datos o no muestra nada, como este codigo :\n\nY marca error : Sel_Cata.prg(52) Warning W0001 Ambiguous reference 'CUENTAS'\n\n[code=fw:3ap73tuk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oSBrw <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oSDlg ;<br /> HEADERS <span style=\"color: #ff0000;\">\"Cuenta\"</span>,<span style=\"color: #ff0000;\">\"Descripción\"</span>,<span style=\"color: #ff0000;\">\"Saldo Ant\"</span> ;<br /> COLUMNS <span style=\"color: #000000;\">{</span> || Ext_xNiv<span style=\"color: #000000;\">(</span>CUENTAS<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, <span style=\"color: #ff0000;\">\"DESCRIP\"</span>, <span style=\"color: #000000;\">{</span> || Sdoini<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> SIZES <span style=\"color: #000000;\">114</span>, <span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">80</span> ;<br /> PICTURES <span style=\"color: #ff0000;\">\"@!\"</span>, <span style=\"color: #ff0000;\">\"@S50\"</span>,<span style=\"color: #ff0000;\">\"\"</span> ;<br /> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"S08\"</span><br /> </div>[/code:3ap73tuk]\n\nEs por eso la necedad de usar (S08)->CUENTAS ó al menos que sea mi version que es 10.6\n\nCualquier solucion sera bienvenida.\n\n\nSaludos Ing. Nages .\n\nAtte: Adrian C. C.[/quote:3ap73tuk]\n\n\nHola Ing. Nages , si hizo usted la prueba incrustando la funcion y anidando dos variables de campos ? y que vea su comportamiento del browse ? como le repito,con las columnas normales muestra bien los datos, pero si hay funcion como del ejemplo anterior y anidar dos variables de campos en una sola columna, se pierde los datos.\n\nAlgun ejemplo y solucion y mejorar el browse a mi codigo.!\n\nSaludos y buen dia Nages.!\n\nAtte: Adrian C. C.",
"time": "18:48",
"topic": "(Solucionado) Unir dos campos en COLUMNS",
"username": "ACC69"
}
] | (Solucionado) Unir dos campos en COLUMNS |
[
{
"date": "2020-01-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo el siguiente código\n[code=fw:17qk0bsz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> oMae:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> nLoguin # <span style=\"color: #000000;\">10</span><br /> oMae:<span style=\"color: #000000;\">setfilter</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"vendedor = oApp:nloguin\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> oMae:<span style=\"color: #000000;\">gotop</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oMae:<span style=\"color: #000000;\">beof</span> := <span style=\"color: #000000;\">{</span>|| <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">}</span><br /> AAdd<span style=\"color: #000000;\">(</span> aObj, oMae <span style=\"color: #000000;\">)</span><br /> finarch<span style=\"color: #000000;\">(</span> aObj <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">define</span> <span style=\"color: #0000ff;\">ICON</span> surge <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"icomega\"</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"DIALOG_2\"</span> <span style=\"color: #0000ff;\">ICON</span> surge<br /> oDlg:<span style=\"color: #000000;\">cCaption</span> := <span style=\"color: #ff0000;\">\"Clientes\"</span><br /> oDlg:<span style=\"color: #000000;\">bgotfocus</span> := <span style=\"color: #000000;\">{</span>|| oMae:<span style=\"color: #0000ff;\">activate</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> SPLITTER oSplit<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">COLOR</span> rgb<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">of</span> oDlg<br /> <span style=\"color: #0000ff;\">REDEFINE</span> SPLITTER oSplit<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">111</span> <span style=\"color: #0000ff;\">COLOR</span> rgb<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">of</span> oDlg<br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">xbrowse</span> oLbx;<br /> COLUMNS Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NCLI <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// Campos que contendr </span><br /> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NAPE <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// el TBrowse.</span><br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->Domi, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->LOCA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->PCIA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->TELE, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->CUIT, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->IVA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->RUBRO, ;<br /> Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->VENDEDOR <span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">ON</span> DBLCLICK CLIENTES<span style=\"color: #000000;\">(</span> oLbx, .F., oMae, oMemos, oDomcli, oClitrans, oVend, <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->ncli <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oDlg;<br /> HEADERS <span style=\"color: #ff0000;\">\"Código\"</span>, <span style=\"color: #ff0000;\">\"Cliente\"</span>, <span style=\"color: #ff0000;\">\"Domicilio\"</span>, <span style=\"color: #ff0000;\">\"Localidad\"</span>, <span style=\"color: #ff0000;\">\"Provincia\"</span>, ;<br /> <span style=\"color: #ff0000;\">\"Telefono\"</span>, <span style=\"color: #ff0000;\">\"Cuit\"</span>, <span style=\"color: #ff0000;\">\"Iva\"</span>, <span style=\"color: #ff0000;\">\"Rubro\"</span>, <span style=\"color: #ff0000;\">\"Vendedor\"</span>;<br /> COLSIZES <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">210</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">160</span>, <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">180</span>, <span style=\"color: #000000;\">60</span><br /><br /> WITH OBJECT oLbx<br /> :<span style=\"color: #000000;\">nMarqueeStyle</span> := <span style=\"color: #000000;\">4</span><br /> :<span style=\"color: #000000;\">nColDividerStyle</span> := LINESTYLE_BLACK<br /> :<span style=\"color: #000000;\">nStretchCol</span> := STRETCHCOL_LAST<br /> :<span style=\"color: #000000;\">lColDividerComplete</span> := .F.<br /> :<span style=\"color: #000000;\">l2010</span> := .T.<br /> :<span style=\"color: #000000;\">lAllowColHiding</span> := .F.<br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .T.<br /> :<span style=\"color: #000000;\">lSeekWild</span> := .t.<br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .t.<br /> <span style=\"color: #B900B9;\">//:bKeyDown := {| nKey | If( nKey == K_ENTER, ( FCHOFER( oLbx, .f.,oCho),oDlg:end()), ) }</span><br /> :<span style=\"color: #000000;\">nRowDividerStyle</span> :=<span style=\"color: #000000;\">2</span><br /> :<span style=\"color: #000000;\">nColDividerStyle</span> :=<span style=\"color: #000000;\">2</span><br /> END WITH<br /><br />etc etc<br /><br /><br /> </div>[/code:17qk0bsz]",
"time": "00:49",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-01-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Perdón \n[code=fw:2vx7lcqu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> oMae:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> nLoguin # <span style=\"color: #000000;\">10</span><br /> oMae:<span style=\"color: #000000;\">setfilter</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"vendedor = oApp:nloguin\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> oMae:<span style=\"color: #000000;\">gotop</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oMae:<span style=\"color: #000000;\">beof</span> := <span style=\"color: #000000;\">{</span>|| <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">}</span><br /> AAdd<span style=\"color: #000000;\">(</span> aObj, oMae <span style=\"color: #000000;\">)</span><br /> finarch<span style=\"color: #000000;\">(</span> aObj <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">define</span> <span style=\"color: #0000ff;\">ICON</span> surge <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"icomega\"</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"DIALOG_2\"</span> <span style=\"color: #0000ff;\">ICON</span> surge<br /> oDlg:<span style=\"color: #000000;\">cCaption</span> := <span style=\"color: #ff0000;\">\"Clientes\"</span><br /> oDlg:<span style=\"color: #000000;\">bgotfocus</span> := <span style=\"color: #000000;\">{</span>|| oMae:<span style=\"color: #0000ff;\">activate</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> SPLITTER oSplit<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">COLOR</span> rgb<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">of</span> oDlg<br /> <span style=\"color: #0000ff;\">REDEFINE</span> SPLITTER oSplit<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">111</span> <span style=\"color: #0000ff;\">COLOR</span> rgb<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">of</span> oDlg<br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">xbrowse</span> oLbx;<br /> COLUMNS Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NCLI <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// Campos que contendr </span><br /> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NAPE <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// el TBrowse.</span><br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->Domi, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->LOCA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->PCIA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->TELE, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->CUIT, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->IVA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->RUBRO, ;<br /> Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->VENDEDOR <span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">ON</span> DBLCLICK CLIENTES<span style=\"color: #000000;\">(</span> oLbx, .F., oMae, oMemos, oDomcli, oClitrans, oVend, <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->ncli <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oDlg;<br /> HEADERS <span style=\"color: #ff0000;\">\"Código\"</span>, <span style=\"color: #ff0000;\">\"Cliente\"</span>, <span style=\"color: #ff0000;\">\"Domicilio\"</span>, <span style=\"color: #ff0000;\">\"Localidad\"</span>, <span style=\"color: #ff0000;\">\"Provincia\"</span>, ;<br /> <span style=\"color: #ff0000;\">\"Telefono\"</span>, <span style=\"color: #ff0000;\">\"Cuit\"</span>, <span style=\"color: #ff0000;\">\"Iva\"</span>, <span style=\"color: #ff0000;\">\"Rubro\"</span>, <span style=\"color: #ff0000;\">\"Vendedor\"</span>;<br /> COLSIZES <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">210</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">160</span>, <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">180</span>, <span style=\"color: #000000;\">60</span><br /><br /> WITH OBJECT oLbx<br /> :<span style=\"color: #000000;\">nMarqueeStyle</span> := <span style=\"color: #000000;\">4</span><br /> :<span style=\"color: #000000;\">nColDividerStyle</span> := LINESTYLE_BLACK<br /> :<span style=\"color: #000000;\">nStretchCol</span> := STRETCHCOL_LAST<br /> :<span style=\"color: #000000;\">lColDividerComplete</span> := .F.<br /> :<span style=\"color: #000000;\">l2010</span> := .T.<br /> :<span style=\"color: #000000;\">lAllowColHiding</span> := .F.<br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .T.<br /> :<span style=\"color: #000000;\">lSeekWild</span> := .t.<br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .t.<br /> <span style=\"color: #B900B9;\">//:bKeyDown := {| nKey | If( nKey == K_ENTER, ( FCHOFER( oLbx, .f.,oCho),oDlg:end()), ) }</span><br /> :<span style=\"color: #000000;\">nRowDividerStyle</span> :=<span style=\"color: #000000;\">2</span><br /> :<span style=\"color: #000000;\">nColDividerStyle</span> :=<span style=\"color: #000000;\">2</span><br /> END WITH<br /><br />etc etc<br /><br /><span style=\"color: #00C800;\">FUNCTION</span> clientes<span style=\"color: #000000;\">(</span> olbx, lnuevo, oMae, oMemos, oDomcli, oClitrans, oVend, nclia <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> oDlgCli <span style=\"color: #B900B9;\">// Objeto que contendr la Caja de Di logo.</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aivaa := tipoiva<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> ivaa := <span style=\"color: #ff0000;\">\"Inscripto\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> lSalvar := .F.<br /> <span style=\"color: #00C800;\">LOCAL</span> nRecno := <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">calias</span> <span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> RecNo<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oData<br /> <span style=\"color: #00C800;\">LOCAL</span> oRadio, norden, titu<br /> <span style=\"color: #00C800;\">LOCAL</span> oNcli<br /> <span style=\"color: #00C800;\">LOCAL</span> oCedr<br /> <span style=\"color: #00C800;\">LOCAL</span> oRubr<br /> <span style=\"color: #00C800;\">LOCAL</span> oNape<br /> <span style=\"color: #00C800;\">LOCAL</span> oDomi<br /> <span style=\"color: #00C800;\">LOCAL</span> oLoca<br /> <span style=\"color: #00C800;\">LOCAL</span> oCpos<br /> <span style=\"color: #00C800;\">LOCAL</span> oTele<br /> <span style=\"color: #00C800;\">LOCAL</span> oCuit<br /> <span style=\"color: #00C800;\">LOCAL</span> oNtro<br /> <span style=\"color: #00C800;\">LOCAL</span> oVtocedro<br /> <span style=\"color: #00C800;\">LOCAL</span> oAte<br /> <span style=\"color: #00C800;\">LOCAL</span> oSaldo<br /> <span style=\"color: #00C800;\">LOCAL</span> oConsigna<br /> <span style=\"color: #00C800;\">LOCAL</span> oProm<br /> <span style=\"color: #00C800;\">LOCAL</span> oVen<br /> <span style=\"color: #00C800;\">LOCAL</span> oPercibe, oRetiene, oSplit1<br /> <span style=\"color: #00C800;\">LOCAL</span> nBut := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aPciaa := provin<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aPciadgi := DGIPROV<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> pciaa := <span style=\"color: #ff0000;\">\"Ciudad autónoma\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cPla := <span style=\"color: #ff0000;\">\"Contado\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oMem, oMem1, oMem2, oCufe<br /> <span style=\"color: #00C800;\">LOCAL</span> oNroib<br /> <span style=\"color: #00C800;\">LOCAL</span> oInv, surge<br /> <span style=\"color: #00C800;\">LOCAL</span> oChex := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">11</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oFold<br /> <span style=\"color: #00C800;\">LOCAL</span> cDato := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cDeposito := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cOficina := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aplazos := <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Pago Anticipado\"</span>,<span style=\"color: #ff0000;\">\"Contado\"</span>, <span style=\"color: #ff0000;\">\"7 Días f/f\"</span>, <span style=\"color: #ff0000;\">\"7 Días c/val\"</span>, <span style=\"color: #ff0000;\">\"10 Días\"</span>, <span style=\"color: #ff0000;\">\"10 Días C/Val\"</span>, <span style=\"color: #ff0000;\">\"15 Días\"</span>, <span style=\"color: #ff0000;\">\"15 Días C/val\"</span>, <span style=\"color: #ff0000;\">\"21 Días f/f\"</span>, <span style=\"color: #ff0000;\">\"21 Días c/val\"</span>, ;<br /> <span style=\"color: #ff0000;\">\"30 Días f/f\"</span>, <span style=\"color: #ff0000;\">\"30 Días c/val\"</span>, <span style=\"color: #ff0000;\">\"45 Días f/f\"</span>, <span style=\"color: #ff0000;\">\"45 Días c/val\"</span>, ;<br /> <span style=\"color: #ff0000;\">\"60 Días f/f\"</span>, <span style=\"color: #ff0000;\">\"60 Días c/val\"</span>, <span style=\"color: #ff0000;\">\"90 días\"</span>, <span style=\"color: #ff0000;\">\"90 días c/val\"</span>, <span style=\"color: #ff0000;\">\"120 días\"</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aConvenio := <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Local\"</span>, <span style=\"color: #ff0000;\">\"Multilateral\"</span>, <span style=\"color: #ff0000;\">\"Local Simplificado\"</span>,<span style=\"color: #ff0000;\">\"No Inscripto\"</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cConvenio := <span style=\"color: #ff0000;\">\"Local\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> nvendedor := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cConiva := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cCongan := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cConmono := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oCos := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oCombo := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oBrw, oBrw1<br /> <span style=\"color: #00C800;\">LOCAL</span> oHasedro<br /> <span style=\"color: #00C800;\">LOCAL</span> oMail, oBcc, oCC<br /> <span style=\"color: #00C800;\">LOCAL</span> oDolar<br /> <span style=\"color: #00C800;\">LOCAL</span> aDolar := <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Libre\"</span>, <span style=\"color: #ff0000;\">\"30 días\"</span>, <span style=\"color: #ff0000;\">\"45 días\"</span>, <span style=\"color: #ff0000;\">\"60 días\"</span>, <span style=\"color: #ff0000;\">\"90 días\"</span>, <span style=\"color: #ff0000;\">\"120 días\"</span>, <span style=\"color: #ff0000;\">\"150 días\"</span>, <span style=\"color: #ff0000;\">\"Nación\"</span>, <span style=\"color: #ff0000;\">\"Especial\"</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cDolar := <span style=\"color: #ff0000;\">\"Libre\"</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oSay<br /> <span style=\"color: #00C800;\">LOCAL</span> aConstancia := <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Activo\"</span>, <span style=\"color: #ff0000;\">\"No Inscripto\"</span>, <span style=\"color: #ff0000;\">\"Exento\"</span>, <span style=\"color: #ff0000;\">\"No Alcanzado\"</span>, <span style=\"color: #ff0000;\">\"Exento no alcanzado\"</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oFont1<br /> <span style=\"color: #00C800;\">LOCAL</span> oVtopercibe<br /> <span style=\"color: #00C800;\">LOCAL</span> lvercuit := .F. <span style=\"color: #B900B9;\">//doy como inválido el número de cuit</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oPeret := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oCosafip<br /> <span style=\"color: #00C800;\">LOCAL</span> aCobro := Array<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">6</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aGetcobro := Array<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> aFlds<br /> <span style=\"color: #00C800;\">LOCAL</span> lNewcobro := .T.<br /> <span style=\"color: #00C800;\">LOCAL</span> aDomCob<br /> <span style=\"color: #00C800;\">LOCAL</span> lcobro := .f.<br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">]</span> := Date<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span> := Space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">40</span><span style=\"color: #000000;\">)</span><br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">]</span> := CToD<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\" \"</span> <span style=\"color: #000000;\">)</span><br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">]</span> := Space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">70</span> <span style=\"color: #000000;\">)</span><br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">]</span> := Space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">50</span><span style=\"color: #000000;\">)</span><br /> aCobro<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">6</span><span style=\"color: #000000;\">]</span> := Space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">40</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">// default napea := \"\"</span><br /><br /> <span style=\"color: #00C800;\">IF</span> !pasaje<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"hasedro\"</span> <span style=\"color: #000000;\">)</span>;RETURN <span style=\"color: #00C800;\">nil</span>;ENDIF<br /> DATABASE oHasedro<br /><br /> <span style=\"color: #00C800;\">DEFAULT</span> lnuevo := .F.<br /><br /><br /><br /> oMae:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span><br /> oMae:<span style=\"color: #000000;\">seek</span><span style=\"color: #000000;\">(</span>nclia<span style=\"color: #000000;\">)</span><br /> oData := oClone<span style=\"color: #000000;\">(</span> oMae <span style=\"color: #000000;\">)</span><br /> oMae:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">IF</span> lnuevo<br /> iif<span style=\"color: #000000;\">(</span> !Empty<span style=\"color: #000000;\">(</span> olbx <span style=\"color: #000000;\">)</span>, orden<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">2</span>,olbx,oMae <span style=\"color: #000000;\">)</span>, oMae:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> oMae:<span style=\"color: #000000;\">gobottom</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> nclia := oData:<span style=\"color: #000000;\">ncli</span><br /> nvendedor := <span style=\"color: #000000;\">0</span><br /> iif<span style=\"color: #000000;\">(</span> !Empty<span style=\"color: #000000;\">(</span> olbx <span style=\"color: #000000;\">)</span>, orden<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span>,olbx,oData <span style=\"color: #000000;\">)</span>, oData:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> oData:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> titu := <span style=\"color: #ff0000;\">\"Nuevo Cliente\"</span><br /> oData:<span style=\"color: #000000;\">blank</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oData:<span style=\"color: #000000;\">ti</span> = <span style=\"color: #ff0000;\">\"01\"</span><br /> oData:<span style=\"color: #000000;\">ncli</span> := nclia + <span style=\"color: #000000;\">1</span><br /> oData:<span style=\"color: #000000;\">pcia</span> := <span style=\"color: #ff0000;\">\"Ciudad autónoma\"</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /><br /> <span style=\"color: #00C800;\">IF</span> oMemos:<span style=\"color: #000000;\">seek</span><span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span> <span style=\"color: #000000;\">)</span><br /> cDato := oMemos:<span style=\"color: #000000;\">informe</span><br /> cDeposito := oMemos:<span style=\"color: #000000;\">deposito</span><br /> cOficina := oMemos:<span style=\"color: #000000;\">oficina</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #B900B9;\">// oData:goto( nRecno )</span><br /> <span style=\"color: #B900B9;\">//oData:load()</span><br /> <span style=\"color: #00C800;\">IF</span> !Empty<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">tipoib</span> <span style=\"color: #000000;\">)</span><br /> cConvenio := aConvenio<span style=\"color: #000000;\">[</span> oData:<span style=\"color: #000000;\">tipoib</span> <span style=\"color: #000000;\">]</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">IF</span> !Empty<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">dolar</span> <span style=\"color: #000000;\">)</span><br /> cDolar := aDolar<span style=\"color: #000000;\">[</span> oData:<span style=\"color: #000000;\">dolar</span> <span style=\"color: #000000;\">]</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> cConiva := vercond<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">constiva</span> <span style=\"color: #000000;\">)</span><br /> cCongan := vercond<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">constgan</span> <span style=\"color: #000000;\">)</span><br /> cConmono := vercond<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">constmono</span> <span style=\"color: #000000;\">)</span><br /> nclia := oData:<span style=\"color: #000000;\">ncli</span><br /> aDomCob := NEWADRESS<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span>, aPciaa, oDomcli,, .T. <span style=\"color: #000000;\">)</span><br /><br /> ivaa := oData:<span style=\"color: #000000;\">iva</span><br /> cPla := oData:<span style=\"color: #000000;\">plazo</span><br /> titu := <span style=\"color: #ff0000;\">\"Modificar Cliente\"</span><br /> nvendedor := oData:<span style=\"color: #000000;\">vendedor</span><br /> <span style=\"color: #00C800;\">IF</span> ValType<span style=\"color: #000000;\">(</span> oCobro <span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\"O\"</span><br /> oCobro:<span style=\"color: #000000;\">setfilter</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ncli == \"</span> + Str<span style=\"color: #000000;\">(</span> nclia <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> oCobro:<span style=\"color: #000000;\">gotop</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> !Empty<span style=\"color: #000000;\">(</span>oCobro:<span style=\"color: #000000;\">ncli</span><span style=\"color: #000000;\">)</span><br /> lcobro := .t.<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> oData:<span style=\"color: #000000;\">setorder</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><br /> oHasedro:<span style=\"color: #000000;\">gotop</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><br /> oHasedro:<span style=\"color: #000000;\">setfilter</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"ncli == \"</span> + Str<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 <span style=\"color: #0000ff;\">NAME</span> GetSysFont<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-14</span> bold<br /><br /><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlgCli <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"FOLD_CLI\"</span> <span style=\"color: #0000ff;\">ICON</span> surge<br /><br /><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> FOLDEREX oFold <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">oF</span> oDlgCli ;<br /> <span style=\"color: #0000ff;\">PROMPTS</span> <span style=\"color: #ff0000;\">\"General\"</span>, <span style=\"color: #ff0000;\">\"Impuestos\"</span>, <span style=\"color: #ff0000;\">\"Sedronar\"</span>, <span style=\"color: #ff0000;\">\"Datos\"</span>, <span style=\"color: #ff0000;\">\"Cobranza\"</span>;<br /> <span style=\"color: #0000ff;\">BITMAPS</span> <span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"\"</span>,IIF<span style=\"color: #000000;\">(</span>lcobro,<span style=\"color: #ff0000;\">\"B_ACEPTAR\"</span>,<span style=\"color: #ff0000;\">\"\"</span><span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">DIALOGS</span> <span style=\"color: #ff0000;\">\"fold_cli1\"</span>, <span style=\"color: #ff0000;\">\"fold_cli2\"</span>, <span style=\"color: #ff0000;\">\"fold_cli3\"</span>, <span style=\"color: #ff0000;\">\"fold_cli4\"</span>, <span style=\"color: #ff0000;\">\"fold_cli5\"</span>;<br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> URLLINK <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">400</span> URL <span style=\"color: #ff0000;\">\"www.afip.gov.ar\"</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> ;<br /> TOOLTIP <span style=\"color: #ff0000;\">\"Sitio oficial AFIP\"</span> <span style=\"color: #0000ff;\">font</span> oFont1<br /><br /> oDlgCli:<span style=\"color: #000000;\">bgotfocus</span> := <span style=\"color: #000000;\">{</span>|| oData:<span style=\"color: #0000ff;\">activate</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oNcli <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">ncli</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oNape <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">nape</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">107</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">nape</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oDomi <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">domi</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">108</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">domi</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oLoca <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">LOCA</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">109</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">loca</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oCpos <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cpos</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">118</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">cpos</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCombo<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">pcia</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">items</span> aPciaa <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span>;<br /> <span style=\"color: #0000ff;\">valid</span> <span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">nropcia</span> := <span style=\"color: #000000;\">(</span> AScan<span style=\"color: #000000;\">(</span>aPciaa, pciaa <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">-1</span> <span style=\"color: #000000;\">)</span>, oData:<span style=\"color: #000000;\">pciadgi</span> := <span style=\"color: #000000;\">(</span> AScan<span style=\"color: #000000;\">(</span>aPciadgi, pciaa <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">-1</span> <span style=\"color: #000000;\">)</span>, .T. <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oTele <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">tele</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">120</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">tele</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oCuit <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cuit</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"99-99999999-9\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">113</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span>;<br /> <span style=\"color: #0000ff;\">VALID</span> <span style=\"color: #000000;\">(</span> lvercuit := altacuit<span style=\"color: #000000;\">(</span> oData, lnuevo, <span style=\"color: #ff0000;\">\"maeclie\"</span>, oDlgCli <span style=\"color: #000000;\">)</span>, actuacons<span style=\"color: #000000;\">(</span> oData,@cConiva, @cCongan, @cConmono, oCos, oPeret <span style=\"color: #000000;\">)</span>, lvercuit <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oConsigna <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">lconsigna</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">112</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oRubr <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">rubro</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">111</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oMail <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">200</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"BT_MAIL\"</span> <span style=\"color: #0000ff;\">ACTION</span> correo<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #0000ff;\">mail</span>, oData:<span style=\"color: #000000;\">cc</span>, oData:<span style=\"color: #000000;\">bcc</span> <span style=\"color: #000000;\">)</span> NOBORDER TOOLTIP <span style=\"color: #ff0000;\">\"Enviar mail\"</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oCosafip <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">202</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"LUPITA\"</span> <span style=\"color: #0000ff;\">ACTION</span> consaltafip<span style=\"color: #000000;\">(</span> oData, oDlgCli <span style=\"color: #000000;\">)</span> NOBORDER TOOLTIP <span style=\"color: #ff0000;\">\"Consultar datos registrados en afip\"</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oVen <span style=\"color: #0000ff;\">VAR</span> nvendedor <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">117</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> ;<br /> <span style=\"color: #0000ff;\">VALID</span> iif<span style=\"color: #000000;\">(</span> oApp:<span style=\"color: #000000;\">nloguin</span> = <span style=\"color: #000000;\">10</span>, .T., <span style=\"color: #000000;\">(</span> nohay<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,nvendedor := oData:<span style=\"color: #000000;\">vendedor</span>, oVen:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, .T. <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCombo<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> ivaa <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">116</span> <span style=\"color: #0000ff;\">items</span> aivaa <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">valid</span> <span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ti</span> := StrZero<span style=\"color: #000000;\">(</span> AScan<span style=\"color: #000000;\">(</span>aivaa,ivaa <span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span>, .T. <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">121</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ACTION</span> AGRTRAN<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span>, oClitrans <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oAte <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">ate</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">128</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">127</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ACTION</span> NEWADRESS<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span>, aPciaa, oDomcli <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCos<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> cConiva <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">114</span> <span style=\"color: #0000ff;\">ITEMS</span> aConstancia <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">change</span><span style=\"color: #000000;\">(</span> grabcons<span style=\"color: #000000;\">(</span> cConiva <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//grabcons solamente para que en harbour pase bien la variable</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCos<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> cCongan <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">115</span> <span style=\"color: #0000ff;\">ITEMS</span> aConstancia <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">(</span> grabcons<span style=\"color: #000000;\">(</span> cCongan <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCos<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> cConmono <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">119</span> <span style=\"color: #0000ff;\">ITEMS</span> aConstancia <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">(</span> grabcons<span style=\"color: #000000;\">(</span> cConmono <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">lexporta</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">500</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span>;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">CHANGE</span> <span style=\"color: #000000;\">(</span> oSay:<span style=\"color: #000000;\">settext</span><span style=\"color: #000000;\">(</span> iif<span style=\"color: #000000;\">(</span>oData:<span style=\"color: #000000;\">lexporta</span>,<span style=\"color: #ff0000;\">\"País\"</span>,<span style=\"color: #ff0000;\">\"Localidad\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>, oSay:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">11</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">lfaccre</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">145</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">201</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"b_AFIP\"</span> <span style=\"color: #0000ff;\">ACTION</span> consafip<span style=\"color: #000000;\">(</span> oData, .T. <span style=\"color: #000000;\">)</span> tooltip <span style=\"color: #ff0000;\">\"Clientes nuevos\"</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">SAY</span> oSay <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">501</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">fibcapin</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@d\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">146</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">fibcapvt</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@d\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">147</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCombo<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> cPla <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">126</span> <span style=\"color: #0000ff;\">items</span> aplazos <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">percibe</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">130</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">vtoper</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@d\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">134</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">retiene</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">131</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oSaldo <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">saldo</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999,999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">114</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oProm <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">promedio</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">115</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cobro</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">103</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">Ingbruto</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">124</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">facdol</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">125</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">remito</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">112</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">when</span> <span style=\"color: #000000;\">(</span> oApp:<span style=\"color: #000000;\">nloguin</span> = <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">difcam</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">132</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">ibcapital</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">133</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">agreccap</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">135</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">9</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">ibjurcap</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">136</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChex<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">sinleyenda</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">145</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCombo<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> cConvenio <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">141</span> <span style=\"color: #0000ff;\">items</span> aConvenio <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">percap</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">104</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPeret<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">retcap</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@e 999.99\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">105</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oNroib <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">nroibruto</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"xxxxxxxxxxxxxx\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">140</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #0000ff;\">VALID</span> CampoNoVacio<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">nroibruto</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oDolar <span style=\"color: #0000ff;\">VAR</span> cDolar <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">items</span> aDolar <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oCedr <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cedronar</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oVtocedro <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">vtocedro</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oInv <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">inv</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">103</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> SPLITTER oSplit1 <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">107</span> <span style=\"color: #0000ff;\">COLOR</span> rgb<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span>, <span style=\"color: #000000;\">234</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> _3DLOOK<br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oCufe <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cufe</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">108</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">LISTBOX</span> oBrw FIELDS Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oHasedro:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->codigo, <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">(</span> oHasedro:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->producto <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">104</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span><br /><br /> oBrw:<span style=\"color: #000000;\">aheaders</span> := <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Código\"</span>, <span style=\"color: #ff0000;\">\"Producto\"</span> <span style=\"color: #000000;\">}</span><br /> oBrw:<span style=\"color: #000000;\">aColSizes</span> := <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">210</span> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #B900B9;\">//oBrw:bSkip = {| nRecs | oHasedro:Skipper( nRecs ) }</span><br /> oBrw:<span style=\"color: #000000;\">nLineStyle</span> := <span style=\"color: #000000;\">3</span><br /><br /> oBrw:<span style=\"color: #000000;\">nClrBackFocus</span> := CLR_CYAN<br /> oBrw:<span style=\"color: #000000;\">nClrForeFocus</span> := CLR_WHITE<br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">105</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ACTION</span> fsedron<span style=\"color: #000000;\">(</span> oBrw, oHasedro, oData:<span style=\"color: #000000;\">ncli</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ACTION</span> borro<span style=\"color: #000000;\">(</span> oBrw, oHasedro, nRecno, oData <span style=\"color: #000000;\">)</span><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oMem <span style=\"color: #0000ff;\">VAR</span> cDato MEMO <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span>;<br /> <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #ff0000;\">\"Datos varios del cliente\"</span> <span style=\"color: #0000ff;\">UPDATE</span>;<br /> MULTILINE<br /> oMem:<span style=\"color: #000000;\">SetSel</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oMem1 <span style=\"color: #0000ff;\">VAR</span> cDeposito MEMO <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">105</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span>;<br /> <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #ff0000;\">\"Datos Para depósito\"</span> <span style=\"color: #0000ff;\">UPDATE</span>;<br /> MULTILINE<br /> oMem1:<span style=\"color: #000000;\">SetSel</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oMem2 <span style=\"color: #0000ff;\">VAR</span> cOficina MEMO <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span>;<br /> <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #ff0000;\">\"Datos útiles para oficina envíos\"</span> <span style=\"color: #0000ff;\">UPDATE</span>;<br /> MULTILINE<br /> oMem2:<span style=\"color: #000000;\">SetSel</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oMail <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #0000ff;\">mail</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@s\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #B900B9;\">// valid revisamail(oData:mail)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oCC <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">cc</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@s\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">103</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #B900B9;\">// valid revisamail(oData:cc)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oBcc <span style=\"color: #0000ff;\">VAR</span> oData:<span style=\"color: #000000;\">bcc</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@s\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">104</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span> <span style=\"color: #B900B9;\">// valid revisamail(oData:bcc)</span><br /><br /> <span style=\"color: #B900B9;\">/////////////////////////COBRANZAS//////////////////</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> DTPICKER aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@D\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> DTPICKER aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@D\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">103</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span><span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">104</span> <span style=\"color: #0000ff;\">items</span> aDomCob <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">PICTURE</span> <span style=\"color: #ff0000;\">\"@!\"</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">105</span> <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> aGetcobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">VAR</span> aCobro<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">109</span> <span style=\"color: #0000ff;\">items</span> aVend <span style=\"color: #0000ff;\">oF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">update</span><br /><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">9</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">107</span> <span style=\"color: #0000ff;\">ACTION</span> grabocobro<span style=\"color: #000000;\">(</span> oBrw1, aCobro, oCobro, aGetcobro, oData:<span style=\"color: #000000;\">ncli</span>, lNewcobro <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">10</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">ACTION</span> borrocobro<span style=\"color: #000000;\">(</span> oBrw1, aCobro, oCobro, aGetcobro, oData:<span style=\"color: #000000;\">ncli</span>, lNewcobro <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw1 <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">108</span> <span style=\"color: #0000ff;\">OF</span> oFold:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">]</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"pasar\"</span>, <span style=\"color: #ff0000;\">\"direccion\"</span>, <span style=\"color: #ff0000;\">\"cobrador\"</span> HEADERS <span style=\"color: #ff0000;\">\"Pasar\"</span>, <span style=\"color: #ff0000;\">\"Direccion\"</span>, <span style=\"color: #ff0000;\">\"Cobrador\"</span> ;<br /> object oCobro AUTOSORT CELL LINES NOBORDER <span style=\"color: #0000ff;\">ON</span> DBLCLICK <span style=\"color: #000000;\">(</span> lNewcobro := editar<span style=\"color: #000000;\">(</span> oCobro,aCobro,aGetcobro <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #B900B9;\">//\"pasar\",\"direccion\",\"cobrador\"</span><br /> WITH OBJECT oBrw1<br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .T.<br /> :<span style=\"color: #000000;\">nStretchCol</span> := STRETCHCOL_WIDEST<br /> END<br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">105</span> <span style=\"color: #0000ff;\">oF</span> oDlgCli <span style=\"color: #0000ff;\">ACTION</span>;<br /> iif<span style=\"color: #000000;\">(</span> ACEPTAR<span style=\"color: #000000;\">(</span> oData,lnuevo, cConiva, cCongan, cConmono,cPla, nvendedor, aConvenio,cConvenio,ivaa, pciaa, aDolar, cDolar, cDato,cDeposito, cOficina, oMemos <span style=\"color: #000000;\">)</span>, oDlgCli:<span style=\"color: #000000;\">end</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//(lSalvar := .T. )</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">106</span> <span style=\"color: #0000ff;\">oF</span> oDlgCli <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> oDlgCli:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> CANCEL<br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">122</span> <span style=\"color: #0000ff;\">oF</span> oDlgCli <span style=\"color: #0000ff;\">when</span> <span style=\"color: #000000;\">(</span> iif<span style=\"color: #000000;\">(</span> lnuevo,nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">disable</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #000000;\">)</span>, .T. <span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> ctacli<span style=\"color: #000000;\">(</span> oData:<span style=\"color: #000000;\">ncli</span>, oData:<span style=\"color: #000000;\">nape</span>,.F. <span style=\"color: #000000;\">)</span><br /><br /><br /><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #0000ff;\">id</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">oF</span> oDlgCli <span style=\"color: #0000ff;\">resource</span> <span style=\"color: #ff0000;\">\"FIND3\"</span> <span style=\"color: #0000ff;\">ACTION</span> responsable<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"01\"</span>, oData:<span style=\"color: #000000;\">ncli</span> <span style=\"color: #000000;\">)</span> NOBORDER<br /><br /> <span style=\"color: #00C800;\">IF</span> oApp:<span style=\"color: #000000;\">privado</span> != <span style=\"color: #ff0000;\">\"1\"</span><br /> nBut<span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">disable</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /><br /> <span style=\"color: #B900B9;\">// REDEFINE BUTTON nbut[4] ID 123 of oDlgcli ACTION(MEMCLI(odata:ncli))</span><br /><br /><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlgCli <span style=\"color: #0000ff;\">CENTER</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">(</span> oSay:<span style=\"color: #000000;\">settext</span><span style=\"color: #000000;\">(</span> iif<span style=\"color: #000000;\">(</span>oData:<span style=\"color: #000000;\">lexporta</span>,<span style=\"color: #ff0000;\">\"País\"</span>,<span style=\"color: #ff0000;\">\"Localidad\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>,oNcli:<span style=\"color: #000000;\">setfocus</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, .F. <span style=\"color: #000000;\">)</span><br /><br /><br /><br /> oFont1:<span style=\"color: #000000;\">end</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oHasedro:<span style=\"color: #000000;\">setfilter</span><span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">NIL</span> <span style=\"color: #000000;\">)</span><br /> cierroalias<span style=\"color: #000000;\">(</span> oHasedro:<span style=\"color: #000000;\">cAlias</span>, oHasedro <span style=\"color: #000000;\">)</span><br /> sysrefresh<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><br /> <span style=\"color: #00C800;\">try</span><br /> iif<span style=\"color: #000000;\">(</span> !Empty<span style=\"color: #000000;\">(</span> olbx <span style=\"color: #000000;\">)</span>, olbx:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Repintamos el objeto ListBox</span><br /> catch<br /> end<br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /> </div>[/code:2vx7lcqu]\n\nsi hago dblclick para abrir un cliente en especial lo abre sin problema\nlo hago nuevamente con cualquier otro y también sin problemas \npero al hacerlo de nuevo sale del programa con este error\n\n[code=fw:2vx7lcqu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">K</span>:\\fivexhar2\\fivehar.exe <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">32</span> bits<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">Size</span>: <span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">572</span>,<span style=\"color: #000000;\">544</span> bytes<br /> Compiler version: <span style=\"color: #000000;\">Harbour</span> <span style=\"color: #000000;\">3.2</span>.0dev <span style=\"color: #000000;\">(</span>r1806032230<span style=\"color: #000000;\">)</span><br /> FiveWin version: <span style=\"color: #000000;\">FWH</span> <span style=\"color: #000000;\">17.09</span><br /> C compiler version: <span style=\"color: #000000;\">Borland</span>/Embarcadero C++ <span style=\"color: #000000;\">7.3</span> <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">32</span>-bit<span style=\"color: #000000;\">)</span><br /> Windows version: <span style=\"color: #000000;\">6.2</span>, Build <span style=\"color: #000000;\">9200</span> <br /><br /> Time <span style=\"color: #0000ff;\">from</span> start: <span style=\"color: #000000;\">0</span> hours <span style=\"color: #000000;\">0</span> mins <span style=\"color: #000000;\">9</span> secs <br /> Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">25</span>/<span style=\"color: #000000;\">01</span>/<span style=\"color: #000000;\">2020</span>, <span style=\"color: #000000;\">20</span>:<span style=\"color: #000000;\">37</span>:<span style=\"color: #000000;\">48</span><br /> Error description: <span style=\"color: #000000;\">Error</span> DBCMD/<span style=\"color: #000000;\">2001</span> Area de trabajo no usada: <span style=\"color: #000000;\">ORDKEYNO</span><br /><br />Stack Calls<br />===========<br /> Called <span style=\"color: #0000ff;\">from</span>: => ORDKEYNO<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE_SETRDD<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">5001</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">501</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">KEYNO</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">602</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">VUPDATEPOS</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">497</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">KEYCOUNT</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #0000ff;\">REFRESH</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1650</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">LBUTTONUP</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">4421</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\CONTROL.PRG => TCONTROL:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1721</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">10242</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">WINDOW</span>.PRG => _FWH<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">3348</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: => WINRUN<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">WINDOW</span>.PRG => TMDIFRAME:<span style=\"color: #0000ff;\">ACTIVATE</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1037</span> <span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">origen</span>.prg => ORIGEN<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">260</span> <span style=\"color: #000000;\">)</span><br /><br />System<br />======<br /> CPU type: <span style=\"color: #000000;\">AMD</span> Athlon<span style=\"color: #000000;\">(</span>tm<span style=\"color: #000000;\">)</span> II X2 <span style=\"color: #000000;\">245</span> Processor <span style=\"color: #000000;\">2913</span> Mhz<br /> Hardware memory: <span style=\"color: #000000;\">3327</span> megs<br /><br /> Free System resources: <span style=\"color: #000000;\">90</span> %<br /> GDI resources: <span style=\"color: #000000;\">90</span> %<br /> User resources: <span style=\"color: #000000;\">90</span> %<br /><br /> Windows total applications running: <span style=\"color: #000000;\">7</span><br /> <span style=\"color: #000000;\">1</span> , <br /> <span style=\"color: #000000;\">2</span> , C:\\WINDOWS\\System32\\shcore.dll <br /> <span style=\"color: #000000;\">3</span> , C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6<span style=\"color: #000000;\">.0</span><span style=\"color: #000000;\">.18362</span>.592_none_2e6de86 <br /> <span style=\"color: #000000;\">4</span> , K:\\fivexhar2\\fivehar.exe <br /> <span style=\"color: #000000;\">5</span> DDE <span style=\"color: #00C800;\">Server</span> <span style=\"color: #0000ff;\">Window</span>, C:\\WINDOWS\\System32\\ole32.dll <br /> <span style=\"color: #000000;\">6</span> G, C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1<span style=\"color: #000000;\">.1</span><span style=\"color: #000000;\">.18362</span>.592_none_5f58db4d822160d <br /> <span style=\"color: #000000;\">7</span> Program Manager, C:\\WINDOWS\\System32\\SHELL32.dll <br /><br />Variables in use<br />================<br /> Procedure Type Value<br /> ==========================<br /> ORDKEYNO<br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">ERROR</span><br /> <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE_SETRDD<br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">S</span> <br /> TXBROWSE:<span style=\"color: #000000;\">KEYNO</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<br /> TXBROWSE:<span style=\"color: #000000;\">VUPDATEPOS</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">S</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TXBROWSE<br /> TXBROWSE:<span style=\"color: #000000;\">KEYCOUNT</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> TXBROWSE:<span style=\"color: #0000ff;\">REFRESH</span><br /> TXBROWSE:<span style=\"color: #000000;\">LBUTTONUP</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">L</span> .F.<br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">U</span> <br /> TCONTROL:<span style=\"color: #000000;\">HANDLEEVENT</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">242</span><br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">291</span><br /> Param <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0.02</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">4</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">5</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">6</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">7</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">8</span>: <span style=\"color: #000000;\">C</span> <span style=\"color: #ff0000;\">\"\"</span><br /> TXBROWSE:<span style=\"color: #000000;\">HANDLEEVENT</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">514</span><br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> Param <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">15860003</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">U</span> <br /> _FWH<br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">514</span><br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> Param <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">15860003</span><br /> WINRUN<br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">15860003</span><br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">514</span><br /> Param <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">0</span><br /> Param <span style=\"color: #000000;\">4</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">15860003</span><br /> Param <span style=\"color: #000000;\">5</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">23</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TXBROWSE</span><br /> TMDIFRAME:<span style=\"color: #0000ff;\">ACTIVATE</span><br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">N</span> <span style=\"color: #000000;\">853384</span><br /> ORIGEN<br /> Param <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">C</span> <span style=\"color: #ff0000;\">\"MAXIMIZED\"</span><br /> Param <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">4</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">5</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">6</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">7</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">8</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">9</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">10</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">11</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">12</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">13</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">14</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">15</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">16</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">17</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">18</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">19</span>: <span style=\"color: #000000;\">U</span> <br /> Param <span style=\"color: #000000;\">20</span>: <span style=\"color: #000000;\">L</span> .F.<br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">O</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #000000;\">TMDIFRAME</span><br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">U</span> <br /> <span style=\"color: #00C800;\">Local</span> <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">U</span> <br /><br />Linked RDDs<br />===========<br /> DBF<br /> DBFFPT<br /> DBFBLOB<br /> DBFCDX<br /> DBFNTX<br /><br />DataBases in use<br />================<br /><br /> <span style=\"color: #000000;\">1</span>: <span style=\"color: #000000;\">DATOS</span> RddName: <span style=\"color: #000000;\">DBFCDX</span><br /> ==============================<br /> RecNo RecCount BOF EOF<br /> <span style=\"color: #000000;\">339</span> <span style=\"color: #000000;\">739</span> .F. .F.<br /><br /> Indexes in use TagName<br /> => ncli DATCLI<br /><br /> Relations in use<br /><br /> <span style=\"color: #000000;\">2</span>: <span style=\"color: #000000;\">DOMCLI</span> RddName: <span style=\"color: #000000;\">DBFCDX</span><br /> ==============================<br /> RecNo RecCount BOF EOF<br /> <span style=\"color: #000000;\">315</span> <span style=\"color: #000000;\">572</span> .F. .F.<br /><br /> Indexes in use TagName<br /> => ncli CLIENTE<br /><br /> Relations in use<br /><br /> <span style=\"color: #000000;\">3</span>: <span style=\"color: #000000;\">CLITRANS</span> RddName: <span style=\"color: #000000;\">DBFCDX</span><br /> ==============================<br /> RecNo RecCount BOF EOF<br /> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">916</span> .F. .F.<br /><br /> Indexes in use TagName<br /> => ncli NCLIENTE<br /><br /> Relations in use<br /><br /> <span style=\"color: #000000;\">4</span>: <span style=\"color: #000000;\">COBRO</span> RddName: <span style=\"color: #000000;\">DBFCDX</span><br /> ==============================<br /> RecNo RecCount BOF EOF<br /> <span style=\"color: #000000;\">36</span> <span style=\"color: #000000;\">35</span> .T. .T.<br /><br /> Indexes in use TagName<br /> ncli NCLIENTE<br /> => pasar DFECHA<br /><br /> Relations in use<br /><br /> <span style=\"color: #000000;\">5</span>: <span style=\"color: #000000;\">MAEVEN</span> RddName: <span style=\"color: #000000;\">DBFCDX</span><br /> ==============================<br /> RecNo RecCount BOF EOF<br /> <span style=\"color: #000000;\">18</span> <span style=\"color: #000000;\">17</span> .F. .T.<br /><br /> Indexes in use TagName<br /> NCHO NROVEN<br /> => NAPE APEVEN<br /><br /> Relations in use<br /><br />Classes in use:<br />===============<br /> <span style=\"color: #000000;\">1</span> ERROR<br /> <span style=\"color: #000000;\">2</span> HBCLASS<br /> <span style=\"color: #000000;\">3</span> HBOBJECT<br /> <span style=\"color: #000000;\">4</span> TAPPLICATION<br /> <span style=\"color: #000000;\">5</span> TDATABASE<br /> <span style=\"color: #000000;\">6</span> TWINDOW<br /> <span style=\"color: #000000;\">7</span> TCONTROL<br /> <span style=\"color: #000000;\">8</span> TGET<br /> <span style=\"color: #000000;\">9</span> TCURSOR<br /> <span style=\"color: #000000;\">10</span> TFONT<br /> <span style=\"color: #000000;\">11</span> TDIALOG<br /> <span style=\"color: #000000;\">12</span> TBRUSH<br /> <span style=\"color: #000000;\">13</span> TCOMBOBOX<br /> <span style=\"color: #000000;\">14</span> <span style=\"color: #0000ff;\">GET</span><br /> <span style=\"color: #000000;\">15</span> TCLIPGET<br /> <span style=\"color: #000000;\">16</span> TBUTTON<br /> <span style=\"color: #000000;\">17</span> TRECT<br /> <span style=\"color: #000000;\">18</span> TICON<br /> <span style=\"color: #000000;\">19</span> TMDIFRAME<br /> <span style=\"color: #000000;\">20</span> TMENU<br /> <span style=\"color: #000000;\">21</span> TREG32<br /> <span style=\"color: #000000;\">22</span> TMENUITEM<br /> <span style=\"color: #000000;\">23</span> TMDICLIENT<br /> <span style=\"color: #000000;\">24</span> TMSGBAR<br /> <span style=\"color: #000000;\">25</span> TMSGITEM<br /> <span style=\"color: #000000;\">26</span> TTIMER<br /> <span style=\"color: #000000;\">27</span> TBAR<br /> <span style=\"color: #000000;\">28</span> TBTNBMP<br /> <span style=\"color: #000000;\">29</span> TBITMAP<br /> <span style=\"color: #000000;\">30</span> TIMAGE<br /> <span style=\"color: #000000;\">31</span> TSPLITTER<br /> <span style=\"color: #000000;\">32</span> TXBROWSE<br /> <span style=\"color: #000000;\">33</span> TRADMENU<br /> <span style=\"color: #000000;\">34</span> TRADIO<br /> <span style=\"color: #000000;\">35</span> TSCROLLBAR<br /> <span style=\"color: #000000;\">36</span> TXBRWCOLUMN<br /> <span style=\"color: #000000;\">37</span> TCLIPBOARD<br /> <span style=\"color: #000000;\">38</span> TFOLDEREX<br /> <span style=\"color: #000000;\">39</span> TSTRUCT<br /> <span style=\"color: #000000;\">40</span> TURLLINK<br /> <span style=\"color: #000000;\">41</span> TCHECKBOX<br /> <span style=\"color: #000000;\">42</span> TSAY<br /> <span style=\"color: #000000;\">43</span> TWBROWSE<br /> <span style=\"color: #000000;\">44</span> TMULTIGET<br /> <span style=\"color: #000000;\">45</span> TDATEPICK<br /><br />Memory Analysis<br />===============<br /> <span style=\"color: #000000;\">1341</span> <span style=\"color: #00C800;\">Static</span> variables<br /><br /> Dynamic memory consume:<br /> <span style=\"color: #000000;\">Actual</span> Value: <span style=\"color: #000000;\">4456448</span> bytes<br /> Highest Value: <span style=\"color: #000000;\">4456448</span> bytes<br />\u001a<br /> </div>[/code:2vx7lcqu]\n\nEstuve buscando lo que encontre con el mismo problema es con ads, yo utilizo dbf.\n\nGracias y cualquier ayuda es buena\n\nLuis",
"time": "00:56",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "A nadie le paso esto. Si pruebo con una versión anterior de fwh funciona.\n\n\nLuis\n\nL",
"time": "00:46",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3uhu5cyw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REQUEST OrdKeyNo, OrdKeyCount, OrdCreate, OrdKeyGoto <span style=\"color: #B900B9;\">// para listbox.</span><br /> </div>[/code:3uhu5cyw]\n\nMuestra: \n\n[code=fw:3uhu5cyw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">origen</span>.prg => ORIGEN<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">260</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// lýnea?: 260 que hace?</span><br /> </div>[/code:3uhu5cyw]",
"time": "15:55",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "karinha"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Karinha\n [code=fw:3sbk1wia]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"INTERNET\"</span> <span style=\"color: #0000ff;\">OF</span> oBar GROUP;<br /> TOOLTIP <span style=\"color: #ff0000;\">\"Direcciones Útles \"</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> BUSCOIB<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> ;<br /> <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #ff0000;\">\"Direcciones útiles...\"</span> NOBORDER<br /><br /><br /> @ <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">IMAGE</span> oBmp <span style=\"color: #0000ff;\">SIZE</span> GetSysMetrics<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span>,GetSysMetrics<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">17</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">of</span> oVentPrinc:<span style=\"color: #000000;\">oWndClient</span> NO BORDER <span style=\"color: #0000ff;\">ADJUST</span><br /><br /><br /> oBmp:<span style=\"color: #0000ff;\">Progress</span><span style=\"color: #000000;\">(</span> .f. <span style=\"color: #000000;\">)</span><br /> oBmp:<span style=\"color: #000000;\">LoadImage</span><span style=\"color: #000000;\">(</span> , <span style=\"color: #ff0000;\">\"fondomeg.jpg\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//LINEA 260</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oVentPrinc <span style=\"color: #0000ff;\">MAXIMIZED</span><br /><br /> </div>[/code:3sbk1wia]\n\nEs la pantalla principal",
"time": "02:18",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Disculpa se me salio del topic anterior. Con fwh 15 funciona mas o menos bien pero me topé con el problema de la lentidud de la busqueda de xbrowse (no se como se denomina a la busqueda por contenido del campo a tratar), así que lo deje con el browse de hernan y la busqueda con dbfseek que esta en la clase y funciona muy bien.\n\nVoy a ver si puedo hacer algo para utilizarlo, asi que seguramente estaré preguntando\n\nLuis",
"time": "02:24",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:21ghynje]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35515&p=211673&hilit=oBmp%3ALoadImage#p211673[/url:21ghynje]",
"time": "14:04",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "karinha"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bueno pude solucionar la busqueda incremental del xbrowse, lo que hice fue en vez de trabajar sobre la base de datos utilizo Fw_dbftoarraY() y el xbrowse muestra este array y ahí sí es rapidísimo.\n\nMuchas gracias al foro ya que la solución la encontre en la consulta de los distintas consultas.\n\nLuis",
"time": "23:34",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "This is not correct:\n[code=fw:3fkvi8ta]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> COLUMNS Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NCLI <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// Campos que contendr </span><br /> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->NAPE <span style=\"color: #000000;\">)</span>, ; <span style=\"color: #B900B9;\">// el TBrowse.</span><br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->Domi, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->LOCA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->PCIA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->TELE, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->CUIT, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->IVA, ;<br /> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->RUBRO, ;<br /> Str<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> oMae:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>->VENDEDOR <span style=\"color: #000000;\">)</span>;<br /> </div>[/code:3fkvi8ta]\n\nThis is correct:\n[code=fw:3fkvi8ta]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw <span style=\"color: #0000ff;\">ID</span> ???? DATASOURCE oMae ;<br />COLUMNS <span style=\"color: #ff0000;\">\"NCLI\"</span>, <span style=\"color: #ff0000;\">\"NAPE\"</span>, <span style=\"color: #ff0000;\">\"DOMI\"</span>, <span style=\"color: #ff0000;\">\"LOCA\"</span>, <span style=\"color: #ff0000;\">\"PCIA\"</span>, <span style=\"color: #ff0000;\">\"TELE\"</span>, <span style=\"color: #ff0000;\">\"CUIT\"</span>, <span style=\"color: #ff0000;\">\"IVA\"</span>, <span style=\"color: #ff0000;\">\"RUBRO\"</span>, <span style=\"color: #ff0000;\">\"VENDEDOR\"</span><br /> </div>[/code:3fkvi8ta]",
"time": "08:00",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "nageswaragunupudi"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Thanks Mr Rao, I will change the code.\n\nLuis",
"time": "00:05",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2020-02-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "With this modification of my code, the error that gave rise to this post no longer gives\n\nThank you",
"time": "00:23",
"topic": "(b)TXBROWSE_SETRDD( 5001 ) error",
"username": "surGom"
}
] | (b)TXBROWSE_SETRDD( 5001 ) error |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nMe he topado con que la vez que tengo que armar un browser pierdo cierto tiempo que me parece que se lo podía achicar, \npor eso me mande a hacer esta libreria y espero que la puedan utilizar y modificar en lo quieran, siempre que por favor no \nse complique porque perdería la función inicial del porque lo hice.\n\nel codigo no esta muy comentado porque no es muy complicado, si las DATA y METHOD que me parecieron correctos hacerlos.\n\n[url:2ku00ket]http://rapidshare.com/files/220655259/tpadron.rar.html[/url:2ku00ket]\n\nGracias.",
"time": "03:24",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "goosfancito"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, me pareció interesante tu contribución, ya que lo mismo me pasa a mí, pero no pude bajarla, podrás subirla a otro hosting como por ejemplo box.net que no tenga límite de bajadas?\n\nGracias desde ya por tu buena voluntad en contribuir a esta comunidad. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "17:21",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "jose_murugosa"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"jose_murugosa\":2li5glaa]Hola, me pareció interesante tu contribución, ya que lo mismo me pasa a mí, pero no pude bajarla, podrás subirla a otro hosting como por ejemplo box.net que no tenga límite de bajadas?\n\nGracias desde ya por tu buena voluntad en contribuir a esta comunidad. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->[/quote:2li5glaa]\n\nNo me esta dejando subirla a box.net voy a buscar otro servidor.\n\nGracias.",
"time": "18:17",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "goosfancito"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"jose_murugosa\":3940apq1]Hola, me pareció interesante tu contribución, ya que lo mismo me pasa a mí, pero no pude bajarla, podrás subirla a otro hosting como por ejemplo box.net que no tenga límite de bajadas?\n\nGracias desde ya por tu buena voluntad en contribuir a esta comunidad. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->[/quote:3940apq1]\n\n------------------- // ----------------------\n\nAgregue una columna (la primera) porque me parece mas facil para poder recuperar los datos desde la app desde donde se la esta llamando a la librería (en las primeras lineas de comentarios va un historial de \nlo que voy cambiando).\n\n[url:3940apq1]http://files.filefront.com/tpadronrar/;13593839;/fileinfo.html[/url:3940apq1]\n\nGracias.",
"time": "18:45",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "goosfancito"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigo, Goos,\n\nsolo una pregunta,\n\nusas tmysql ?\n\ngracias por tu aportacion.\n\n\nsaludos..",
"time": "19:53",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "sysctrl2"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"sysctrl2\":2nd596fg]Amigo, Goos,\n\nsolo una pregunta,\n\nusas tmysql ?\n\ngracias por tu aportacion.\n\n\nsaludos..[/quote:2nd596fg]\n\nSi si. sin modificaciones. la que esta para bajar en xharbour en la parte contribuciones.",
"time": "21:58",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "goosfancito"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2009-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "hoo \nexcelente, \n\nmuy buen aporte, gracias...",
"time": "22:58",
"topic": "(colaboracion mia) Resuvido (2da vez)",
"username": "sysctrl2"
}
] | (colaboracion mia) Resuvido (2da vez) |
[
{
"date": "2016-07-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buen dia.\n\nGente, por favor hagan un esfuercito y pasenme un ejemplo tanto con el bat, msk, etc de un proyecto para\nFW + harbour (hasta el momento solo estaba con xhabour, pero como pienso actualizarme de version de FW y\nempezar a incursionar el harbour...) \nhace un tiempo hice una aplicacion para crear el SCRIPT y nunca mas lo toque, ahora que quiero comenzar con harbour\nquiero modificarlo para poder soportar la creacion del script para FW + HARBOUR.\n\nGracias.",
"time": "16:22",
"topic": "(soy nuevo) incursionando \"harbour\"",
"username": "goosfancito"
}
] | (soy nuevo) incursionando "harbour" |
[
{
"date": "2016-07-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gustavo,\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29272\">viewtopic.php?f=6&t=29272</a><!-- l -->",
"time": "13:41",
"topic": "(soy nuevo) incursionando \"harbour\"",
"username": "Antonio Linares"
}
] | (soy nuevo) incursionando "harbour" |
[
{
"date": "2016-07-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "gracias",
"time": "14:21",
"topic": "(soy nuevo) incursionando \"harbour\"",
"username": "goosfancito"
}
] | (soy nuevo) incursionando "harbour" |
[
{
"date": "2016-07-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Por lo que puedo ver, a no ser que me equivoque, lo unico que cambiar son las lib. El resto (incluido el linkeo) es lo mismo.\n\nEs asi?",
"time": "21:40",
"topic": "(soy nuevo) incursionando \"harbour\"",
"username": "goosfancito"
}
] | (soy nuevo) incursionando "harbour" |
[
{
"date": "2016-07-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si",
"time": "07:58",
"topic": "(soy nuevo) incursionando \"harbour\"",
"username": "Antonio Linares"
}
] | (soy nuevo) incursionando "harbour" |
[
{
"date": "2021-12-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends,\nis there a download for a xHarbour or Harbour including CURL with a makefile ready.\nThank you in advance and best regards,\nOtto",
"time": "17:43",
"topic": "(x)Harbour including CRUL",
"username": "Otto"
}
] | (x)Harbour including CRUL |
[
{
"date": "2021-12-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\n\nWe have a Harbour builder repo in github that provides the builds and also allows to generate the latest build,\nas Harbour gets built from github itself\n\n[url:1x9arymw]https://github.com/FiveTechSoft/Harbour_builder[/url:1x9arymw]",
"time": "23:13",
"topic": "(x)Harbour including CRUL",
"username": "Antonio Linares"
}
] | (x)Harbour including CRUL |
[
{
"date": "2021-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nthe landing page lacks main content. I found it at: <!-- m --><a class=\"postlink\" href=\"https://github.com/FiveTechSoft/Harbour_builder\">https://github.com/FiveTechSoft/Harbour_builder</a><!-- m -->",
"time": "11:04",
"topic": "(x)Harbour including CRUL",
"username": "ADutheil"
}
] | (x)Harbour including CRUL |
[
{
"date": "2021-12-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "André,\n\nMany thanks, yes, thats the right URL <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "13:38",
"topic": "(x)Harbour including CRUL",
"username": "Antonio Linares"
}
] | (x)Harbour including CRUL |
[
{
"date": "2006-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, si alguien me puede decir donde descargar la version compatible de (x)Harbourd para FWH 2.6 abril, busque en las utilidades y no encontre, la otra ves consegui donde estaba un historial de versiones anteriores pero olvide donde, gracias desde ya y FELICES FIESTAS DE NAVIDAD!",
"time": "18:21",
"topic": "(x)Harbourd para FWH 2.6 abril",
"username": "joseluisysturiz"
}
] | (x)Harbourd para FWH 2.6 abril |
[
{
"date": "2006-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose Luis,\n\nMira aqui:\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=2486\">http://fivetechsoft.com/forums/viewtopic.php?t=2486</a><!-- m -->",
"time": "18:49",
"topic": "(x)Harbourd para FWH 2.6 abril",
"username": "Antonio Linares"
}
] | (x)Harbourd para FWH 2.6 abril |
[
{
"date": "2006-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias master, ese mismo era...",
"time": "05:18",
"topic": "(x)Harbourd para FWH 2.6 abril",
"username": "joseluisysturiz"
}
] | (x)Harbourd para FWH 2.6 abril |
[
{
"date": "2008-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I see some classes in FWH have a method by name Destroy(). If we name a method as Destroy, will it be called automatically, when the object goes out of reference ?\n\nxharbour documentation mentions about DESTROYER method. Does it also called automatically?\n\nCan any one clarify please?",
"time": "08:03",
"topic": "(x)harbour class - destroy method",
"username": "nageswaragunupudi"
}
] | (x)harbour class - destroy method |
[
{
"date": "2008-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Nageswararao,\n\n>\nI see some classes in FWH have a method by name Destroy(). If we name a method as Destroy, will it be called automatically, when the object goes out of reference ? \n>\n\nFWH automatically calls method Destroy() when a windows msg WM_DESTROY arrives:\n\n<!-- m --><a class=\"postlink\" href=\"http://msdn2.microsoft.com/en-us/library/ms632620.aspx\">http://msdn2.microsoft.com/en-us/library/ms632620.aspx</a><!-- m -->\n\n>\nxharbour documentation mentions about DESTROYER method. Does it also called automatically? \n>\n\nFWH does not uses those methods, in order to have full control of what it is happening in the application",
"time": "09:33",
"topic": "(x)harbour class - destroy method",
"username": "Antonio Linares"
}
] | (x)harbour class - destroy method |
[
{
"date": "2008-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have some related doubts about releasing objects like fonts, brushes etc. Normally I place the commands release fonts and other objects after the main (mdi) window's activate command. Example\n[code:1s81s11v]\nfunc main()\n\ndefine window ownd MDI ....\n.........\nactivate window ownd\nrelease font ...\nrelease brush ...\nreturn 0\n[/code:1s81s11v]\n\n\n1) IF somewhere in one of the modules if we call WndMain():End(), does the control go to the statements after the main window's activate command and execute all release commands? \n2) If somewhere in one of the modules if we issue the statement QUIT, is there the danger that the resources are not destroyed/ released?\nif so, is it good to keep the release statements in the EXIT PROCEDURE ?\n\nOr is it desirable that all FWH classes for the resources have a destroy method, so that all the resources are destryoyed / released when the program terminates?",
"time": "10:33",
"topic": "(x)harbour class - destroy method",
"username": "nageswaragunupudi"
}
] | (x)harbour class - destroy method |
[
{
"date": "2008-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1wmrvsbb]1) IF somewhere in one of the modules if we call WndMain():End(), does the control go to the statements after the main window's activate command and execute all release commands?[/quote:1wmrvsbb]\n\nYes.\n\n[quote=\"nageswaragunupudi\":1wmrvsbb]2) If somewhere in one of the modules if we issue the statement QUIT, is there the danger that the resources are not destroyed/ released?[/quote:1wmrvsbb]\n\nYes. Example:\n\n[code:1wmrvsbb]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd\n\n DEFINE WINDOW oWnd\n\n @ 1, 1 BUTTON \"Test\";\n SIZE 100, 20;\n ACTION oWnd:End() //MYQUIT()\n\n ACTIVATE WINDOW oWnd\n\n ? \"Exiting\"\n\n RETURN NIL\n\n\nSTATIC FUNCTION MYQUIT()\n\n QUIT\n\n RETURN NIL[/code:1wmrvsbb]\n\n[quote=\"nageswaragunupudi\":1wmrvsbb]if so, is it good to keep the release statements in the EXIT PROCEDURE ?[/quote:1wmrvsbb]\n\nHow an EXIT PROCEDURE could see all the variables used in the app for keeping reference of font, brush, etc.? It seem a bad idea.\n\nMaybe the easier solution is to not use QUIT at all.\n\nEMG",
"time": "11:59",
"topic": "(x)harbour class - destroy method",
"username": "Enrico Maria Giordano"
}
] | (x)harbour class - destroy method |
[
{
"date": "2008-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Nageswararao, Enrico,\n\n> Maybe the easier solution is to not use QUIT at all. \n\nRight. QUIT should not be used at all.",
"time": "18:07",
"topic": "(x)harbour class - destroy method",
"username": "Antonio Linares"
}
] | (x)harbour class - destroy method |
[
{
"date": "2011-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, after last changes in xharbour svn, i cant compile, someone can help me? i use :\n\nsvn.exe co <!-- m --><a class=\"postlink\" href=\"https://xharbour.svn.sourceforge.net/svnroot/xharbour\">https://xharbour.svn.sourceforge.net/svnroot/xharbour</a><!-- m --> , but cant compile the bin. \n\nthanks",
"time": "14:00",
"topic": "(x)harbour svn changes",
"username": "norberto"
}
] | (x)harbour svn changes |
[
{
"date": "2009-12-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "** ListBox column in the XBROWSE \nWhen ListBox column get focused in the XBROWSE control and user select one of an Item from the list by pressing \nEntry key the control focus is moving to the GET item ( aGET[1] ) whereas the control focus should get next column of the XBROWSE. \n\nPlease guide me. I am new to FWH. thanks in advance. \n\nSample Code here :\n\nprocedure billentry\n\nlocal aGet := array(5)\nlocal oBrw \nlocal aBill := {'Floppy','Pcs', 10, 40}\nlocal cCustName := space(30) \n\ndefine dailoag oDlg from 0,0 to 24,79 title \"List Box Test\"\n\n \n @10,10 get aGet[1] var cCustName pict \"@!\"\n \n @20,05 XBROWSE oBrw ;\n COLUMNS 1,2,3,4,5 ;\n HEADERS 'Item','Unit','Qty','Rate';\n SIZE 200,100 OF oDlg \n\n WITH OBJECT oBrw:Unit\n :nEditType := EDIT_LISTBOX\n :aEditTxtList := {\"BOX\",\"PCS\",\"DOZ\"}\n END\n \n oBrw:createfromcode()\n // ... some other code to attach to oDlg \n\n active window oDlg on init oBrw:setfoucs()\n\nreturn nil",
"time": "11:18",
"topic": "** ListBox column in the XBROWSE",
"username": "shri_fwh"
}
] | ** ListBox column in the XBROWSE |
[
{
"date": "2009-12-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shridhar,\n\nPlease try it this way:\n[code=fw:3tuqigag]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">(</span> oBrw:<span style=\"color: #000000;\">Setfocus</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ADel<span style=\"color: #000000;\">(</span> oDlg:<span style=\"color: #000000;\">aControls</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span>, .F. <span style=\"color: #000000;\">)</span><br /> </div>[/code:3tuqigag]",
"time": "19:24",
"topic": "** ListBox column in the XBROWSE",
"username": "Antonio Linares"
}
] | ** ListBox column in the XBROWSE |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The same problem facing even after adding this code. I will send the exact source. thanks in advance.",
"time": "08:44",
"topic": "** ListBox column in the XBROWSE",
"username": "shri_fwh"
}
] | ** ListBox column in the XBROWSE |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Shri\n\nCan you post here simple code, that compiles correctly and runs without runtime errors?",
"time": "09:43",
"topic": "** ListBox column in the XBROWSE",
"username": "nageswaragunupudi"
}
] | ** ListBox column in the XBROWSE |
[
{
"date": "2009-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Nagesh,\n\n I am sorry too late for post the code. I was busy in office project. Please see below source code.\n\nProblem description : Navigation between GET and TXBRowse control. \n In the below code first control focus goes to GET object ( cAccountName ) and it moves to TXBRowse Control. \nWhen user select an item and enter Rate value after the control moves to List Box Column (KG,BOX,PCS). Here when user select an item form ListBox column control focus moves to the GET object ( cAccountName ) where as it should moves to next column of the TXBrowse whic 'Quantity' Column. \n\n\nThanks\nShridhar\n\n//-----------------------------------------------------------------------------------------------------------------------//\n\n\n#include 'fivewin.ch'\n#include 'xbrowse.ch'\n\nstatic aItems := { ;\n { 'Floppy', 10 }, ;\n { 'DVD', 100 }, ;\n { 'Web Cam', 650 }, ;\n { 'HeadSet', 150 }, ;\n { 'USB Drive-4', 400 }, ;\n { 'USB Drive-8', 800 } }\n\n//------------------------------------------------------------------//\n\nfunction Main()\n\n local oDlg, oBrw, oFont\n local aBill := { ;\n { 'Floppy', 10,\"BOX\", 300, .t., 10 }, ;\n { 'DVD', 100,\"PCS\", 10, .f., 0 } }\n local aoGET := array(10)\t \n local aoSAY := array(10)\t \n LOCAL cAccountName := space(30) \n SetGetColorFocus()\n\n DEFINE FONT oFont NAME 'TAHOMA' SIZE 0,-12\n DEFINE DIALOG oDlg SIZE 640,400 PIXEL ;\n FONT oFont TITLE 'INVOICE'\n\t \n @20 , 10 Say aoSAY[1] VAR \"Account\" PIXEL SIZE 40,10 OF oDlg \n @20, 55 GET aoGET[1] VAR cAccountName PICTURE \"@!\" ;\n PIXEL size 150, 9 ;\n OF oDlg UPDATE\n\t \n \t \n\n @ 40,10 XBROWSE oBrw SIZE 300,120 PIXEL OF oDlg ;\n COLUMNS 1,2,3,4,5,6 ;\n HEADERS 'Item', 'Rate', 'Unit', 'Quantity', 'Dis', 'Discount' ;\n PICTURES nil, '9,999.99',nil, '9,99,999', nil, '99.99 %' ;\n ARRAY aBill ;\n CELL LINES FOOTERS FASTEDIT\n\n AEval( oBrw:aCols, { |oCol| oCol:nEditType := EDIT_GET } )\n AEval( oBrw:aCols, { |oCol| oCol:bOnChange := { || oBrw:MakeTotals(), oBrw:RefreshFooters() } } )\n\n // Create a caculated column Amount based on Quantity, Value and Discount\n oBrw:Amount := { || oBrw:Quantity:Value * oBrw:Rate:Value * ;\n ( 1 - oBrw:Discount:Value * 0.01 ) }\n\t\t\t\t\t \n WITH OBJECT oBrw:Unit \n :nEditType := EDIT_LISTBOX \n :aEditListTxt := {\"BOX\",\"PCS\",\"KG\",\"LTR\"}\n END\t \n\n WITH OBJECT oBrw:Amount\n :cEditPicture := '9,99,999.99'\n :nTotal := 0 // this and next line tell the browse to auto total\n :lTotal := .t.\n END\n\n WITH OBJECT oBrw:Discount\n :bOnChange := { |oCol,uOldVal| oBrw:Dis:Value := ( oCol:Value != 0 ), ;\n oBrw:MakeTotals(), oBrw:RefreshFooters() }\n :bEditValid := { |oGet,x| x := oGet:oGet:VarGet(), ( x >= 0 .and. x <= 99 ) }\n END\n\n // need to add bEditValid for other numeric columns also\n\n WITH OBJECT oBrw:Dis\n :SetCheck()\n :bOnChange := { |oCol| If( oCol:Value, nil, ;\n ( oBrw:Discount:Value := 0, oBrw:MakeTotals(), oBrw:Refresh() ) ) }\n END\n\n WITH OBJECT oBrw:Item\n :nEditType := EDIT_BUTTON\n :AddBmpFile( 'e:\\fwh\\bitmaps\\16x16\\find2.bmp' )\n :nBtnBmp := 1\n :bEditBlock := { || SelectItem( oBrw ) }\n END\n\n WITH OBJECT oBrw\n :nStretchCol := 1\n :bPastEof := { || ExtendRow( oBrw ) }\n :bChange := { || BrwChangeRow( oBrw ) }\n END\n\n oBrw:MakeTotals()\n oBrw:CreateFromCode()\n\n ACTIVATE DIALOG oDlg CENTERED\n RELEASE FONT oFont\n\nreturn nil\n\nstatic function ExtendRow( oBrw )\n\n // Pressing down arrow while on the last row creates a new row\n // Even after finishing editing of the last row also creates a new row and ready for edit\n\n if oBrw:nArrayAt == Len( oBrw:aArrayData ) .and. ! Empty( ATail( oBrw:aArrayData )[ 1 ] )\n AAdd( oBrw:aArrayData, { '', 0, 0, .f., 0 } )\n oBrw:GoDown()\n oBrw:GoLeftMost()\n endif\n\nreturn nil\n\nstatic function BrwChangeRow( oBrw )\n\n if Len( oBrw:aArrayData ) > 1 .and. ;\n oBrw:nArrayAt < Len( oBrw:aArrayData ) .and. ;\n Empty( ATail( oBrw:aArrayData )[ 1 ] )\n\n // If the newly appended row is empty, delete it\n\n ASize( oBrw:aArrayData, Len( oBrw:aArrayData ) - 1 )\n oBrw:Refresh()\n endif\n\nreturn nil\n\n//------------- Incremental Browse for selection of Item --------------- //\n\nstatic function SelectItem( oBillBrw )\n\n local oDlg, oItems, oFont\n\n DEFINE FONT oFont NAME 'TAHOMA' SIZE 0,-12\n DEFINE DIALOG oDlg SIZE 300,300 PIXEL TITLE 'Select Item' FONT oFont\n\n @ 10,10 XBROWSE oItems SIZE 130,100 PIXEL OF oDlg ;\n AUTOCOLS ;\n HEADERS 'Item', 'Rate' ;\n PICTURES nil, '9,999.99' ;\n ARRAY aItems ;\n AUTOSORT ; // Xbrowse makes incremental seek blocks only when autosort is true\n CELL LINES ;\n ON DBLCLICK ( SetValues( oItems, oBillBrw ), oDlg:End(), oBillBrw:SetFocus() )\n\n // Following line is what all is needed for incremental browse\n // Rest of the work is done by xbrowse\n\n @ 115,10 SAY oItems:oSeek PROMPT oItems:cSeek ;\n SIZE 130,10 PIXEL OF oDlg ;\n COLOR CLR_RED,CLR_YELLOW UPDATE\n\n @ 130,055 BUTTON 'Select' SIZE 40,12 PIXEL OF oDlg ;\n ACTION ( SetValues( oItems, oBillBrw ), oDlg:End(), oBillBrw:SetFocus() )\n @ 130,100 BUTTON 'Cancel' SIZE 40,12 PIXEL OF oDlg ACTION oDlg:End()\n\n oItems:bKeyChar := { |n| If( n == 13, ( SetValues( oItems, oBillBrw ), oDlg:End() ), nil ) }\n oItems:nStretchCol := 1\n oItems:CreateFromCode()\n\n ACTIVATE DIALOG oDlg CENTERED ON INIT ( oItems:GoTop(), oItems:SetFocus(), .f. )\n RELEASE FONT oFont\n\nreturn nil\n\nstatic function SetValues( oItems, oBillBrw )\n\n local nAt\n\n nAt := AScan( oBillBrw:aArrayData, { |a| Trim( a[ 1 ] ) == Trim( oItems:Item:Value ) } )\n if nAt > 0\n oBillBrw:nArrayAt := nAt\n oBillBrw:Refresh()\n Eval( oBillBrw:bChange )\n else\n WITH OBJECT oBillBrw\n :Item:Value := oItems:Item:Value\n :Rate:Value := oItems:Rate:Value\n if Empty( :Quantity:Value )\n :Quantity:Value := 1\n endif\n :MakeTotals()\n :RefreshCurrent()\n :RefreshFooters()\n END\n endif\n\nreturn nil\n\n//--------------- End of Incremental Browse for Selection ---------------- //",
"time": "08:03",
"topic": "** ListBox column in the XBROWSE",
"username": "shri_fwh"
}
] | ** ListBox column in the XBROWSE |
[
{
"date": "2006-07-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá Oskar,\n\nOutro recurso interessante seria a ordenação ascendente/descendente por coluna <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> Seria possível isto ?\n\nGracias,\n\nRossine.",
"time": "17:55",
"topic": "** Nuevo ** Control ListView",
"username": "Rossine"
}
] | ** Nuevo ** Control ListView |
[
{
"date": "2006-07-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá Oskar, \n\nVou continuar esta conversa no seu forum <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nObrigado,\n\nRossine.",
"time": "14:15",
"topic": "** Nuevo ** Control ListView",
"username": "Rossine"
}
] | ** Nuevo ** Control ListView |
[
{
"date": "2006-07-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Oskar!!!\n\nSalu2\nMaurilio",
"time": "14:44",
"topic": "** Nuevo ** Control ListView",
"username": "Maurilio Viana"
}
] | ** Nuevo ** Control ListView |
[
{
"date": "2006-07-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "La pregunta de las 1000 lochas, en que version de FWH puedo usar este LIST? Tengo FWH 2.4, no he podido actualizarme a la mas reciente..gracias.",
"time": "17:37",
"topic": "** Nuevo ** Control ListView",
"username": "joseluisysturiz"
}
] | ** Nuevo ** Control ListView |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hace unos días algunos compañeros me preguntaron por aquel curso de C para Harbour que se quedó el tintero...\n\nLo retomamos?\nMe gustaría saber quién se apunta...\nSi tenéis alguna sugerencia de los temas para tratar.\nSe admiten sugerencias.\n\nA ver si sumamos 15 alumnos al menos!!!\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "14:07",
"topic": "*** Curso de C para programadores Harbour.",
"username": "xmanuel"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me apunto! Primera fila. [emoji16]\n\nEnviado desde mi moto g(9) plus mediante Tapatalk",
"time": "15:42",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Victor Casajuana Mas"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me apunto.\n\nEl ultimo de la fila <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: --> \n\nSaludos.",
"time": "15:46",
"topic": "*** Curso de C para programadores Harbour.",
"username": "jvtecheto"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manu,\n\nUna fantastica idea <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> . Siempre va vien reciclarse. Cuenta conmigo\n\nC.",
"time": "16:09",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Carles"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Manu\n\nMe apunto. Hablanos de costo y duracion",
"time": "16:39",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Compuin"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Esta podría ser una propuesta del contenido:\n[code=C:1k4xxsgp]<div class=\"c\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Harbour y Lenguaje C.<br /><span style=\"color: #202020;\">El</span> sistema extendido.<br /><br /><span style=\"color: #202020;\">Prop</span>ósito del curso<br />Sistema extendido y el Item API.<br /><span style=\"color: #202020;\">C</span>ómo compilar código C en nuestros PRG<br />La pila de Harbour<br />Crear funciones en C que se pueden utilizar desde PRG.<br /><span style=\"color: #202020;\">Paso</span> de parámetros de todos los tipos C, M, N, L, A, H<br />Retorno de variables de tipo C, M, N, L, A, H<br />Paso de variables por referencia C, M, N, L, A, H<br />Manipulación de variables dentro de la función en C.<br /><span style=\"color: #202020;\">Reserva</span> de memoria dinámica y posterior liberación.<br /><span style=\"color: #202020;\">Los</span> punteros de C.<br /><span style=\"color: #202020;\">Manipulaci</span>ón de arrays de entrada y salida: Vectores y arrays multidimensionales<br />Manipulación de tablas hash<br />Creando nuestros propios tipos: uso de <span style=\"color: #993333;\">typedef</span>.<br /><span style=\"color: #202020;\">Concepto</span> de estructura y ejemplo.<br /><span style=\"color: #202020;\">Manipulaci</span>ón de estructuras, uso de funciones puente.<br /><span style=\"color: #202020;\">Uso</span> de funciones librerías externas. <br /><span style=\"color: #202020;\">El</span> mundo al revés: Llamada desde C a funciones de Harbour?<br />Pon una DLL en tu vida: “Wrappear” funciones de una librería dinámica. <br /><span style=\"color: #202020;\">Creando</span> nuestras propias librerías.<br /> </div>[/code:1k4xxsgp]\n\nY podríamos usar para el ejemplo la creación de funciones para manejar SQLite.\nAl final tendríais una librería para usar SQLite en vuestros programas. \nQué os parece?",
"time": "17:25",
"topic": "*** Curso de C para programadores Harbour.",
"username": "xmanuel"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas Manu !!!\n\nMe apunto, me da igual la fila <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->\n\nMuchas gracias.\n\nSaludos,",
"time": "19:24",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Baxajaun"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manu buenas tardes\ncuenta conmigo !!\nun abrazo",
"time": "00:16",
"topic": "*** Curso de C para programadores Harbour.",
"username": "wilsongamboa"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "no se nada de C pero me apunto\nme gusta aprender mas <!-- s:mrgreen: --><img src=\"{SMILIES_PATH}/icon_mrgreen.gif\" alt=\":mrgreen:\" title=\"Mr. Green\" /><!-- s:mrgreen: --> \n\n\nSaluditos <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "22:06",
"topic": "*** Curso de C para programadores Harbour.",
"username": "AIDA"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "A lo largo de esta semana os pondré en qué va a consistir el curso y el material con el que vais a contar.\nY precio que va a tener, que os adelanto que será muy poco. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "11:26",
"topic": "*** Curso de C para programadores Harbour.",
"username": "xmanuel"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "+1.\nIncluiría algo de comunicaciones serie y conexión con equipos por el puerto USB.\nTambién para el análisis y manejo de cadenas.\nAlgo para Linux también.",
"time": "11:04",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Verhoven"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas...\n\nConociendo al maestro y viendo una parte del temario, es más que suficiente para hacerle confianza !\n\nMe apunto, en espera de conocer calendario, horarios, etc",
"time": "11:30",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Joaquim Ferrer"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo me apunto, pero mejor que lo del wrapper a Sqllite sería mejor a un diseñador de informes, como Fast Report o este:\n\n<!-- m --><a class=\"postlink\" href=\"https://www.stimulsoft.com/en\">https://www.stimulsoft.com/en</a><!-- m -->",
"time": "12:26",
"topic": "*** Curso de C para programadores Harbour.",
"username": "elvira"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me apunto a este curso, no se nada de C y con estos maestros, esperando horario. \n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "15:17",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Adolfredo Martinez"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sin dudarlo, a la espera quedo.",
"time": "19:05",
"topic": "*** Curso de C para programadores Harbour.",
"username": "AngelSalom"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "¿ Y qué motivo puede haber para no dar el curso en el ámbito de los cursos que se dan los viernes por la tarde en el foro de mod-Harbour ?",
"time": "10:34",
"topic": "*** Curso de C para programadores Harbour.",
"username": "hmpaquito"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me apunto a este curso, gracias Manu!\n\nSaludos.\n\nCarlos",
"time": "13:20",
"topic": "*** Curso de C para programadores Harbour.",
"username": "csincuir"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Manu,\n\nMe parece muy bueno, me apunto al curso,\n\nPuedes dar una idea del costo y duracion,\nSaludos,\nCarito",
"time": "15:22",
"topic": "*** Curso de C para programadores Harbour.",
"username": "carito"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "cuenta conmigo",
"time": "14:27",
"topic": "*** Curso de C para programadores Harbour.",
"username": "jose_murugosa"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "A mi me interesa, pero siempre que como ejemplo veamos FastReport o un lector biométrico por ejemplo, porque el tema de SQLite ya está resuelto, y no es cuestión de reinventar la rueda.\n\nMuchas gracias.",
"time": "14:39",
"topic": "*** Curso de C para programadores Harbour.",
"username": "joseluispalma"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, buen dia\n\nMe apunto tambien, y quedo pendiente de lo que indiques...\n\nSaludos",
"time": "15:29",
"topic": "*** Curso de C para programadores Harbour.",
"username": "derpipu"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:112amkiv]https://www.amazon.es/Advanced-Programming-Clipper-Stephen-Straley/dp/0201517353[/url:112amkiv]",
"time": "16:27",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Antonio Linares"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1ipccqhh][url:1ipccqhh]https://www.amazon.es/Advanced-Programming-Clipper-Stephen-Straley/dp/0201517353[/url:1ipccqhh][/quote:1ipccqhh]\nInteresante Antonio, ¿Muchas diferencias con Harbour?",
"time": "16:46",
"topic": "*** Curso de C para programadores Harbour.",
"username": "AngelSalom"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si que hay diferencias pero la base es la misma <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "17:00",
"topic": "*** Curso de C para programadores Harbour.",
"username": "Antonio Linares"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me uno <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "17:57",
"topic": "*** Curso de C para programadores Harbour.",
"username": "leandro"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":ncndleet][url:ncndleet]https://www.amazon.es/Advanced-Programming-Clipper-Stephen-Straley/dp/0201517353[/url:ncndleet][/quote:ncndleet]\n\nThanks Master. Purchased. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nJose",
"time": "14:41",
"topic": "*** Curso de C para programadores Harbour.",
"username": "jvtecheto"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy Interesante, yo me apunto al curso.\nGracias",
"time": "12:30",
"topic": "*** Curso de C para programadores Harbour.",
"username": "infosys"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Master Antonio,\n\n¿No has pensado en escribir un libro sobre estos temas, o sobre programación?\n\nEs un reto muy bonito escribir un libro la verdad.\n\nSaludos cordiales",
"time": "12:34",
"topic": "*** Curso de C para programadores Harbour.",
"username": "mgsoft"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Excelente tu sugerencia Eduardo. \nAlgo asi como '\"Un tutorial de C para usuarios de Harbour\"\n\nSaludos,\n\nGeorge",
"time": "15:07",
"topic": "*** Curso de C para programadores Harbour.",
"username": "George"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me apunto yo también.\nGracias",
"time": "21:25",
"topic": "*** Curso de C para programadores Harbour.",
"username": "ricardog"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buena alternativa !! \n\nMe apuntro tambien ,, Donde firmo !!!\n\ny Gracias por adelantado...",
"time": "01:29",
"topic": "*** Curso de C para programadores Harbour.",
"username": "lubin"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá,\n\nTambém tenho interesse.\n\nAlexandre Pereira\n\n\nBelo Horizonte/MG\nBrasil\n\n<!-- e --><a href=\"mailto:[email protected]\">[email protected]</a><!-- e -->",
"time": "06:15",
"topic": "*** Curso de C para programadores Harbour.",
"username": "alexpdasilva"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"mgsoft\":3viv6ura]Master Antonio,\n\n¿No has pensado en escribir un libro sobre estos temas, o sobre programación?\n\nEs un reto muy bonito escribir un libro la verdad.\n\nSaludos cordiales[/quote:3viv6ura]Hola.\n\nOjalá Antonio escribiera un libro, yo lo compraría, pero desgraciadamente el día tiene 24 horas, escribir un libro requiere un año como mínimo a tiempo completo, yo por lo menos prefiero que Antonio programe y que siga con esa chispa que ha hecho conseguir mod_harbour y mejorando FWH\nTodos sabemos lo que sufre al principio un usuario de FWH, la falta de manuales, deduzco que esa Labor técnica no le gusta mucho. \ntener en cuenta que los escritores de libros no son grandes programadores o no se dedican a la programación. No hay muchos casos de programadores geniales que hayan escrito libros, es una labor especializada que la mayoría de ellos huye, prefieren la labor creativa de programar.\n\nSaludos.\n\nJose \n\nJise\n\nEnviado desde mi POCOPHONE F1 mediante Tapatalk",
"time": "08:09",
"topic": "*** Curso de C para programadores Harbour.",
"username": "jvtecheto"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nEl libro no tiene por qué ser necesariamente sobre C, sino sobre programación en general, POO, etc., sobre lo cual Antonio tiene una experiencia única y sería una lástima que se perdiera...\n\nSaludos",
"time": "10:33",
"topic": "*** Curso de C para programadores Harbour.",
"username": "mgsoft"
}
] | *** Curso de C para programadores Harbour. |
[
{
"date": "2021-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nNo se hacen libros porque luego poca gente tiene interés en comprarlos y mucho en copiarlos. Recuerdo la ayuda de xHarbour...\n\nEl asunto se debería organizar como un grupo suficiente que presente un proyecto a Antonio o a quien sea: Tantos somos y tanto capital aportamos para que se pueda iniciar el libro. Asi se hizo con la Charly-charla sobre Mercury y todo el mundo quedó muy contento.\n\nEl verdadero libro de Antonio es su codigo y en el ultimo año sus magnificos videos, hasta que uno que casi linda con la patagonia vino a fastidiar el invento.\n\nAlexander Kresin y la ayuda de Petewg son muy buenos para conocer sobre harbour internals. Los fuentes de Harbour tambien: El otro dia estuve viendo una clase en Samples, TTable, que me dejó muy sorprendido: Al menos en mi caso lo más cercano a lo que ocurre es que no hemos, ni tan siquiera, mirado los ejemplos de Harbour\n\nUn libro que hable extendidamente, por ejemplo de objetos, para mi es una perdida de tiempo: es un asunto muy trillado. Incluso Antonio hizo un manual del Objects que sigue vigente, aunque deprecated\n\nMis dos céntimos",
"time": "12:26",
"topic": "*** Curso de C para programadores Harbour.",
"username": "hmpaquito"
}
] | *** Curso de C para programadores Harbour. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.