• Re: Remove reference path for rasters

    Everybody, The basic logic for this macro has now worked and the final version is as below... please note that I had to add On Error Resume Next to make it work. Suggest that this might be due to some of the names for the rasters which contained…
  • How to realize the function of "Scale" in the Raster Manager by program?

    I do like followings: ---------------------------------------------------------------------------- Dim oRaster As Raster Dim oPoint2d As Point2d Set oRaster = RasterManager.Rasters.Attach(Application.Path & "\001.bmp") …
  • Re: Remove reference path for rasters

    Yes, that's correct as far as I know. But a temp security glitch meant that a user was able to mess about with our standards.cfg with: MS_DISALLOWFULLREFPATH = 0 MS_DISALLOWRELATIVEREFPATH = 0 which allowed the full path to be inserted. Horrors…
  • Remove reference path for rasters

    Everyone, We have a problem that we have some files which have many "hard-referenced" raster files have been attached. I need to suppress the original location so that MS_RFDIR can supply the location. As an intermediate step, I am trying to change…