triggers through RB

Danny Lewkin daniel.lewkin at cognosis.be
Thu Nov 15 03:22:32 CST 2007


Hi List, Ruslan,

is there a way to access a trigger through RB?
What I mean is, I want to disable some (or) all triggers, do  
something, and then enable them again.

Something like this :

for i = 1 to MyDB.TableCount
	for j = 1 to MyDB.Table(i).TriggerCount
		MyDB.Table(i).Trigger(j).Enalbed = False
	next j
next i

Or is there any other way?

Greetz,

Danny


More information about the Valentina mailing list