topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Antonio,
Great!
EMG |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Antonio, i make the trial to compile with bcc32c from BCC 7.1. Some minor warnings and some missing externals are the result. It is a extra bcc32c.cfg required. Maybe Harbour should also build with bcc32c! |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Lets try it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | I wanted to test de speed-difference between BCC7.1 and VS2015, but compiling speedtst.prg give me this error
[code=fw:3n2m0985]<div class="fw" id="{CB}" style="font-family: monospace;">FiveH64.lib<span style="color: #000000;">(</span>ERRSYSW.obj<span style="color: #000000;">)</span> : <span style="color: #0000... |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Marc,
Dont link the FWH libraries to build it |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Antonio, i compile with bcc32c and become this linker-error:
Error: Nicht aufl÷sbares externes '___seh_personality_v0' referenziert von C:\WGUN\GUN1\GDIPLUS.OBJ
Error: Nicht aufl÷sbares externes '__Unwind_SjLj_Register' referenziert von C:\WGUN\GUN1\GDIPLUS.OBJ
Error: Nicht aufl÷sbares externes '__Unwind_SjLj_Unregist... |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | from stack overflow :
Unresolved external '___seh_personality_v0' Unresolved external '__Unwind_SjLj_Register' Unresolved external '___cxa_begin_catch'
Unresolved external '___cxa_rethrow' Unresolved external '___cxa_end_catch' Unresolved external '__Unwind_SjLj_Unregister'
Unresolved external '__Unwind_Resume' Unreso... |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Thanks mastintin!
Your topic show me the way! I have used wrong libs-folder!
Antonio:
Now compiling with bcc32c without problems but the following linker-errors are showing:
Error: Nicht aufl÷sbares externes '__InitExceptBlockLDTC' referenziert von C:\FWH\LIB\FIVEHC.LIB|GDIPFWH
Error: Nicht aufl÷sbares externes '_vect... |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Günther,
It seems to me as you have to recompile fwh\source\winapi\gdiplus.cpp with the C compiler that you are using |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Antonio, added gdipfwh.cpp and gdiplus.cpp to compile.
Now new error:
Error: Nicht aufl÷sbares externes '__InitExceptBlockLDTC' referenziert von C:\FWH\LIB\FIVEHC.LIB|ACTX
actx i cannot found! |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | Antonio, el mismo error aqui . |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | In goolgle groups of harbour,
<!-- m --><a class="postlink" href="https://groups.google.com/forum/#!forum/harbour-devel">https://groups.google.com/forum/#!forum/harbour-devel</a><!-- m -->
[quote:14n2mq83]
32-bit version of NON (repeat) NON-LLVM is about the same performance (if we're talking about 7.0 and 7.10).
... |
BCC 7.0 64 is almost double fast as BCC 7.1 64 | [quote="byte-one":7gavl367]Antonio, added gdipfwh.cpp and gdiplus.cpp to compile.
Now new error:
Error: Nicht aufl÷sbares externes '__InitExceptBlockLDTC' referenziert von C:\FWH\LIB\FIVEHC.LIB|ACTX
actx i cannot found![/quote:7gavl367]
Use fwh16.01 , added gdipfwh.cpp and gdiplus.cpp to compile ... and run some sample... |
BCC 7.3 | Hi Enricco
where can i find Bcc 7.3, for new version of xharbour 7.3 ?
Thanks
Regards |
BCC 7.3 | Hola Fivewiners.
Alguien sabe donde encuentro la version de BCC 7.3, para compilar con la version de xHarbour 7.30 ?
Saludos |
BCC 7.3 | [url:3jyqa5r0]http://www.xharbour.org/index.asp?page=download/windows/required_win[/url:3jyqa5r0]
EMG |
BCC 7.3 | Hola Enrico
Gracias, muchas Gracias.
Saludos |
BCC 7.3 | You can find what you need at xHarbour.org ... here is the link for Borland 7.3
Rick Lipkin
<!-- m --><a class="postlink" href="http://xharbour.org/index.asp?page=download/windows/required_win">http://xharbour.org/index.asp?page=down ... quired_win</a><!-- m --> |
BCC 7.3 | Hi Enrico
When link my application with bcc73 it gives me the following error: "Faltal unable to open file uuid.lib"
Do you know what I have to do to correct this problem?
use xharbour for bcc 7.3
Thank you
Regards |
BCC 7.3 | Please, look inside your compile batch and remove uuid.lib. It is not needed.
EMG |
BCC 7.3 | Hi Enrico.
UUID.LIB it´s not included in buildx.bat file,
I try to build an empty prg, demo00.pg like this " FUNCTION MAIN();RETURN .T. "
I use this buildx.bat
Thanks Enrico.
thanks for your help
[code=fw:zik62cdi]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ECHO OFF<br />CLS<br />ECHO ... |
BCC 7.3 | I just tried your batch and it worked fine. No uuid.lib error. Can I see your bcc32.cfg and ilink32.cfg that should be in the BCC\bin directory?
EMG |
BCC 7.3 | Hi Enrico
ilink32.cfg : -L"..\..\..\BORLAND\BCC72\lib";"..\..\..\BORLAND\BCC72\lib\psdk"
bcc32.cfg : -I"..\..\..\BORLAND\BCC72\include";"..\..\..\BORLAND\BCC72\include\windows\crtl";"..\..\..\BORLAND\BCC72\include\dinkumware";"..\..\..\BORLAND\BCC72\include\windows\rtl";"..\..\..\BORLAND\BCC72\include\windows\sdk";"... |
BCC 7.3 | They are not right. They point to BCC72 directory while they should point to BCC73 one.
EMG |
BCC 7.3 | Hi Enrico.
I see the probleam, now it´s correct... ( paths for bcc73 are incorrect)
Thanks a lot, Enrico
Regards. |
BCC 7.3 de donde lo descargo? | Algun link ?
Saludos |
BCC 7.3 de donde lo descargo? | [quote="Compuin":3ap8768d]Algun link ?
Saludos[/quote:3ap8768d]
[url:3ap8768d]http://forums.fivetechsupport.com/viewtopic.php?f=16&t=33542[/url:3ap8768d] |
BCC 7.3 de donde lo descargo? | [quote="karinha":26nuknps][quote="Compuin":26nuknps]Algun link ?
Saludos[/quote:26nuknps]
[url:26nuknps]http://forums.fivetechsupport.com/viewtopic.php?f=16&t=33542[/url:26nuknps][/quote:26nuknps]
????
Me refiero Borland BCC 7.3 no xHarbour |
BCC 7.3 de donde lo descargo? | [img:f53r7n9c]http://i.imgur.com/rzIhx7c.png[/img:f53r7n9c] |
BCC 7.3 de donde lo descargo? | Thanks |
BCC 7.3 de donde lo descargo? | <!-- m --><a class="postlink" href="http://www.whosaway.com/">http://www.whosaway.com/</a><!-- m --> |
BCC 7.3 de donde lo descargo? | Manu,
Muchas gracias |
BCC 7.4 is out | <!-- m --><a class="postlink" href="https://groups.google.com/forum/?pli=1#!topic/comp.lang.xharbour/7X3VUlidTVI">https://groups.google.com/forum/?pli=1# ... X3VUlidTVI</a><!-- m --> |
BCC compiler version | Hi,
How to know application build by which BCC compiler |
BCC compiler version | You could search for a certain pattern (from a BCC library) inside the EXE |
BCC compiler version | ? hb_compiler() // Borland 5.82
Returns the compiler used to create the (x)Harbour binaries .. You need to use ( match ) the (x)harbour compiler for your BCC Library. In otherwords for hb_compiler to return the correct BCC you will need to use the (x)harbour build for that compiler.
You can use (x)harbour for BCC55 ... |
BCC compiler version | Thank you Mr. Antonio and Mr. Rick Lipkin |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Amigos
Tengo 3 equipos, cada uno con sistema operativo diferente (W98SE,WXP-SP3 y W7-64bits), y estoy utilizando FWh712. En los dos primeros el BCC55 compila y enlaza perfectamente. Cuando compilo en W7 y utilizo CW32.LIB no reconoce la existencia de UUID.LIB. Si utilizo CW32i.LIB si lo hace pero se hace necesario qu... |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Armando,
Comprueba que en los 3 equipos tengas la misma configuración del BCC:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098">viewtopic.php?f=17&t=13098</a><!-- l --> |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Armando,
No se exactamente para que lo usa Borland. Me imagino que está relacionado con la gestión de UUIDs:
[url:2bucimy3]http://es.wikipedia.org/wiki/Universally_Unique_Identifier[/url:2bucimy3] |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Antonio
Muy interesante el artículo que indicas. La lógica es simple, para los que de alguna manera nos vemos involucrado en este mundillo ¿verdad?
Gracias por la ayuda.
Saludos
Armando |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Antonio
Tiene la misma configuración porque es una copia de la carpeta que tengo en W98SE y Wxp-SP3. Voy a seguir escudriñando el porque de esta curiosidad. Y, ahora que lo pienso, ¿qué función tiene UUID.LIB para que sea necesaria su presencia en la compilación?. Estoy utilizando lo siguiente:
# COMPILA.RMK
# Borlan... |
BCC55 - curiosidad de compilacion - SOLUCIONADO | Antonio
Gracias por la "pista". Borré los archivos CFG de la carpeta de Bcc55 y los volví a crear y ... ¡funcionó!.
¡Bueno! Estas son cosas de este mundillo informático. De todas maneras persiste mi pregunta ¿qué función cumple UUID.lib para que sea adecuada su presencia?.
Saludos
Armando |
BCC56 - FWH802 ? | Sr. Antonio para usar o BCC56, preciso recompilar o FWH? ou ele vai assumir automaticamente?
Grato |
BCC56 - FWH802 ? | Nosotros seguimos usando la versión 5.5, pero en principio la versión 5.6 debería ser totalmente compatible con la 5.5 |
BCC56 - FWH802 ? | Obrigado Sr. Antonio |
BCC582 | Hola. Consulta: bajé la versión 10.4; siguiendo la recomendación de la página, pasé de la verción BCC55 a la BCC582, pero al compilar me da este error. ¿tienen idea que puede estar pasando? Gracias.
Si uso BCC55 anda. Los permisos en la carpeta BCC582 estan correctos, el path es correcto. ¿que puede ser? Gracias desde... |
BCC582 | Hola:
edita los .cfg de la carpeta bin con el PATH correcto.
Salu2 |
BCC582 | Excelente...!!! Mil gracias...!!! |
BCC582 y BCC63 | Buenos tardes,
Alguien puede indicarme como puedo conseguir BCC582 y BCC63.
Gracias |
BCC582 y BCC63 | Link eliminado
Saludos,
Adhemar |
BCC582 y BCC63 | Por favor no publiqueis enlaces para descargar ficheros de Borland porque la licencia de Embarcadero no lo permite, gracias |
BCC582 y BCC63 | [quote="acuellar":ubuw1yrt]Link eliminado
Saludos,
Adhemar[/quote:ubuw1yrt]
Acuellar, podrias enviarlo a mi privado..?
Antonio, crei era gratuito la version de borland, en la pagina de embarcadero no hay de donde descargarlo...o por lo menos no lo he visto.saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_ee... |
BCC582 y BCC63 | Es gratuito pero Embarcadero no autoriza la redistribución.
Parece absurdo pero es asi. |
BCC582 y problema de fechas con ADO | Hola a todos:
Creo que como día lunes, partimos mal , pues tengo un problema grave al actualizarme al BCC582 con el tema de las fechas en ADO.
Cuando realizo una consulta a un servidor SQL server o Access, las fechas se devuelven el blanco y ahora son del tipo "T" , al ver su Valtype( dFecha ) por ejemplo.
Existe... |
BCC582 y problema de fechas con ADO | ace poco repararon ese problema en xharbour.
seria recomendable que bajes el mas reciente build
<!-- m --><a class="postlink" href="http://www.whosaway.com">http://www.whosaway.com</a><!-- m -->
pon XHB
salu2
carlos vargas |
BCC582 y problema de fechas con ADO | Esto te puede ayudar
[url:25sbsbwk]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23448&p=127566#p127566[/url:25sbsbwk]
Slds |
BCC582 y problema de fechas con ADO | Juan,
[url:tr6k1ud5]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_bcc582_20120127.zip&can=2&q=[/url:tr6k1ud5] |
BCC582 y problema de fechas con ADO | [b:w21d05dw]MUCHAS Gracias[/b:w21d05dw] a Carlos , Nicanor y Antonio por sus respuestas.
Voy a bajarlos al tiro y ver que sucede. Este problema es bastante desesperante.
Carlos el link que me diste no funciona, estará bien ?
Saludos ,
JC |
BCC582 y problema de fechas con ADO | Hola Antonio,
Instalé el build que me señalas , pero es el mismo ( 9421 ), no existe uno mas actual, porque con ese el problema persiste <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> .
Donde se puede bajar un build mas actualizado como el que menciona... |
BCC582 y problema de fechas con ADO | JC,
Aqui lo tienes construido al 30 de Marzo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2ps7dpza]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_bcc582_20120330.zip&can=2&q=[/url:2ps7dpza] |
BCC582 y problema de fechas con ADO | ANTONIO ,
Muchas gracias por tu pronta ayuda, en los emoticonos falta poner una copita , para habertela regalado <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> ... |
BCC582 y problema de fechas con ADO | Antonio,
Podrias facilitar los builds de Harbour para MVC y MINGW tambien ?
Slds |
BCC582 y problema de fechas con ADO | Hola a todos:
[b:32vdbwhm]Lo he probado todo y el problema persiste !! [/b:32vdbwhm]
Cuando uno realiza un select a campos del tipo fecha en un servidor MSSql server, access , devuelve mal los datos, por ejemplo:
[code=fw:32vdbwhm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ? oRs:<spa... |
BCC582 y problema de fechas con ADO | [quote="nnicanor":4lbgio3n]
Podrias facilitar los builds de Harbour para MVC y MINGW tambien ?
[/quote:4lbgio3n]
Versión para MinGW:
[url:4lbgio3n]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_mingw_20120330.zip&can=2&q=[/url:4lbgio3n] |
BCC582 y problema de fechas con ADO | Juan,
Si esto te funciona bien, aunque sea como caracter:
? Dtoc( oRs:Fields("FechaEmision"):Value )
Prueba a hacer esto:
? CToD( Dtoc( oRs:Fields("FechaEmision"):Value ) ) |
BCC582 y problema de fechas con ADO | Antonio:
Algo parecido es lo que he estado haciendo, solo que esperaba que existiera alguna mejora o corrección de esto.
Parece que por lo que me comenta Rick, no hay vuelta atrás. Habrá que acostumbrarse a esta tontera o
probar con otro compilador.
Consulta, en Harbour pasa esto , pues no lo he utilizado.
JC |
BCC70 - BCC71 - BCC72 | Hello,
Where can I download BCC70, BCC71 and BCC72?
Both 32- and 64-bits?
Thanks. |
BCC70 - BCC71 - BCC72 | Some ot them are here:
[url:30yx94vz]http://xharbour.org/index.asp?page=download/windows/required_win[/url:30yx94vz]
EMG |
BCC70 - BCC71 - BCC72 | Thank you so much. |
BCC70 - BCC71 - BCC72 | Excuse me I did not know that could not publish a link referring to Embarcadero. |
BCC70 - BCC71 - BCC72 | I remind to all of you that Embarcadero does not allow the redistribution of their files
so I kindly ask you not to post these urls here, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BCC70 - BCC71 - BCC72 | Please, feel free to remove the whole thread.
EMG |
BCC70 - BCC71 - BCC72 | A comment from Mel Smith:
[quote:2486wmrh] Embarcadero invites all people to *evaluate* their products and try them out. Also, I believe Embarcadero has dropped the BCC72 line of compilers (32 and 64-bit) from their current product line, and does not even provide it for sale. They do have a new 'Borland' product (... |
BCC70 - BCC71 - BCC72 | Once I got an email from Embarcadero (lawyer) asking me not to post urls here so I know what I am talking about <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
We have to respect Embarcadero license, the same way we want others to respect our work |
BCC71 error | SAludos
Cuando compilo usando bcc70 funciona bien, pero cuando uso bcc71 genera error
[code=fw:1x3aaxx0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> \harbour\bin\harbour \v_xharb_v3\librerias\lrprg\FastRepH.PRG /l /m /q /es2 /gc1 -D__EXPORT__ -D__HARBOUR__ /O.\obj1\ /I\harbour\include;\v_xha... |
BCC71 error | Ruben,
Tal vez estés usando unos ficheros de cabecera incorrectos |
BCrypt | Muy buenas foro, teneis alguien alguna clase, función, etc.. para encriptar por BCRYPT y desencriptar dicho hash.
Gracias. |
BCrypt | Buenas,
mira en [url:2o7zckcf]https://github.com/vszakats/harbour-core/blob/master/contrib/hbcrypto/tests/bcrypt.prg[/url:2o7zckcf]
Saludos |
BCrypt | Gracias por tu respuesta, pero lo que quiero es si alguien tiene una funcion o clase que haga esto en xharbour y Fivewin 0901.
¿Alquien tiene algo de esto?
Gracias. |
BCrypt | Muy buenas foro, sigo sin poder desarrollar una función en xharbour, ¿alguien tiene algo? |
BEACON | [b:4x1pafkr][u:4x1pafkr][size=150:4x1pafkr]BEACON[/size:4x1pafkr][/u:4x1pafkr] [/b:4x1pafkr]
Buenas noches
He creado un SLACK en el que he adjuntado la documentación inicial sobre BEACON.
Es una introducción y 10 ejemplos iniciales para que se puedan hacer una idea de la técnica que se utiliza, pero sí estoy dispuesto ... |
BEACON | Hola Cristobal,
Donde puedo bajar Beacon para probar?
Saludos!
Eduardo Borondón Muñiz |
BEACON | <!-- m --><a class="postlink" href="https://join.slack.com/t/beacon-slack/shared_invite/zt-cq0c6zmd-JGUfM0ZMJ6lnG18fwq8~eg">https://join.slack.com/t/beacon-slack/s ... G18fwq8~eg</a><!-- m -->
en el Canal de descargas
También encontrarás mucha información y links de videos en el foro de modHarbour
<!-- m --><a class="p... |
BEACON | Hola Cristobal, gracias por responder
Ya me he instalado Slack y he ingresado, pero al entrar al post para descargar Beacon me dice No tiene los permisos requeridos para ver los archivos adjuntos a este mensaje.
Algo me falta de configurar pero no lo encuentro.
Una ayudita por fa
Saludos!
Eduardo Borondón Muñiz |
BECOME A TPLAN BETA TESTER | <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> [b:162jpo74]MY CLASS TPLAN FOR 32 BIT[/b:162jpo74] <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
[url=http://img96.imageshack.us/my.php?image=cxjka9.jpg:162jpo74][... |
BECOME A TPLAN BETA TESTER .... | <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> [b:132osc00]MY CLASS TPLAN FOR 32 BIT[/b:132osc00] <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
[url=http://img96.imageshack.us/my.php?image=cxjka9.jpg:132osc00][... |
BECOME A TPLAN BETA TESTER .... | Congratulations, Silvio!
It look very nice!
Best Regards,
Maurilio |
BECOME A TPLAN BETA TESTER .... | it run as the old tgant class but i make some modifies because i not know the source code of tgant
infact i modifed the tet of tgant(qgant) ...
it's very easy...
If You a small application ( source code and dbf) made with Tgant 16 bit you can send it at my private email
only the fwuser send me the test( source co... |
BECOME A TPLAN BETA TESTER .... | Hello Silvio,
My project need to Gant solution. But I have not any sample code of 16bit Gant.
Richard |
BECOME A TPLAN BETA TESTER .... | what is you project ?
can you send me small test sample ? |
BECOME A TPLAN BETA TESTER .... | Hello Silvio,
I have not coding for it.
Because Gant solution not support within FWH.
I saw them support ActiveX.
Regards,
Richard |
BECOME A TPLAN BETA TESTER .... | Sorry we must implement another method because i can move the objec ton left and the right and move to another record as it was tgant...
Now I wantedd move on the top and on the down to use as this:http://www.arcadina.com/modules/wfarcadina/index.php?id=27 |
BEEP() / TONE() | Hello,
When I use Tone() in my application I get a message: "not implemented yet"
Is there other way create a tone alarm?
Thanks,
Moshe Yarden |
BEEP() / TONE() | Moshe,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=4&t=1250&start=0&hilit=SndPlaySound">viewtopic.php?f=4&t=1250&start=0&hilit=SndPlaySound</a><!-- l --> |
BEGIN TRANSACTION | Hola amigos
Alguien sabe si es posible usar control de transacciones en FWH ?
Necesito controlar que una transacción en la que intervienen varias bases de datos DBF se ejecute en su totalidad y de haber errores no se haga ningun cambio en las bases de datos involucradas.
He visto que esto usando BEGIN TRANSACTION ROLL... |
BEGIN TRANSACTION | Saludos
TRY CATCH END cuando la usas me dices te genera el error pero te graba en los DBF, deberia de funcionar, todo depende de como lo tengas implementado,
coloca un trozo de codigo |
BEGIN TRANSACTION | Hola Ruben
En este momento no tengo ejemplo real del codigo para mostrarte porque como no me andaba lo saque.
El tema seria asi:
use BASe 1
varios reemplazos ...
use BAse 2
varios reemplazos
son como 10 bases de datos que se actualizan
ahora bien:
Si uso el TRY CATCH el proceso se puede interrumpir, al no poder hacer... |
BEGIN TRANSACTION | Hola,
Fivewin no es una bb.dd. sino una libreria, asi que no puede tener BEGIN TRANSACION.
Sería Harbour el que podría tenerlo en las .dbfs, pero no es el caso.
Lo que yo haría sería:
1º Abrir todas las .dbfs al principio
2º Comprobar que los indices .cdx y las .dbfs implicadas no estén corruptas. Esto es bien fac... |
BEGIN TRANSACTION | hola hnpaquito, gracias por tu sugerencia
Probe y anda...pero tengo un grave problema, cuando se produce un error se me altera la numeracion de los registros contables en la red, me es imposible controlar la numeracion ques correlativa y me aparecen agujeros en los libros
de todas maneras te agradezco tu interes
abraz... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.