Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Emailing in HTML

    For set a SQL to return HTML CODE with mailto you can exec this sql:

    Dim Sql As String = "Select Coalesce(NombreCliente,'') +'

    Teléfono:'+ Coalesce(TelefonoParticular,'') + '

    Movil:' + Coalesce(TelefonoMovil,'') + "

    ...

Viewing post 1 (of 1 total)