Modify ↓
Opened 10 years ago
Closed 10 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 Changed 10 years ago by Melba23
- Milestone set to 3.3.13.19
- Owner set to Melba23
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [10940] in version: 3.3.13.19