hello,
I’m a Finance Consultant and I’m trying to learn basics of development (for myself).
Can anyone give me a little support and tell me how to find out the ID of the actual/marked Trigger within an Object?
In some Installation Instruction Triggers are mentioned by their ID, and I can’t see it anywhere…
thanks for any answer
angelina
admin1
March 26, 2008, 2:11pm
2
It depends on what object you talk about.
In reports and forms you can use the CurrReport.OBJECTID or CurrForm.OBJECTID function to tell you this.
But to my knowledge then this is not available for other object types.
hi,
this function shows me the OBJECT-ID, right?
But I need the TRIGGER-ID (the consecutive no. of function/trigger within one object)…
[:D]
do you know about that, too?
angelina
Only functions have trigger ID’s. Open the variables screen, put your cursor on the trigger and open the properties window, the ID is the first property.
You’re very welcome [H][Y]