Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Dan-C #1
XML.TRIGGER
Hello. I have an XML connector that I'm using a tigger event on. I was
wondering if anyone knows a way for me to check when this completes. I have
some other functions that need to run, but only after the data loads. Thanks.
Dan-C Guest
-
Events don't trigger
In my C# code I am finding all of the open IE windows in a loopand assigning their HWND to an object or this: ... -
Trigger
I have three tables: class - table of classes ---------- classID className classtypeID classtype - table of class types -------------- -
An trigger question
Hi,all: I want to create some trigger on an important database,my database is IDS2000. My question is: If exist a way to limit me only can create... -
Trigger Help
I have a trigger (code below). Where do I put in IF statements to kick off the CASE? I put in a commented out example of the IF I want to do in... -
Trigger key
Hi, I need to create a insert trigger so that when a new row is inserted in table A then the same row is inserted in table B on a remote server.... -
RysChwith #2
Re: XML.TRIGGER
Add an event listener for the 'result event.'
Rys
var res = function( ev ) {
//do stuff here
}
nameOfConnector.addEventListener( "result", res );
RysChwith Guest



Reply With Quote

