Modify

Opened 12 years ago

Closed 12 years ago

#2844 closed Bug (Fixed)

_FTP_ProgressUpload/_FTP_ProgressDownload example error

Reported by: anonymous Owned by: Melba23
Milestone: 3.3.13.19 Component: Documentation
Version: 3.3.12.0 Severity: None
Keywords: helpfile _FTP_ProgressUpload Cc: Alenis

Description

the function _FTP_ProgressUpload in his examples passes the parameter $sFunctionToCall as a string, while to work as intended it has to be passed as class object.
_FTP_ProgressDownload has the same problem.

Removing the " will resolve the issue
(extract from the examples)
from:
Local $sFunctionToCall = "_UpdateGUIProgressBar"
to:
Local $sFunctionToCall = _UpdateGUIProgressBar

Attachments (0)

Change History (1)

comment:1 by Melba23, 12 years ago

Milestone: 3.3.13.19
Owner: set to Melba23
Resolution: Fixed
Status: newclosed

Fixed by revision [10940] in version: 3.3.13.19

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.