高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddbxrefmansynctables
oddbxrefman::synctables
oddbxrefman::synctables
oddbxrefman::synctables does not appear to be implemented in any of the libraries (at least my linker can't find it).
if i am not making some error - is their similar functionality available somewhere else? i want to temporarily bind every xref into the drawing so i can read through it without dealing the xref issues (which i don't understand very well). i never save the drawing, so i am not conserned with having to unbind anything.
thanks,
allan
hi allan,
you're just right -- oddbxrefman::synctables() is an atavism and not linked into our libs (to be removed from header).
use oddbxrefman::reloadall() to bind all xref data. there's no difference in our current implementation if db was xrefed or binded except that the first case assumes unloading binded data (and table record names are different). you just have a deal with regular table records with special names <xref>|<strname> and xrefdependent flag is set.
|