Different behaviour of @commands in R4 and R6

Hi all,

I’m migrating applications from R4.6 to R6.01

I have a action in a view which looks like this:

@Command([Folder];“exact_export”;“0”);

@Command([Compose];“exactexport”);

@Command([ViewRefreshFields])

it first copies all selected documents to a export folder and then composes a document which handles extra export information.

on R4.6 it works like a charm, but on R5 and R6.01 I get a error: command not supported. the document is composed but the documents are not moved to the folder.

I can’t find anything about this behaviour in the docs.

please give me a hint !

Bart