home Links Articles Books Past Meetings Photos SiteMap
The MDCFUG is sponsored by TeraTech. Visit us at www.TeraTech.com

Please send
comments/questions to

michael@
teratech.com

 
Function to populate TextBox

Function to populate TextBox

    ftnGetIndividual = function(){

    trace(menuGroup.getSelectedIndex());

    trace(_global.myRecord.getColumnNames());

    var fooIndex = menuGroup.getSelectedIndex();

    _root.txtFirstName = _global.myRecord.items[fooIndex].FirstName;

    _root.txtLastName = _global.myRecord.items[fooIndex].LastName;

    _root.txtDivision = _global.myRecord.items[fooIndex].Division;

    _root.txtEmail = _global.myRecord.items[fooIndex].Email;

    }

    ftnClearAll = function(){

    _root.txtFirstName = "";

    _root.txtLastName = "";

    _root.txtDivision = "";

    _root.txtEmail = "";

    }

Previous slide Next slide Back to first slide View graphic version


Home | Links | Articles | Past Meetings | Meeting Photos | Site Map
About MDCFUG | Join | Mailing List |Forums | Directions |Suggestions | Quotes | Newbie Tips
TOP

Copyright © 1997-2024, Maryland Cold Fusion User Group. All rights reserved.
< >