Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Location
    Egypt
    Posts
    88

    Grin Error which I couldn't understand ?!

    What does that error mean ?!

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

    Code:
    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
    Attached Images

  2. #2
    Join Date
    Jul 2005
    Location
    Egypt
    Posts
    88
    ok .. i fixed it .. forgot to put the row number :s

    thnx for checking ..

    c ya

Similar Threads

  1. Close all windows?
    By travisperkins in forum AutoPlay Media Studio 6.0
    Replies: 27
    Last Post: 05-28-2006, 03:02 AM
  2. Help to understand inconsistency?
    By jassing in forum Setup Factory 7.0
    Replies: 0
    Last Post: 02-06-2005, 08:39 AM
  3. Quick Question Showing Windows system time in AMS
    By slafta in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 11-25-2004, 11:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts