Creating action hotspot with dynamic code behind it

Hi,

I need to generate e-mails with an action hotspot with specific code for each user behind that hotspot.

There is a wonderfull @Function in R6 that is called @Eval that would do the trick but, the problem is that we are currently migrating to R6 and I have some R6 and R5 clients.

Is there a way to create a hotspot with some generated formula behind it ? I saw a lot of posts about hotspot with files but I don’t know if it’s possible to do it with code behind the hotspot.

Any suggestions ?

Dave

Subject: Creating action hotspot with dynamic code behind it

Please provide more details about the kind of “specific code for each user” that you need to use.

Subject: RE: Creating action hotspot with dynamic code behind it

For exemple :

@Command( [RenameDatabase] ; server : base ; newServer )

and I will also need to include a @MailSend

the renaming of database will be different for each person.

Dave