Hola amigos,
Alguno ha podido exportar de Dataflex a Excel o DBF?.
Muy agradecido.
Search found 417 matches
- Tue Feb 28, 2012 1:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: exportar Dataflex a Excel/DBF
- Replies: 0
- Views: 240
- Mon Feb 27, 2012 9:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: export Dataflex files to Excel or DBF
- Replies: 0
- Views: 212
export Dataflex files to Excel or DBF
Hello,
Anyone did it?.
I will appreciate any help.
Thanks.
Anyone did it?.
I will appreciate any help.
Thanks.
- Sat Feb 25, 2012 6:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: What is the best of MySql (lib or class) TMySql, TDolphin
- Replies: 92
- Views: 20015
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Hello,
Enrico, where can I find more info about ADO and Harbour?.
Is there a book or e-book?.
Thanks. I am lost
Enrico, where can I find more info about ADO and Harbour?.
Is there a book or e-book?.
Thanks. I am lost
- Thu Feb 23, 2012 9:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIALOG WITH WS_HSCROLL
- Replies: 4
- Views: 795
Re: DIALOG WITH WS_HSCROLL
Hello Francisco,
Thanks for reply.
I did not see testdscr_.prg
In this sample there is the mouse wheel event.
But the class is from 2001 and I not sure if it´s reliable.
Thanks for reply.
I did not see testdscr_.prg
In this sample there is the mouse wheel event.
But the class is from 2001 and I not sure if it´s reliable.
- Wed Feb 22, 2012 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: retrieve excel headers
- Replies: 2
- Views: 668
Re: retrieve excel headers
Mr. Rao,
Thanks for reply.
I want to xBrowse an Excel and I want to set Excel headers in xBrowse.
This is my code:
#include "fivewin.ch"#include "xbrowse.ch"function Main() local oWnd, oBrw, oBar, oFont, n local oRange, u local oSheet  ...
Thanks for reply.
I want to xBrowse an Excel and I want to set Excel headers in xBrowse.
This is my code:
#include "fivewin.ch"#include "xbrowse.ch"function Main() local oWnd, oBrw, oBar, oFont, n local oRange, u local oSheet  ...
- Wed Feb 22, 2012 3:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIALOG WITH WS_HSCROLL
- Replies: 4
- Views: 795
- Tue Feb 21, 2012 4:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIALOG WITH WS_HSCROLL
- Replies: 4
- Views: 795
DIALOG WITH WS_HSCROLL
Hello,
I am trying to create a Dialog with Horizontal Scroll.
I tested sampels\scroll.prg but does not support mouse wheel.
Is other way?.
Thanks.
I am trying to create a Dialog with Horizontal Scroll.
I tested sampels\scroll.prg but does not support mouse wheel.
Is other way?.
Thanks.
- Mon Feb 20, 2012 10:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: retrieve excel headers
- Replies: 2
- Views: 668
retrieve excel headers
Hello,
I am reading an Excel Sheet as follows:
oRange := GetExcelRange( ExePath() + "test.xls" )
@ 0,0 XBROWSE oBrw OF oWnd AUTOCOLS ;
DATASOURCE oRange CELL LINES FOOTERS ;
SIZES 80, 80, 80, 80
How can I get Excel´s header names?.
Thanks.
I am reading an Excel Sheet as follows:
oRange := GetExcelRange( ExePath() + "test.xls" )
@ 0,0 XBROWSE oBrw OF oWnd AUTOCOLS ;
DATASOURCE oRange CELL LINES FOOTERS ;
SIZES 80, 80, 80, 80
How can I get Excel´s header names?.
Thanks.
- Mon Feb 13, 2012 3:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Hi,
Thanks for all help.
I modified the sample as follows:
m
And now I get sometimes:
Error description: (DOS Error 5) DBFCDX/1006 Create error: C:\Users\John\Desktop\harbour\DATA\CUSTOMER.cdx
This is the code. I also compiled in pure DOS withour Fivewin and the error also arrises:
#define ...
Thanks for all help.
I modified the sample as follows:
m
And now I get sometimes:
Error description: (DOS Error 5) DBFCDX/1006 Create error: C:\Users\John\Desktop\harbour\DATA\CUSTOMER.cdx
This is the code. I also compiled in pure DOS withour Fivewin and the error also arrises:
#define ...
- Sun Feb 12, 2012 9:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Otto,
My name is John.
Thanks for helping me.
Last question please, what Harbour and linker do you use?.
Regards,
John
My name is John.
Thanks for helping me.
Last question please, what Harbour and linker do you use?.
Regards,
John
- Sun Feb 12, 2012 6:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Otto,
Thanks a lot. Did you run it several times (8-10)?.
What Harbour and Linker do you use?,
Thanks.
Thanks a lot. Did you run it several times (8-10)?.
What Harbour and Linker do you use?,
Thanks.
- Sun Feb 12, 2012 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Hello,
Thanks for reply.
I did another sample, forcing exclusive and using a different name for the index and I get she same error from time to time.
I provide a new download url:
http://demo.ovh.com/es/5a0f7902749392cd ... 584111b9f/
So, that´s not the clue, sorry.
Thanks for reply.
I did another sample, forcing exclusive and using a different name for the index and I get she same error from time to time.
I provide a new download url:
http://demo.ovh.com/es/5a0f7902749392cd ... 584111b9f/
So, that´s not the clue, sorry.
- Sun Feb 12, 2012 12:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Antonio,
Thanks for heloping me. Yes it is not a FWH bug. I did not say that.
I am not running sample in a network. In fact, I created a second sample forcing EXCLUSIVE MODE and I still get the error.
Sample updated:
m
I think it is a serious issue and I other users could help to isolate the bug ...
Thanks for heloping me. Yes it is not a FWH bug. I did not say that.
I am not running sample in a network. In fact, I created a second sample forcing EXCLUSIVE MODE and I still get the error.
Sample updated:
m
I think it is a serious issue and I other users could help to isolate the bug ...
- Sun Feb 12, 2012 9:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Hello,
Thanks for reply.
This error happens in my app from time to time. It has more dbfs and indexes, but I wrote this sample to easily reproduce the error.
In my sample, I don´t open the index file never, just use customer.dbf new.
Thanks for reply.
This error happens in my app from time to time. It has more dbfs and indexes, but I wrote this sample to easily reproduce the error.
In my sample, I don´t open the index file never, just use customer.dbf new.
- Sat Feb 11, 2012 8:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
- Replies: 21
- Views: 5081
strange (DOS Error 32) DBFCDX/1006 ¿bug?
Hello:
I use Harbour 3.1 and Windows 7 64 bits.
When I run this code, very often I got:
(DOS Error 32) DBFCDX/1006 Create error: C:\Users\John\Desktop\harbour
\DATA\CUSTOMER.cdx
Working sample at:
m
Please, unzip and create a folder at your Desktop.
This is the code:
#define ...
I use Harbour 3.1 and Windows 7 64 bits.
When I run this code, very often I got:
(DOS Error 32) DBFCDX/1006 Create error: C:\Users\John\Desktop\harbour
\DATA\CUSTOMER.cdx
Working sample at:
m
Please, unzip and create a folder at your Desktop.
This is the code:
#define ...