we are using MS ss1.
We have some vba rules for the standards checker and a default rule set loaded via a dgnlib every thing works from with in microstation.
when using batch processing to check many files everything runs but my vba rules are never called ? and are not reported as loaded inteh standards checker report.
I add my custom standard checkeler rules on a onloadproject vba event with a break point I can see it is called during batch processing but the rules are never see by microstation.
Does any one have any suggestions ?
Best Regards,
Ian Emery
Just curious, but how are you running the batch process? IOW, are you starting this from a command line?
Dear Phil,
I was starting a batch process job from the command line - which worked and had some good processing speed but it look like th vba events are not called or may be not setup corrrectly. (they are from the UI directly)
- I have a suspision that the settings from the DGNLIB for which rules to run is only loaded by a standards checker dialog = batch mode = no dialog = no settings = nothing to run ....
Best regards,
How to auto-load the VBA checker? Each time the standards are checked the entry is removed from checker dialog and I have to re-run the VBA macro for it to reappear.
The keyin to load standards checker is:
mdl silentload standardschecker dialog
I think you can replace silentload with load.
You can also look at "Loading MDL Applications Automatically" in Mstn help.
Roland
V8i SS4 v.08.11.09,829AECOsim BD V8i
I have made a custom VBA checker for standards checker as module but it seems that it is used only once. If I run checker and then reopen the checker dialog afterwards to run checker again the VBA rules are not there anymore. Problem seems similar to the original post.