Search found 38 matches

by wzaf
Thu Jan 14, 2010 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Test EOF with ADORDD
Replies: 0
Views: 341

Test EOF with ADORDD

Hi all ! I use ADORDD with Harbour as : USE "Mydb" VIA "ADORDD" TABLE "" MYSQL FROM "localhost" USER "myuser" PASSWORD "mypassw" QUERY ("SELECT * from MyTABLE WHERE .... ") ALIAS "" READONLY NEW and then I do a report RE...
by wzaf
Sat Jan 09, 2010 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPFILE : lOverwrite flag
Replies: 3
Views: 628

Re: HB_ZIPFILE : lOverwrite flag

Tank you , Lautaro, is a good idea.

But this means that the function HB_ZIPFILE() doesn't work with lOverwrite flag = .F. ?


Best regards
Walter Zafferami
by wzaf
Fri Jan 08, 2010 9:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPFILE : lOverwrite flag
Replies: 3
Views: 628

HB_ZIPFILE : lOverwrite flag

I tried to use HB_ZIPFILE with lOverwirte flag = .F. to add files to an existing archive, but i get always a new zip archive .
Here the sintax I' ve used :
HB_ZIPFILE( "c:\zfile.zip", aFiles, 9, nil, .F. ) .
I forgot something ?

best regard
Walter Zafferami
by wzaf
Tue Jan 05, 2010 8:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external referenced from RDDADO
Replies: 6
Views: 1330

Re: Unresolved external referenced from RDDADO

Thank you , it works now!

Many Thanks

saludos
Walter Zafferami
by wzaf
Mon Jan 04, 2010 10:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external referenced from RDDADO
Replies: 6
Views: 1330

Unresolved external referenced from RDDADO

I have FWH 9.12 with Harbour for BCC - 2.0 .
When I try to build mysql1.prg :I get a link error:

Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\HARBOUR\LIB\ADORDD.LIB|adordd

The date of ADORDD.LIB is 12/05/2007 .

Can someone help me ?

Thanks
Walter Zafferami
by wzaf
Fri Oct 03, 2008 2:21 pm
Forum: FiveWin for CA-Clipper
Topic: ODBC Invalid Cursor State
Replies: 5
Views: 2068

ODBC Invalid Cursor State

I've considered many times porting my applications on FWH , but I have a lot of dialog forms made with Microsft Apstudio and stored in DLL . There is a simple way to port them under FWH ?
by wzaf
Fri Oct 03, 2008 8:53 am
Forum: FiveWin for CA-Clipper
Topic: ODBC Invalid Cursor State
Replies: 5
Views: 2068

ODBC Invalid Cursor State

Tank you,
I'm going to ask MySql forum,
anyway do you know if there is the same problem using FWH ?

Regards,
Walter Zafferami
by wzaf
Tue Sep 30, 2008 12:25 pm
Forum: FiveWin for CA-Clipper
Topic: ODBC Invalid Cursor State
Replies: 5
Views: 2068

ODBC Invalid Cursor State

I use Fw 2.1c and Mysql with myODBC connector.
I've installed new version of MyOdbc : 3.51.20 and I got the error:
[Microsoft][ODBC Driver Manager] Invalid cursor state: GetValue on field: 1, nType: 12, Len: 21.

Can someone help me ?