0

Add data into a dialog box

I have this.

let check := dialog("Renovar socio para la temporada 2018-2019", "Se renovará al socio seleccionado para la temporada 2018-2019. ¿Continuar?", ["Sí", "No"]);
if check = "Sí" then

Any way to add a field data into the dialog? Something like that, but with the correct code:

let check := dialog("Renovar socio para la temporada 2018-2019", "Se renovará al "HERE NAME OR SURNAME O ANY TEXT FIELD" seleccionado para la temporada 2018-2019. ¿Continuar?", ["Sí", "No"]);
if check = "Sí" then

1 reply

null
    • mdomfu
    • 5 yrs ago
    • Reported - view

    Solved

    let check := dialog("Dar de baja", "¿Quieres dar de baja a " + Nombre + " " + Apellidos + "?", ["Sí", "No"]);
    if check = "Sí" then

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1419Views