Subject macro-field and parameter combined
Author Boris Schlüszler
Hi buddies!

I was playing with some macro stuff and wondered if something like this
would be possible:

select <<Field>> from <<Table>>
where <<Search>> = :searchparam

Must this query be prepared *before* the parameter is set?

In the MacroSubst-Event the text-blocks are correctly set.

What is the processing order?
First substitute the parameters, or vice versa, or completely mixed?

Regards, Boris