There is is slight glitch in the code: CONVERT PICTURE(vpPict;".PNG") // conversion to png // and saving in library SET PICTURE TO LIBRARY(vpPict;$vPictRef;$vPictName)
It should be $vPict instead of vpPict: CONVERT PICTURE($vpPict;".PNG") // conversion to png // and saving in library SET PICTURE TO LIBRARY($vpPict;$vPictRef;$vPictName) Code works well, just tried it. Thanks anyway. Christian Kaesbach -- Christian Kaesbach Fresh-Software OG Sigmund-Haffner-Gasse 14 5020 Salzburg Austria Tel: +43-662-902140 Fax: +43-662-902233 Mobil: +43-699-11801742 Email: [email protected] LG Salzburg, FN 348335 h UID-Nr. ATU 65800412 ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

