Calendar - open different forms

Hi,
I have a question.
In a calendar application I can see calendar entries from different activities types.
So it is possible to open different forms depends on the activity type?
In a grid application I use sc_link and it works fine for me.

Thanks in advance

The calendar open a form, from there in onAppIicationInit or on ScriptInit you can redirect to other form

You can also use one form using multiple block and you activate the block you need depending of the activity type

Tank you
The hint with the block is fine and i will check it.

For your proposal with the redirect where I must enter the code in the onAppIicationInit event.
I have no name of the default target form at the moment

Hello,

I try it with a macro in the
onScriptInit event and onLoad event
grafik

If I use the onScriptInit event then I have only the record-ID (Akt_ID) but no other informations from the record.

If I use the onLoad event I have all relevant information but te application start firstly with the default form and then it open the form which I set with the sc_redir macro but here only the in the new data mode not the update mode of the xisting reccord

grafik