Search found 946 matches

by Richard Chidiak
Wed Oct 26, 2005 3:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give me the following errors. Should not adding the hbzip.lib file provi...
by Richard Chidiak
Wed Oct 26, 2005 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give me the following errors. Should not adding the hbzip.lib file provi...
by Richard Chidiak
Tue Oct 25, 2005 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Disable a tab on a folder
Replies: 2
Views: 1134

Re: Disable a tab on a folder

Hi Everybody, Is there a way to disable a tab on a folder, for example something like: IF nValue <> 1 oFld1:Disable() ENDIF This way only oFld1 would not be clickable but the rest would. Thanks in advance, Jeff Jeff you can do it this way oFld1:aEnable = { .f., .t., .t., .T., .T.,.T. } Richard
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

Thanks Richard, I downloaded the contribution libs from Xharbour and put the hbzip.lib into directory d:\harbour\lib. Modified my rmk file it include hbzip.lib as follows. HBDIR=d:\harbour BCDIR=d:\Borland\bcc55 FWDIR=d:\fwh snip ... echo $(HBDIR)\lib\codepage.lib + >> b32.bc echo $(HBDIR)\lib\hbzi...
by Richard Chidiak
Mon Oct 24, 2005 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

Re: Testzip and Testuzip will not compile

Hi I run the standard Buildh.bat on either Testzip.prg or Testuzip and get multiple Unresolved externals error messages similar to example below. Any idea what I am missing? All other Test*.prg I compiled with Buildh.bat compile fine. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Err...
by Richard Chidiak
Fri Oct 21, 2005 6:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE file name
Replies: 4
Views: 2011

Richard, I think it is a good and simple solution but where can I found info of oExcel object property? regards Eugeniusz Eugeniusz Sorry i do not understand the question What exactly are you looking for ? Active sheet ? If so try oSheet = oExcel:Get( "ActiveSheet" ) nRows := oSheet:UsedR...
by Richard Chidiak
Thu Oct 20, 2005 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE file name
Replies: 4
Views: 2011

Re: OLE file name

Hallo How can I get name of opened thru OLE xls file? .... oExcel := TOleAuto():New( "Excel.Application" ) oExcel:WorkBooks:Open(cGetFile("*.XLS", "Select Excel File")) //msginfo(oExcel:WorkBooks:FileName()) ... Regards Eugeniusz :) Try it this way CFILE := cgetfile32(...
by Richard Chidiak
Thu Oct 20, 2005 7:49 pm
Forum: FiveWin for Pocket PC
Topic: Simple aplication
Replies: 18
Views: 9417

Re: Printing

I think printig is not the problem. You can send a txt or dbf-file to your PC. On the PC you have a "Software-PrintServer" runnig, which checks controlled by a timer if a new file is there. If yes the file will be printed. Otto, There are many applications where the pocket pc is used far ...
by Richard Chidiak
Thu Oct 20, 2005 9:53 am
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7728

Antonio Linares wrote:GWard,

You are browsing a DBF on the listbox, right ?
:)

Antonio,

This feature (multisel) is in Hernan DC's twbrowse , it is very useful. If it could be adapted to fw's browse (fwh and pocket), that would be fantastic.

Richard
by Richard Chidiak
Tue Oct 18, 2005 3:48 pm
Forum: FiveWin for Pocket PC
Topic: Simple aplication
Replies: 18
Views: 9417

Antonio Linares wrote:Jose,

I have forwarded you a spanish email which describes quite well how to use a printer from the pocket pc.
:D

Antonio,

If you have the same document (or maybe a link) in English (or French), i am candidate,

Tia

Richard
by Richard Chidiak
Mon Oct 17, 2005 5:49 pm
Forum: FiveWin for Pocket PC
Topic: Problem with dbdelete() and pack
Replies: 14
Views: 4686

Only one record (the first one) is copied ??? none should be there Have you checked if that record is marked as deleted ? Again the header of the original file where we delete is corrupted. How do you know this ? Do you get an error when you try to open it ? What tool are you using to open it ? Tha...
by Richard Chidiak
Mon Oct 17, 2005 2:40 pm
Forum: FiveWin for Pocket PC
Topic: Problem with dbdelete() and pack
Replies: 14
Views: 4686

Richard, I have tested it on the emulator and works ok. Then I modified the DBF path (SD card) and tested it again on the real pocket pc and the problem then happens. I guess we need to create a zapDbf() function that does what I described on a previous msg. Also we could try COPY TO ... FOR ... co...
by Richard Chidiak
Mon Oct 17, 2005 1:11 pm
Forum: FiveWin for Pocket PC
Topic: Problem with dbdelete() and pack
Replies: 14
Views: 4686

I think that problem is dbf path. I have oher problems' with this... but not with emulator.... :( Use path for open dbf... My two cents regard's andrea bruni It is not the path but probably the header of the dbf for the first record. Antonio, i tried the test.prg that you have in samples dir and tr...
by Richard Chidiak
Mon Oct 17, 2005 1:02 pm
Forum: FiveWin for Pocket PC
Topic: Problem with dbdelete() and pack
Replies: 14
Views: 4686

I think that problem is dbf path. I have oher problems' with this... but not with emulator.... :( Use path for open dbf... My two cents regard's andrea bruni It is not the path but probably the header of the dbf for the first record. Antonio, i tried the test.prg that you have in samples dir and tr...
by Richard Chidiak
Fri Oct 14, 2005 8:02 pm
Forum: FiveWin for Pocket PC
Topic: Problem with dbdelete() and pack
Replies: 14
Views: 4686

Re: Problem with dbdelete() and pack

Maurizio wrote:I use DBFCDX RDD
the command dbdelete() and pack
don't work correctly

Regards Maurizio
Maurizio

Do you have

SET DELETE ON

Richard