Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 3866)

Ticket Resolution Summary Owner Reporter
#694 No Bug _SQLite_FetchNames psandu.ro@…
Description

this file don't run with 3.2.13.11:

..\Examples\Helpfile\_SQLite_FetchNames.au3

Error from Sctite:

C:\Program Files\AutoIt3\Examples\Helpfile\_SQLite_FetchNames.au3 (13) : ==> Subscript used with non-Array variable.: ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames[0], $aNames[1], $aNames[2], $aNames[3]) & @CR) ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames ERROR

and ..\Examples\Helpfile\_SQLite_Query.au3 -> this file return nothing


SQLite


Get Data using a Query : ??? -> nothing


OK


thank you

#695 No Bug FileMove returns an error code of 0 for failure AND for success anonymous
Description

A successful FileMove returns an error code of 0 (failure)

#696 No Bug Autoit Vista 64bit anonymous
Description

Running Vista Ent 64bit. Newest autoit and SciTE. Also tryed older version.

I get error code -2147024809 running this type of code.

 $val = RunWait(@ComSpec & ' /c dsmod user "CN=Student User,OU=Students,OU=MPES,OU=ES,DC=CCS,DC=K12,DC=int" -office roe',"")
   msgBox(0,"",$val) 

If i run this under Vista 32bit or Windows xp sp3 (not 64bit). code works fine. I have ran into the code above if a string had "white space" in front or at the end of my string. This is not the case.

Note: See TracQuery for help on using queries.