Submitted by ajr on 2009/12/23 11:30
 The dynamic links do not work without another backslash added after the dynamic file path.
 
Instead of 'otherdata', it should be 'otherdata/'.

Comments

thanks ajr !
 
Currently it's this:
..               (D:\Data\Shapefiles)                     Parent folder
..\..            (D:\Data)                                GrandParent folder
..\..\Final      (D:\Data\Final)                          Uncle folder
.\..\Soils       (D:\Data\Final\Soils)                    Cousin folder
otherData        (D:\Data\Shapefiles\Landuse\otherData    Child folder
 
Will shortly be this
..               (D:\Data\Shapefiles)                     Parent folder
..\..            (D:\Data)                                GrandParent folder
..\..\Final\     (D:\Data\Final)                          Uncle folder
.\..\Soils\      (D:\Data\Final\Soils)                    Cousin folder
otherData\       (D:\Data\Shapefiles\Landuse\otherData    Child folder
have you used relative paths in IQ ajr ?
I've used them only once or twice elsewhere - not yet in IQ (dont think so any way!)
 

ajr

2009/12/23 19:34

In reply to by Tom

 I have been using them, but only for the child folder.  Once I put the back slash at the end, no issues at all.