Ask a Question related to Adobe Flash, Flex & Director, Design and Development.
-
geo #1
simple syntax issue?
Hi,
I just want a function to return true, but after a LoadVars.onLoad
event.
Am I right in assuuming that the return in the onLoad = function below
relates ONLY to that function? What I want is for the sendLockCheck()
to return true depending on the if statement within the onLoad.
function sendLockCheck() {
var lockCheckResult_lv:LoadVars = new LoadVars();
var lockCheckSend_lv:LoadVars = new LoadVars();
var lockCheckArray:Array = new Array();
lockCheckResult_lv.onLoad = function(success:Boolean) {
_root.loko = lockCheckResult_lv.loko;
if (lockCheckResult_lv.loko != "syn") {
return (true);
}
};
lockCheckSend_lv.sendAndLoad("check.php", lockCheckResult_lv, "POST");
}
Thanks
geo Guest
-
SQL syntax issue
Hi all, I'm using CFMX (v6), by the way. I'm try to cobble together a search page that will take the information input on a form and search... -
Simple syntax question
Hi I don't remember how to get the diplayed result broken in multiple lines. The command: mysql> SHOW INDEX FROM recentchanges; gives one... -
dummy here needs simple MySQL syntax help
Need to retrieve a specific row from table but only have the record number ( from a previous queryname.currentrow) passed as a form var to reference... -
Hopefully simple syntax issue with forms
First let me say that I am relatively new to ColdFusion. Hopefully you gurus out there will be able to steer me int he right direction. I have a... -
Simple PHP Headers Syntax Question
What is the correct syntax to add a variable to a query string using the GET method of a form? I am trying to pass a dynamic variable ('$username')....



Reply With Quote

