Posted 20 years ago
by Ashton
-
Developer,
Schema Solutions LLC

I have a trigger defined to go off after the keyword "join"
I also have an autoreplacement of "!ij" that maps to "inner join"
When I do the !ij to get "inner join" the trigger for " " after "join" doesn't fire.
I tried going into the After AutoReplace performed and manually calling the trigger method using:
this.QueryEditor_Trigger(this, this.Document.Language.Triggers["JoinTrigger"]);
In an attempt to manually fire the trigger if the replacement ended in "join" but the list seems to display briefly with no items displayed (even though I did add items) and then disappear.
is there any way to do what I am trying by manually/auto fire a trigger after a replacement is performed?
Thanks,
Ashton
I also have an autoreplacement of "!ij" that maps to "inner join"
When I do the !ij to get "inner join" the trigger for " " after "join" doesn't fire.
I tried going into the After AutoReplace performed and manually calling the trigger method using:
this.QueryEditor_Trigger(this, this.Document.Language.Triggers["JoinTrigger"]);
In an attempt to manually fire the trigger if the replacement ended in "join" but the list seems to display briefly with no items displayed (even though I did add items) and then disappear.
is there any way to do what I am trying by manually/auto fire a trigger after a replacement is performed?
Thanks,
Ashton