GoTo Position=Top While not($_Eol) $data = $d_code + $d_name + $d_userdata GoTo position=Next EndWhile GoTo position=Top |
$status = sqlite("sql",$_SqlGrid, "sqlget=yes") while not($_sqleol) $data = sqlget("code") + sqlget("name") + sqlget("userdata") sqlnext Endwhile |
Transaction Action=Begin Goto Position=Top While not($_Eol) do $d_UserDate = "data 1" $d_User2 = "data 2" $d_User3 = "data 3" $d_User4 = "data 4" Goto Position=Next EndWhile GoTo Position=Top Transaction Action=End |