Nikon D90 Digital Camera with 18-105mm lens Logo

Related Topics:

Posted on May 15, 2010
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Error message Chr

18-105 lens every time I shoot I get error CHR

  • kakima May 17, 2010

    What happens with a different card?

×

1 Answer

kakima

Level 3:

An expert who has achieved level 3 by getting 1000 points

One Above All:

The expert with highest point at the last day of the past 12 weeks.

Top Expert:

An expert who has finished #1 on the weekly Top 10 Fixya Experts Leaderboard.

Superstar:

An expert that got 20 achievements.

  • Nikon Master 102,366 Answers
  • Posted on Jun 21, 2010
kakima
Nikon Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

One Above All:

The expert with highest point at the last day of the past 12 weeks.

Top Expert:

An expert who has finished #1 on the weekly Top 10 Fixya Experts Leaderboard.

Superstar:

An expert that got 20 achievements.

Joined: Dec 16, 2009
Answers
102366
Questions
0
Helped
10432848
Points
622693

Having received no response in over a month, I assume this is no longer a problem.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Excel Tool VBA Password Recovery

Are you looking to unlock a protected sheet or actually recover the password? I can help you with the former.

Note this will only work to unlock a worksheet. It will not recover the VBA editor password (however this is possible by very hard to explain.)

1) Open the excel sheet you want to unlock,
2) Open VBA editor, (Alt+F11 while in excel)
3) add a module (insert > module)
4) and paste in this code into the main window (big window on the right)

Sub PasswordBreaker()
Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
ActiveWorkbook.Sheets(1).Select
Range("a1").FormulaR1C1 = Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub

5) Then either:
5a) go back to the excel window, click Developer > Macros > select PasswordBreaker
6) Or just hit the play icon (green triangle) in the top of the VBA editor

This will unlock the sheet, and give you a password which will unlock it in the future.

Note: Due to the encryption method used in excel, there are many possible passwords which will unlock the sheet. This will give you "a" password which will work but it will not be the one that you originally set up. Both the original and this one will still work.
0helpful
1answer

Nikon D 70 issue

If you lost the manual for this camera can be downloaded from Nikon directly <a href="http://www.nikonusa.com/pdf/manuals/dslr/D70S_en.pdf" target="_blank" rel="nofollow">here</a>. The error message is discussed in detail on page 200. The CHR error you're seeing has to do with the memory card. It may be a simple as: it has no more free space to record more photos, or the card may not be formatted, or is damaged. Consult the manual for more tips and worst case, try replacing the card with a new one. Format it and try again. Good luck!
1helpful
1answer

I want to add 9 inch x 4 inch paper size on printer lq-300+

use following command

For 4" Height
Chr(27) + Chr(67) + Chr(0) + Chr(4)

For 6" Height
Chr(27) + Chr(67) + Chr(0) + Chr(6)

For 12" Height
Chr(27) + Chr(67) + Chr(0) + Chr(12)
0helpful
1answer
3helpful
1answer

Getting (CHR)error message on my D80

Your SD card may be "locked." Check the SD cards slider lock and make sure it's set to allow you to write to the card.
0helpful
1answer

Nikon D70 with brand new Sandik ultra11 2gb flash card error CHR

Go to the Nikon site and upgrade the firmware on your D70 to version 2.0.

Before doing that, try turning the camera off, wait a min, then back on. That sometimes clears the error. The D70 is having trouble reading the card(s) you're putting in. The upgrade fixes that.
0helpful
1answer

How to set page length in computer for dot matrix printer model wep 800DX

to set up page length in inches

?? chr(27)+chr(67)+chr(0)+chr(12) - for 12" page length

to set up page length by lines

?? chr(27)+chr(67)+chr(50) - for 50 lines / page
Not finding what you are looking for?

270 views

Ask a Question

Usually answered in minutes!

Top Nikon Cameras Experts

ZJ Limited
ZJ Limited

Level 3 Expert

17989 Answers

Brad Brown

Level 3 Expert

19187 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Are you a Nikon Camera Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...