Wiley.com
Get technical support for this product Print this page Share

Mastering 3ds max 4

ISBN: 978-0-7821-2938-0
Paperback
953 pages
July 2001
Mastering 3ds max 4 (0782129382) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Combined Errata

Page 69

Third code snippet, "For wksEach In" should be 'For Each wks In'

Page 97

Fig 4.11 - Data in CustomerID column of tblOrder is wrong; should be 4, 23, 15,2, 23, 2 for Records 1 thru 6 respectively.

Page 195

Next to last Bullet, corrected line should read "VBA objects including VBE, COMAddins, and References"

Page 202

Connection Strings code, remove the blank line that crept in during editing.

Page 203

2nd Bullet, change "User ID" to "Persist Security Info", to "User ID" to "Extended Properties"

Page 231

Code snippet in middle of page, should be rst.Options = adCmdStoredProc Or adAsyncExecute

Page 265

Under Using the Filter Property, 2nd line of code ahould have a trailing quote, rst.Filter = "[Age] > 35"

Page 340

bottom line.
varTestVariable = cboTestCombo(2, 3)
should read
varTestVariable = cboTestCombo.Column(2, 3)

Page 827

7th line of code, .ConvertToTable should be .ConvertToTable(vbTab)

Page 917

Para. at bottom of page, 1st line, "adhHandleErr" should be 'adhHandleError'

Page 935

The code that checks if the program is compiled in 'debug mode'
references the wrong constant (adhcFDebug instead of DEBUGGING).

The 6th line should read

#If DEBUGGING Then

Page 962

TABLE 15.2, in the last row of the table, the default value for SharedAsyncDelay should be 500


Related Titles

Other Graphics & Design Software

by George Omura
by Ethan Watrall, Norbert Herber
by Steve Romaniello
by Christian Crumlish
by J. Scott Hamlin, Jennifer S. Hall
Back to Top