mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-19 21:59:22 +00:00
16/1/24 - Correccion para que se actualice bien el cuestionario en web
This commit is contained in:
@@ -422,6 +422,7 @@ Sub mandaPendientes
|
||||
cuest.Position = 0
|
||||
cuestionarioTexto = cuest.GetString("Q_FECHA")
|
||||
For cu = 0 To cuest.RowCount - 1
|
||||
cuest.Position = cu
|
||||
cuestionarioTexto = $"${cuestionarioTexto}|${cuest.GetString("Q_IDPREGUNTA")}|${cuest.GetString("Q_PREGUNTA")}|${cuest.GetString("Q_IDRESPUESTA")}|${cuest.GetString("Q_RESPUESTA")}"$
|
||||
Next
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user