mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-21 06:39:14 +00:00
Correccion del envio del cuestionario para clientes nuevos.
This commit is contained in:
@@ -456,6 +456,7 @@ Sub mandaPendientesNuevosClientes
|
||||
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