Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (349 - 351 of 3917)

Ticket Resolution Summary Owner Reporter
#1857 Fixed DriveGetFileSystem not returning expected result when no media loaded GEOSoft
Description

According to the help file a drive with no media should return the numeric 1 but returns an empty string instead.

$aDrives = DriveGetDrive("cdrom")
If NOT @Error Then
	For $Drive in $aDrives
		If IsNumber($Drive) Then ContinueLoop
		MsgBox(0, "Result", StringUpper($Drive) & @CRLF & DriveGetFileSystem($Drive & "\"))
	Next
EndIf

Tested on DVD-RW drives if it makes a difference. The trailing back slash was only added to see if it made any difference.

Also the For/In loop used in this code builds a good case for using all 0 based arrays then we don't have to check the first element for IsNumber() and numeric arrays could be used.

#1914 Rejected Error Codes for File operations GEOSoft
Description

Right now the returned value for a failure contains nothing of any meaningful value. It would be nice if We could get an actual error returned using GetLastError()

Example 32 = "File In Use"

#2031 No Bug _GUICtrlStatusBar_SetBkColor() not working Gary GEOSoft
Description

_GUICtrlStatusBar_SetBkColor() example does not work and the function itself would appear to be the problem. I'm not sure when this function actually did work last but it may be as far back as Windows 9x systems.

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