On Fri, 21 Nov 2008, Mindaugas Kavaliauskas wrote:

Hi Mindaugas,

> is there any way in Harbour/Clipper to close a single relation of workarea?

No. There are no RDD methods which allows to implement it.
You can hardcode it without RDD API but it's rather bad idea.
You can also collect information about active relations, clear
all and then restore them except the one you want to remove but
it will work only if all relation expressions can be recompiled
using their string expressions.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to