Subject RE: [IB-Architect] Messaging API
Author Jim Starkey
At 03:53 PM 5/18/00 -0400, Doug Chamberlin wrote:
>
>What documentation did you use to figure this out?
>

I didn't. I wrote the code.

>Check the Language Reference for POST_EVENT statement. I don't see how the
>event ID can be created dynamically using the concat operator you used
>above. All event ID's must be statically compiled into the trigger code as
>far as I can see. Therein lies the problem we have been facing. Am I right
>about this?
>

Wrong-o, Mary Lou (to quote my brother). POST_EVENT (blr_post_event)
takes an arbitrary string. Concatenation of a literal and a field
value does the trick.

Jim Starkey