Re: [Harbour] hbct FILEATTR() function not working.

2010-02-01 Thread Vailton Renato
Hi! I've been working on the documentation of the functions of HB based on the latest changes made by April White hbdoc2. At this stage, I am reformulating the main site to add an online search like as php.net... But still documented a few routines to help me in reviewing the site. If the docume

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Massimo Belgrano
Thanks for clarification Reading Documentation i have think to a my old project http://sites.google.com/site/pillharbour/ still sorry for be out of theme 2010/1/30 Viktor Szakáts : > Sorry, but this is nor short neither up to the point. > > Harbour needs descriptions for the functions it offers,

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Viktor Szakáts
Sorry, but this is nor short neither up to the point. Harbour needs descriptions for the functions it offers, that's the most important. If someone has useful and practical advice to add to help Smu to get started, please do. Brgds, Viktor On 2010 Jan 30, at 18:02, Massimo Belgrano wrote: >

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Massimo Belgrano
I have same documentation but i am also a bad writer i can share via google document with you we must search a way that allow an on line collaboration from user 1 fist idea for harbour doc we need a little dbf for create index of document where one document maj be present in one or more categorie

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Viktor Szakáts
Hi Smu, > This has been discussed a lot on this list, and it's really > not a technical problem, it simply needs contributors, > willing to give something (in this case documentation writing) > back to the project they're getting for free. > > Viktor, I would love to help out on the documentation

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
On Sat, Jan 30, 2010 at 5:24 AM, Viktor Szakáts wrote: > > This has been discussed a lot on this list, and it's really > not a technical problem, it simply needs contributors, > willing to give something (in this case documentation writing) > back to the project they're getting for free. > Viktor

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
Przemek: 1) The DO WHILE loop (3rd example out of my list of three examples) I ran in the first message in this thread actually will return the decimal data. In my post, it couldn't find the file, because it's attrib was +h, hidden. :) 2) The first two " ? FILEATTR " examples I wrote, are indee

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Viktor Szakáts
Hi, > is in Harbour docs an ordered list of Harbour extensions/substitute Clipper > functions ? > I searched among the various document but I haven't found anything. Maybe I > haven't searched deeply... > Furthermore, in the doc files the documentation of each function is not > described in de

RE: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Marco Boeri
tion. It may be used in any part of Harobur code, .c, .prg and other files (not only in the header) and it's not so far the // that a Clipper programmer is used to use in its code. Best regards, Marco > Subject: Re: [Harbour] hbct FILEATTR() function not working. > From: ha

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Przemysław Czerpak
On Sat, 30 Jan 2010, smu johnson wrote: > It appears the FILEATTR() function doesn't work. > According to http://www.ousob.com/ng/tools1-3/ng935ab.php , it says it > should return a bit-wise decimal number. I tried a few different ways... > absolute path, relative, and a piece of code my brother f

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
Oh... the only reason I kept using these functions was because Norton Guides lists them so nicely... I will try to look through ChangeLog, but I have found that it is quite difficult to grab functions from there, as it is not presented in a nice list. But I will give it a shot. Thanks On Sat, J

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread Viktor Szakáts
Hi, Aside from the bug, I suggest to use Harbour core functions wherever they exist, in this case they are HB_FGETATTR() and HB_FSETATTR(). There is also HB_FGETDATETIME(), HB_FSETDATETIME(). There is also HB_FSIZE(), etc. Many time these are documented in ChangeLog. Brgds, Viktor On 2010 Ja