• Unload a specific .mvba from MS_VBAAUTOLOADPROJECTS

    Michael Reilly
    Michael Reilly
    We have multiple mvba's loaded at the workspace and organisation level. And then we load some specific mvba's at the workset level. For one workset, I need to remove a specific mvba that is loaded in the workspace.cfg file. If I undefine MS_VBAAUTOLOADPROJECTS…
    • 8 months ago
    • Product Administration
    • Product Administration Forum
  • Adding information to the MicroStation Title Bar

    Marc Thomas
    Marc Thomas
    Background While working in practice and as a freelance consultant, one of my first questions in response to a user's problem, typically "why are all my references missing and showing up red", would be which project (now WorkSet) are you in (perhaps…
    • 1 month ago
    • Peer Blogs
    • Looking under the bonnet...
  • Can a user Change Projects (PCF) and clear only some of a CFG Variable values?

    caddcop
    caddcop
    I believe that PCF files are the best way to support multiple client workspaces. However, there are times when we want to set some variable value using the > or < operator at the PCF level. Then if a use wants to change client workspaces by selecting…
    • over 14 years ago
    • MicroStation
    • MicroStation Forum
  • Re: Can one Read File name and path info for Missing Reference files with VBA

    Jon Summers
    Jon Summers
    Unknown said: What I'd like to do is determine if any are showing up as missing and then, if the new reference paths would resolve the missing reference, reload the file You can determine if an attachment is missing, as Robert suggests, but you can…
    • over 11 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i VBA Forum
  • Re: Having trouble getting macro report variable value

    Jon Summers
    Jon Summers
    Try either of these... Debug.Print "Expanded value of " & _ "_USTN_PROJECTROOT=" & _ ActiveWorkspace.ExpandConfigurationVariable ("$(_USTN_PROJECTROOT)") Debug.Print "Value of " & _ "_USTN_PROJECTROOT=" & _ ActiveWorkspace.ConfigurationVariableValue…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i VBA Forum
  • Re: String Manipulation under .cfg

    Jon Summers
    Jon Summers
    rai: I was wondering if there's a variable directive that can be used in a .cfg file to extract a character string from another string variable. In general, the answer is 'no'. Configuration files don't offer a programmable environment. …
    • over 13 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum