WannaTheater wrote:I am just trying to load the location of the picture.
You might be trying to load "just a location", but as a result, you want the picture to appear on your amc movie list. This
is what I call loading or importing a local picture into the database. You could store your location into other fields like "URL" so the picture will open when you hit "Open URL", but if you want to import a picture into your catalog via script you must use the procedure GetPicture. And that will not work for local pictures as there is no field identifier for this that you can access via script - as far as I know.
But there might be a workaround for your problem (I did not test that yet): If you set up a little, temporary local webserver on your computer, you should be able to copy the pictures to a folder that you then can access via script and GetPicture('
http://127.0.0.1/pics/xyz.jpg'). You do not need a second computer for that, just a small piece of software. Perhaps something like
http://savant.sourceforge.net/index.html or many others - but as I said, I did not test that before (I did not even test the software from the link above, but download seems pretty small, just about 1.2MB).