Hello,I need to make a simple change to an option on a check box field. But I need to make the same change in a few hundred different databases. Is there some way I can do this programitically?
Many thanks in advance.
Hello,I need to make a simple change to an option on a check box field. But I need to make the same change in a few hundred different databases. Is there some way I can do this programitically?
Many thanks in advance.
Subject: I need to change an option on a check box. But in many different dbs. Can I do it programatically?
You could use DXL to do the job.
Basically you will export the design element that contains the checkbox. Then you edit the DXL-output (which is plain text). Finally you will import the DXL into the original application.