http://gambaswiki.org/bugtracker/edit?object=BUG.1123&from=L21haW4-

VĂ­ctor PEREZ reported a new bug.

Summary
-------

Desktop.SendMail in its attachment field gives error if file name contains a 
comma

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : GUI components


Description
-----------

Desktop.SendMail in its attachment field gives error if file name contains a 
comma

Desktop.SendMail  en su campo de archivo adjunto da error si el nombre de 
archivo contiene una coma

name=El Sabado Dia de Reposo(descanso), El Sabbath.lv


Public Sub btnEnviarList_Click()
  Dim archivo As String
  
 'fvwListas.Current=El Sabado Dia de Reposo(descanso), El Sabbath.lv

  archivo = FMain.TusListas & "/" & fvwListas.Current
  
  Print "archivo=" & archivo

  Desktop.SendMail(Null,,,,, archivo)
  
Catch
  Debug Error.Text & ":" & Error.Where

End


System information
------------------

Gambas=3.9.2
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86
Distribution=Linux Mint 17.3 Rosa
Desktop=MATE
Theme=Gtk
Language=es_UY.UTF-8
Memory=1950M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to