Hi guys,

has anybody a answer for me? If I use this RQL statement with 1 file it works 
very well, but if I try it with more then 1 file then get I this Error:

ERROR in procedure Files: Object reference not set to an object instance.

<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]">
  <MEDIA>
    <FOLDER guid="[!guid_folder!]">
      <FILES action="deletefiles">
        <FILE sourcename="Filename.gif"/>
      </FILES>
    </FOLDER>
  </MEDIA>
</IODATA>

This works very well!

<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]">
  <MEDIA>
    <FOLDER guid="[!guid_folder!]">
      <FILES action="deletefiles">
        <FILE sourcename="Filename1.gif"/>
        <FILE sourcename="Filename2.gif"/>
      </FILES>
    </FOLDER>
  </MEDIA>
</IODATA>
This processed the error :-(

The workaround is to repeat the statement for each file, but in my opinion 
makes this not really sense.

does anybody know what I can do? Must I insert the attribute "deletereal='1'"?

Thanks’ for help


Bernd



-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to