Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 3933)

Ticket Resolution Summary Owner Reporter
#3092 Fixed Inconsistent default style of Updown control guinness school510587@…
Description

The default style of Updown control is "default (-1) : $UDS_ALIGNRIGHT" in AutoIt3 manual (AutoIt3Help.exe/AutoIt.chm), but it is declared as "Global Const $GUI_SS_DEFAULT_UPDOWN = $UDS_ALIGNLEFT" in UpDownConstants.au3

#1350 Rejected Obfuscator line excludes sbrown@…
Description

there are two lines in my code where I am comparing strings and the program fails. it would be great if there were a way to exclude those two lines from Obfuscator currently I have to take them out and paste them back in along with the compile information.

#605 No Bug _InetSmtpMail sets wrong Date sbolz@…
Description

I use _InetSmtpMail to send E-Mail over Notes 5.0.12 SMTP Server. Problem: The received Properties of the Mail is "from SAS13250 ([166.69.5.35]) by itsaspf.pgo.saspf.local (Lotus Domino Release 5.0.12) with SMTP id 2008100813222775:105 ; Wed, 8 Oct 2008 13:22:27 +0200"

The posted Date Properties is 08.10.2008 13:22:26 GMT

As result, the sending date time in Notes Client is shown as 08.10.2008 15:22

Solving: I replaced $bias in the array $s_Send [4] in function _InetSmtpMail by " CEST" if it is summertime, otherwise " CET". As result the time is correct shown. As result the time stamp of the mail is shown correct: The received Properties: "from SAS13250 ([166.69.5.35]) by itsaspf.pgo.saspf.local (Lotus Domino Release 5.0.12) with SMTP id 2008100813285874:106 ; Wed, 8 Oct 2008 13:28:58 +0200" The PostedDate Properties: 08.10.2008 13:28:58 CEDT Sending Date / Time in Notes Client: 08.10.2008 13:28

The problem occured on Windows XP Client SP2, MS Patches 09/2008 and Windows Server 2003 SP1 engl. MS Patches 09/2008 and Windows Server 2003 SP2 german MS Patches 09/2008.

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