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