PDA

View Full Version : Error which I couldn't understand ?!



el5ateer
09-24-2006, 04:46 PM
What does that error mean ?!

here is a part of the code "line 58 in red"



function view()
sel = ListBox.GetSelected("sites");
txt = ListBox.GetItemText("sites", sel[1]);
info=SQLite.QueryToTable(db, "Select * from rec Where nsite='"..txt.."'");
site=info.Data["nsite"];
site_url=info.Data["usite"];
name=info.Data["user"];
pass=info.Data["pass"];
desc=info.Data["desc"];
Input.SetText("info", "Site Name :"..site.."\r\nSite URL :"..site_url.."\r\nUserName :"..name.."\r\nPassword :"..pass.."\r\nDescription :\r\n"..desc.."");
end

el5ateer
09-24-2006, 05:10 PM
ok .. i fixed it .. forgot to put the row number :s

thnx for checking ..

c ya