Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (433 - 435 of 3933)

Ticket Resolution Summary Owner Reporter
#1238 Fixed _FTP_FilePut broken Jpm partypooper@…
Description

_FTP_FilePut works in 3.3.1.1 but not 3.3.1.3. I don't know how it's broken but by simply changing betas, I can confirm that in 3.3.1.1, files are uploaded to an FTP server and @error is set to 0 while for 3.3.1.3, files don't get uploaded and @error is set to -1.

#1978 No Bug Problem with Standby and hibernate program written by Bastel123 aka Sebastian p.amarnathreddy484@…
Description

When i run Standby and hibernate program written by Bastel123 aka Sebastian, my CPU is coming out of standby properly (after given time) but my monitor is not displaying any thing. i am using DELL optiplex 980 machine and LG Flatron monitor. Please provide solution.

#2500 No Bug _IEDocGetObj Help example $oDoc.fileCreatedDate error oz.mike@…
Description

HI

The help example for _IEDocGetObj dosen't work on www.autoitscript.com but does on www.google.com! So I suggest you change the HELP example ..

include <IE.au3>

Local $oIE = _IECreate("http://www.autoitscript.com")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate)

Fails with error C:\Temp\mse4\test.au3 (5) : ==> The requested action with this object has failed.: MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate) MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate ERROR

include <IE.au3>

Local $oIE = _IECreate("http://www.google.com")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate)

Works?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.