How is file locking handled in Clipper?
Added on Fri, Jan 8, 2010
Function fil_lock() Parameters wait private forever if flock() return (.t.) endif forever=(wait=0) do while (forever .or. wait > 0) inkey(.5) if flock() return (.t.) endif enddo return (.f.)
Read More
What are the features of Clipper VO?
Added on Fri, Jan 8, 2010
There is no Clipper VO; CA Visual Objects is an object oriented Clipper super-set that runs under Windows and creates Windows executables.
Read More