等到恢复价值

时间:2012-12-18 07:55:35

标签: sqlite cordova jquery-mobile

我正在尝试使用PhoneGap框架开发离线移动应用程序。我正在使用sqlite PhoneGap来访问我的本地数据库。

我的应用程序使用2个表,表1包含值并包含表2中值的标识符,以显示我必须等待表2的恢复值并且函数recover_type_client通过的数据IdClient

的值

我怎么能等到我检索值TXT才能显示

function successDB(tx, results)
{
    for( var i=0; i<results.rows.length; i++  )
    {
        TXT = recover_type_client(results.rows.item(i).IdClient )//Function 
        $("#tbod").append('<tr><td><input type="checkbox" name="vehicle" value="'+results.rows.item(value).IdPrestation+'"></td>'
                        +'<td> '+results.rows.item(value).RefPrestation                                               +' </td>'
                        +'<td> '+TXT                                                                      +' </td>'
                        +'<td> '+results.rows.item(value).CoordonneesAdressePrestation                                +' </td>'
                        +'<td> '+tab_client[i]  
                        +'</tr>');
    }
}

1 个答案:

答案 0 :(得分:0)

你有使用

   results.rows.item(value).IdPrestation

但是没有定义价值