mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-20 06:09:18 +00:00
Se agregaron mensajes, para cuando al cargar día, si no hay clientes, te avise, o si al entar al cliente, no hay catalogo de giros, avise que hay que cargar nuevamwnte dia!
This commit is contained in:
@@ -1284,6 +1284,9 @@ Sub traeGirosLista As List
|
||||
' lv_giro.AddSingleLine(cc.GetString("descripcion"))
|
||||
itemsGiro.Add(cc.GetString("descripcion"))
|
||||
Next
|
||||
Else
|
||||
MsgboxAsync("¡No hay catalogo de giros, por favor cargar NUEVAMENTE dia!", "AVISO")
|
||||
B4XPages.ShowPage("Principal")
|
||||
End If
|
||||
cc.Close
|
||||
Return itemsGiro
|
||||
|
||||
Reference in New Issue
Block a user