Search found 50 matches: adoexporttodbf

Return to advanced search

Problema con la función FW_AdoExportToDBF

Buenos días para todos, Creo que encontré un error en la función FW_AdoExportToDBF,() cuando la consulta tiene campos auto incrementales y se aplica un filtro en esta usando la clausula WHERE, la función no devuelve el id correspondiente sino que inicia siempre la numeración desde 1. Me explico: En ...
by leandro
Thu Mar 18, 2021 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con la función FW_AdoExportToDBF
Replies: 0
Views: 270

Re: problem with fw_adoexporttodbf function

Nages, any solution? Thank you.
by max
Sat Feb 01, 2020 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: New FTDN December 2019 (FWH 19.12)

Octubre, Noviembre, Diciembre 2019 ================================== * Corrección: TArratData: La fuente en negrita creada internamente en el método ShowTable() no está siendo liberado. Corregido. * Corrección: TGraph: Cuando :lViewVal es verdadero y si ::aSeries[x, 5] es nulo genera un error de ti...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

October, November, December 2019 ====================== * Fix: TArratData: Bold font internally created in the method ShowTable() is not being released. Fixed. * Fix: TGraph: When :lViewVal is true and if ::aSeries[x,5] is nil raises runtime error. This happens when values of :aSeries are assigned m...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: problem with fw_adoexporttodbf function

I use FWH rev. 1807 (September 2018)
by max
Tue Dec 03, 2019 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

Let us propose another way.
What is the FWH version you are using now?
by nageswaragunupudi
Tue Dec 03, 2019 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

ok thanks Nages. In other words, I have to buy the updated version today to solve the problem reported here of FW_AdoExportToDbf with SQL field type varchar(max). Is it right?
by max
Tue Dec 03, 2019 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

In case you are using the next version immediately after this post, you need not recompile adofuncs.prg. You can use FWH libraries without any change.
by nageswaragunupudi
Tue Dec 03, 2019 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

I still have the same unresolved problem today
by max
Tue Dec 03, 2019 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

Hello I'm facing the same issue when I'm trying to attach a .C file to my project echo ..\..\bcc710\lib\psdk\iphlpapi.lib + >> b32.bc echo ..\..\bcc710\lib\psdk\shell32.lib, >> b32.bc IF EXIST demo.res echo demo.res >> b32.bc ..\..\bcc710\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo I...
by Compuin
Mon Dec 02, 2019 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: Error en fw_adoexporttodbf con campos autoincrementales

Solo así obtengo el valor real almacenado en la tabla, la pregunta es como podría hacer mi consulta sin tener que agregar este campo adicional? Please make this change in the function FW_AdoExportToDBF(...) in \fwh\source\function\adofuncs.prg. Please locate these lines in the function    ...
by nageswaragunupudi
Sat Nov 30, 2019 6:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en fw_adoexporttodbf con campos autoincrementales
Replies: 2
Views: 658

Error en fw_adoexporttodbf con campos autoincrementales

Buenas tardes compañeros del foro, cuando transfiero un recordset de sql hacía DBF usando la función fw_adoexporttodbf(oRs0,dbtmp1,.f.) me surgió un detalle del que quisiera saber si me pueden ayudar, muchas de mis tablas tienen un campo autoincremental por ejemplo CampoIndex, al hacer la consulta a...
by mariordz
Fri Nov 29, 2019 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en fw_adoexporttodbf con campos autoincrementales
Replies: 2
Views: 658

Re: problem with fw_adoexporttodbf function

modified and tried, but the same errors remain. Now my b32.bc file has this content: main.obj + adofuncs.obj, + MARGINI.exe, + MARGINI.map, + c:\fwh\lib\Fivehx.lib c:\fwh\lib\FiveHC.lib + c:\xharbour\lib\rtl.lib + c:\xharbour\lib\vm.lib + c:\xharbour\lib\gtgui.lib + c:\xharbour\lib\lang.lib + c:\xha...
by max
Wed May 15, 2019 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562

Re: problem with fw_adoexporttodbf function

Please try to change this part

Code: Select all  Expand view
echo %bcdir%\lib\c0w32.obj + > b32.bc
echo adofuncs.obj + > b32.bc
echo main.obj, + >> b32.bc
 


as
Code: Select all  Expand view
echo %bcdir%\lib\c0w32.obj + > b32.bc
echo main.obj + > b32.bc
echo adofuncs.obj, + >> b32.bc
 
by nageswaragunupudi
Wed May 15, 2019 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2562
Next

Return to advanced search