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.


Hi,


thanks. I've solved my problem another way, I just do not open that relation. But I was a little surprised that there is no way to close a single relation in Clipper.

Perhaps, the only possible way to implement it (without backward incompatible RDD extension) is via DBINFO().


Regards,
Mindaugas

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

Reply via email to