mirror of
https://github.com/KeymonSoft/Intmex_Multiventa.git
synced 2026-04-17 21:06:08 +00:00
- VERSION 5.11.26
- Se corrigió que cuando se descargue el dato de clientes nuevos no se dulplique el registro.
This commit is contained in:
@@ -1506,6 +1506,7 @@ Sub JobDone(Job As HttpJob)
|
||||
If RESULT.Tag = "cn" Then 'query tag
|
||||
For Each records() As Object In RESULT.Rows
|
||||
Dim CAT_RU_CN As String = records(RESULT.Columns.Get("CAT_RU_CN"))
|
||||
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM CN")
|
||||
B4XPages.MainPage.skmt.ExecNonQuery2("INSERT INTO CN(ACTIVO) VALUES (?)", Array As Object (CAT_RU_CN))
|
||||
Next
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user