DBCRELOADLABELS Commandline or autmatisation

DBCRELOADLABELS Commandline or autmatisation

fabianvorhauser8520
Explorer Explorer
239 Views
1 Reply
Message 1 of 2

DBCRELOADLABELS Commandline or autmatisation

fabianvorhauser8520
Explorer
Explorer

Hello,

so I am working in an office and we connected our titleblock trough dbconnect with an Acess Database, I created the Labels that are displayed in the titleblock. Only porblem you have to go there and manually update the labels once something was updatet in the Database. Is there a way to make this automatic, doesnt matter if with a lisp or something else. Ideally would be if it automatically updates the labels when the database is updated, but i dont think this is possible.

 

 

And got a second very annoying problem. I connected several Databases to test things but now it seemes like i cant delete them anymore...

 

fabianvorhauser8520_0-1728391301425.png

 

Thanks

0 Likes
240 Views
1 Reply
Reply (1)
Message 2 of 2

vladimir_michl
Advisor
Advisor

You can try something like:

(setvar "CMDDIA" 0)

(command "DBCRELOADLABELS" "EmployeeLabel1")

(setvar "CMDDIA" 1)

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

0 Likes