# File lib/rfm_command.rb, line 169
    def load_layout(layout)
      post = {'-db' => layout.db.name, '-lay' => layout.name, '-view' => ''}
      http_fetch(@host_name, @port, "/fmi/xml/FMPXMLLAYOUT.xml", layout.db.account_name, layout.db.password, post)
    end