Ayuda porfavor Topic is solved

Esta sección es para preguntas sobre programación/scripting usando AutoHotkey.

Moderator: Flipeador

jfallas

Ayuda porfavor  Topic is solved

25 Jul 2022, 17:56

Hola chicos tengo este codigo de un programa que intento hacer en AutoHotKey, la idea es sencilla cada vez que el usuario escoja el typo, idioma, y template quiero que le devuelva un texto multi linea un correo electronico. Pero ademas quiero que ese correo electronico lleve texto que haya sido digitado por el usuario.
Ejemplo:
Un usuario escogio LOA, Spanish, Documentation.
escribio el nombre, y otra info.

Yo quiero devolverle cuando le de a create email el template con los espacios llenos:
Hola estimado (dijitado por usuario)

motivo de correo (dijito usuario)

firma (dijito usuario)

En fin me imagino que tendre que crear una variable por cada correo que quiera devolver para asi poder estar llamandola cada vez que se necesite.
Espero me puedan ayudar.

Code: Select all

#SingleInstance, Force


Gui, Add, DropDownList, x32 y39 w250 h20 vtype, LOA|Accomodation
Gui, Add, DropDownList, x32 y119 w250 h21 vlanguage, English|Spanish
Gui, Add, DropDownList, x32 y199 w250 h20 vtemplate, Misroutedcall|Documentation|Extenuating Circumstance|Case Modification|Intermittent Reporting|Discconected Calls|Pay Related|Time Deduction|Return To Work|STD Appeal|Covid-19 Related Calls|AR General Inquiry|LOA General Inquiry|Escalation LOA| Escalation AR|Intake AR|Intake LOA|RTA
Gui, Add, Edit, x32 y259 w250 h30 veename, 
Gui, Add, Edit, x292 y259 w250 h30 vname ,
Gui, Add, Edit, x12 y319 w540 h170 vcall, 
Gui, Add, Edit, x12 y509 w540 h180 vdid, 
Gui, Add, Text, x32 y19 w250 h20 , Please Select One Option
Gui, Add, Text, x32 y99 w250 h20 , Select Language
Gui, Add, Text, x32 y179 w250 h20 , Select Template
Gui, Add, Text, x32 y239 w250 h20 , Enter Employee Name
Gui, Add, Text, x292 y239 w250 h20 , Enter Your Name
Gui, Add, Text, x12 y299 w250 h20 , Why the Employee Called?
Gui, Add, Text, x12 y489 w250 h20 , What Did You Do?
Gui, Add, Button, x342 y49 w180 h110 , Create Email
Gui, Show, x385 y17 h704 w570, New GUI Window
Return



GuiClose:
ExitApp

Return to “Pedir Ayuda”

Who is online

Users browsing this forum: No registered users and 16 guests