Viewing 15 posts - 31 through 45 (of 66 total)
But wouldn't it create a recursive call on that trigger? Updating the same table that the UPDATE trigger is defined on?
Thank you
March 8, 2013 at 6:02 pm
"Housecleaning" in this case is in part resetting this flag to 0 everywhere... Apologize if using this word creates a confusion, I should probably call it a "checkpoint" or something....
March 8, 2013 at 4:11 pm
The last one I could not get working for some reason, but i'll take another look
Thanks again
March 8, 2013 at 3:18 pm
This is exactly it,
Thanks so much guys
March 8, 2013 at 11:20 am
Changing WHERE from "...Field1 LIKE '%condition%'..."
to "...LEFT(Field1, 500) LIKE '%condition%'..."
seems to resolve it. WHY?))))
April 30, 2012 at 12:51 pm
Thanks, but why would it matter? Again, it's when I am introducing changes to my dataset sql and then simply switching to, say, layout tab or preview or just save......
March 9, 2012 at 3:40 pm
Thank you Lowell,
unfortunately doing it in HTML is not an option here
January 18, 2012 at 2:47 pm
L' Eomot Inversé (11/14/2011)
November 14, 2011 at 11:53 am
Well... Yes and no)))
The "nodes" in my case are alpha-numerics so there is no guaranty that the minimum one would be a root parent
In your code, are you using...
November 13, 2011 at 12:20 am
RowanCollum (11/12/2011)
Would something like the following be useful?...
Yes, it would return all nodes going from "root" (or any other given parent) down. Unfortunately, in my case I do not...
November 12, 2011 at 1:46 pm
Dev (11/12/2011)
If you have start with Node 8 as Child, it has 2 parents (6&7)
6 has 2 parents -> 2 &...
November 12, 2011 at 1:35 pm
Viewing 15 posts - 31 through 45 (of 66 total)