I keep getting a "Couldn't post data to", Here the script from... What is wrong???
topmostSubform.Page1.P.acct::exit - (FormCalc, server)
xfa.sourceSet.DataConnection.nodes.item(1).query.setAttribute = "text"
xfa.sourceSet.DataConnection.nodes.item(1).query.select.nodes.item(0).value = "Select * from memb where acct = '", this.rawValue, "'")
//app.alert(xfa.sourceSet.DataConnection.nodes.item(1).query.select.nodes.item(0).value);
//now connect to DB and get a record
//xfa.sourceSet.DataConnection.open()
//xfa.host.messageBox ("Data Connection Opened")