Previous | Next | (P-PDF) JavaScript
Topic: Re: No Topic
Conf: (P-PDF) JavaScript, Msg: 28236
From: IMSAK
Date: 10/7/2001 02:06 AM
Thank you, that worked fine. I think that after a while all the different combinations seem to run together.
I am having trouble with this one also. Using text instead of a number. I spent all day on this yesterday. Any help would be appreciated.
function getConnected()
{ckid = "Alaska Landings";
statement.execute('"Select * from Mapsoft1 where A2 = " + "ckid"');
statement.nextRow
row = statement.getRow();
var e;
try {
statement.nextRow();
}catch(e) {
getConnected();
}
row = statement.getRow();
populateForm(row);
popup2()
}