Search found 2 matches

by ajimenez1
Mon Apr 07, 2014 5:12 pm
Forum: Other discussions
Topic: Error saving file. Status 101
Replies: 1
Views: 16176

Error saving file. Status 101

Hello there I'm having problems with the following var uri_ = "ftp://(rute)/" + path var user_ = "(user)"; var pass_ = "(pass)"; var status = oGdViewer.SaveDocumentToPDF_2(uri_, user_, pass_); if (status == 0) { alert(OK) } else { alert("error saving file: " +...
by ajimenez1
Mon Mar 31, 2014 5:49 pm
Forum: Other discussions
Topic: Problem with command GdViewer.SaveDocumentToPDF_3
Replies: 1
Views: 15992

Problem with command GdViewer.SaveDocumentToPDF_3

Hello everyone I'm new in this forum, but can anyone help me with the following issue. I'm trying to save documents in a FTP folder in a server, and I'm using the following commands var oGdViewer = document.getElementById("GdViewer1"); alert("3"); unlockGdPicture(); alert("3...