Browse By Tags

  • - Automatically execute commands upon file open [XFM project]

    Users leveraging OpenCities Map XFM projects are able to execute key-in commands upon project open via definition of MS_GEOINITCMD as a macro (variable definition) within the XFM project, for a given XFM project workset. Is there a likewise strategy…
  • User profiles

    I want to write a macro that covers our printing needs. Part of that macro will need to know which user configuration file is currently in use. Are there any "keyins" or other instructions that I should use to inquire the profile and return a result?
  • Lock a Level on the pull down, via Key-in or VBA

    I have a tool bar button that brings on Level 5 and sets the various colors, weight and style Sub ActiveLayerSet5() ' 110413 - Changed command, removed Dim commands and the Command CommandState.StartDefaultCommandStart command ' 09/23/2013 - SetCExpressionValue…
  • How to run Microstation-BASIC with parameters....

    How to run Microstation-BASIC with parameters.... I am taking about Microstation-BASIC not VBA. In previous question I learnt how to get keyinarugments in vba. Now I can to know , How to pass parameter to a Microstation-BASIC ??? Good day…
  • How do I Get the Resolution value for use in a macro?

    Maybe a newbie question, but how do I automatically get and asign the resolution value to a variable in a Microstation Basic Macro. I know I should be using VBA, but I already have a macro that does most of what I need and I'm not yet skilled in VBA.…