Re: [Harbour-users] Cancel DBCREATEINDEX?

2010-03-10 Thread Massimo Belgrano
delete index file

2010/3/11 Jerry Finuliar 

> Hi,
>
> Is there a way to cancel DBCREATEINDEX?
>
> Thanks,
> Jerry
>
> --
> ___
> Surf the Web in a faster, safer and easier way:
> Download Opera 9 at http://www.opera.com
>
> Powered by Outblaze
> ___
> Harbour-users mailing list (attachment size limit: 40KB)
> Harbour-users@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour-users
>



-- 
Massimo Belgrano
___
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users


[Harbour-users] Cancel DBCREATEINDEX?

2010-03-10 Thread Jerry Finuliar
Hi,

Is there a way to cancel DBCREATEINDEX?

Thanks,
Jerry

-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
___
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users


[Harbour-users] DBF exclusive mode?

2010-03-10 Thread Jerry Finuliar
Hi,

   ? "table", alias(), "open in", ;
 iif( dbInfo( DBI_SHARED ), "shared", "exclusive" ) + " mode"

Thanks Przemek

-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
___
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users


Re: [Harbour-users] DBF exclusive mode?

2010-03-10 Thread Przemysław Czerpak
On Thu, 11 Mar 2010, Jerry Finuliar wrote:

Hi,

> Is there a function to determine the usage(shared/exclusive)
> of a dbf?

   ? "table", alias(), "open in", ;
 iif( dbInfo( DBI_SHARED ), "shared", "exclusive" ) + " mode"

best regards,
Przemek
___
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users


[Harbour-users] DBF exclusive mode?

2010-03-10 Thread Jerry Finuliar
Hi,

Is there a function to determine the usage(shared/exclusive)
of a dbf?

Thanks,
Jerry

-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
___
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users