PC Review


Reply
Thread Tools Rate Thread

chm file access

 
 
SteveDB1
Guest
Posts: n/a
 
      21st Oct 2008
morning all.
In trying to resolve an Excel VBA programming issue, I was encouraged to
find and install a script56.chm file. That's the actual name of the file. Go
to the MS download library and type that name in, and you should call up
numerous responses-- the first of which should be a link to download this
file.

I did so and have found that all I get is a page cannot be displayed error
on the right side of the open file.

The left side appears to work as normal, but I'm unable to read any of the
data in the file.

Since all of the contacts for MS are tied up in fee based responses, I'm
hoping someone here can help.

1- my first thoughts are that the file has become corrupted-- I tried 3
different computers and all 3 had the same problem.

2- since all 3 had the same problem, and we didn't "install" the file into
the C:\windows\help directory, I began wondering if that's actually the
problem.

3- does anyone else have this problem with the present version of the
script56.chm file?

Your helps are deeply appreciated.
Best,
SteveB.

 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      21st Oct 2008

"SteveDB1" <(E-Mail Removed)> wrote in message
news:B4968B67-1EB3-4F09-953C-(E-Mail Removed)...
> morning all.
> In trying to resolve an Excel VBA programming issue, I was encouraged to
> find and install a script56.chm file. That's the actual name of the file.
> Go
> to the MS download library and type that name in, and you should call up
> numerous responses-- the first of which should be a link to download this
> file.
>
> I did so and have found that all I get is a page cannot be displayed error
> on the right side of the open file.
>
> The left side appears to work as normal, but I'm unable to read any of the
> data in the file.
>
> Since all of the contacts for MS are tied up in fee based responses, I'm
> hoping someone here can help.
>
> 1- my first thoughts are that the file has become corrupted-- I tried 3
> different computers and all 3 had the same problem.
>
> 2- since all 3 had the same problem, and we didn't "install" the file into
> the C:\windows\help directory, I began wondering if that's actually the
> problem.
>
> 3- does anyone else have this problem with the present version of the
> script56.chm file?
>
> Your helps are deeply appreciated.
> Best,
> SteveB.
>


Some questions:
- What file association do you have for .chm files?
- What happens when you copy the file to c:\Windows\help and double-click it
there?
- What happens when you type these commands from a Command Prompt:
hh.exe c:\Windows\help\wordpad.chm
hh.exe c:\Windows\help\script56.chm


 
Reply With Quote
 
Doug
Guest
Posts: n/a
 
      21st Oct 2008
SteveDB1 wrote:
>> morning all.
>> In trying to resolve an Excel VBA programming issue, I was
>> encouraged to find and install a script56.chm file. That's the
>> actual name of the file. Go to the MS download library and type that
>> name in, and you should call up numerous responses-- the first of
>> which should be a link to download this file.
>>
>> I did so and have found that all I get is a page cannot be displayed
>> error on the right side of the open file.
>>
>> The left side appears to work as normal, but I'm unable to read any
>> of the data in the file.
>>
>> Since all of the contacts for MS are tied up in fee based responses,
>> I'm hoping someone here can help.
>>
>> 1- my first thoughts are that the file has become corrupted-- I
>> tried 3 different computers and all 3 had the same problem.
>>
>> 2- since all 3 had the same problem, and we didn't "install" the
>> file into the C:\windows\help directory, I began wondering if that's
>> actually the problem.
>>
>> 3- does anyone else have this problem with the present version of the
>> script56.chm file?
>>
>> Your helps are deeply appreciated.
>> Best,
>> SteveB.


Right click the file and choose properties.

At the bottom of the General tab look for a section called "Security" that
says "This file came from another computer and might be blocked...." Click
the Unblock button.

D


 
Reply With Quote
 
SteveDB1
Guest
Posts: n/a
 
      21st Oct 2008
Hi Doug,
Thanks forth reply.
I did as you said and it still isn't reading-- I still get the page cannot
be displayed.


"Doug" wrote:

> SteveDB1 wrote:
> >> morning all.
> >> In trying to resolve an Excel VBA programming issue, I was
> >> encouraged to find and install a script56.chm file. That's the
> >> actual name of the file. Go to the MS download library and type that
> >> name in, and you should call up numerous responses-- the first of
> >> which should be a link to download this file.
> >>
> >> I did so and have found that all I get is a page cannot be displayed
> >> error on the right side of the open file.
> >>
> >> The left side appears to work as normal, but I'm unable to read any
> >> of the data in the file.
> >>
> >> Since all of the contacts for MS are tied up in fee based responses,
> >> I'm hoping someone here can help.
> >>
> >> 1- my first thoughts are that the file has become corrupted-- I
> >> tried 3 different computers and all 3 had the same problem.
> >>
> >> 2- since all 3 had the same problem, and we didn't "install" the
> >> file into the C:\windows\help directory, I began wondering if that's
> >> actually the problem.
> >>
> >> 3- does anyone else have this problem with the present version of the
> >> script56.chm file?
> >>
> >> Your helps are deeply appreciated.
> >> Best,
> >> SteveB.

>
> Right click the file and choose properties.
>
> At the bottom of the General tab look for a section called "Security" that
> says "This file came from another computer and might be blocked...." Click
> the Unblock button.
>
> D
>
>
>

 
Reply With Quote
 
SteveDB1
Guest
Posts: n/a
 
      21st Oct 2008
Pegasus,
Thank you for your response to my post.

My file associations for chm files are set as MS compiled html executable
files.
All other chm files are in fact readable, and have no problems.

Since this is an office computer, I do not have have permissions to move the
file to a windows\help directory. I did try.

and hh.exe c:\windows\help\wordpad.chm works fine. I can readily read the
right side of the help file.

the other brings up the help file-- I changed the directory location to
where I presently have it located. I.e.,

hh.exe C:\Mine\VC#-MSDN\script56.chm

While it does call the file up, the right hand side still reads page cannot
be displayed.


I then rebooted my system thinking that it needed to get "logged" into the
system, and that did not help either.

I also did as Doug recommended-- unblocked the file security.



"Pegasus (MVP)" wrote:

>
> "SteveDB1" <(E-Mail Removed)> wrote in message
> news:B4968B67-1EB3-4F09-953C-(E-Mail Removed)...
> > morning all.
> > In trying to resolve an Excel VBA programming issue, I was encouraged to
> > find and install a script56.chm file. That's the actual name of the file.
> > Go
> > to the MS download library and type that name in, and you should call up
> > numerous responses-- the first of which should be a link to download this
> > file.
> >
> > I did so and have found that all I get is a page cannot be displayed error
> > on the right side of the open file.
> >
> > The left side appears to work as normal, but I'm unable to read any of the
> > data in the file.
> >
> > Since all of the contacts for MS are tied up in fee based responses, I'm
> > hoping someone here can help.
> >
> > 1- my first thoughts are that the file has become corrupted-- I tried 3
> > different computers and all 3 had the same problem.
> >
> > 2- since all 3 had the same problem, and we didn't "install" the file into
> > the C:\windows\help directory, I began wondering if that's actually the
> > problem.
> >
> > 3- does anyone else have this problem with the present version of the
> > script56.chm file?
> >
> > Your helps are deeply appreciated.
> > Best,
> > SteveB.
> >

>
> Some questions:
> - What file association do you have for .chm files?
> - What happens when you copy the file to c:\Windows\help and double-click it
> there?
> - What happens when you type these commands from a Command Prompt:
> hh.exe c:\Windows\help\wordpad.chm
> hh.exe c:\Windows\help\script56.chm
>
>
>

 
Reply With Quote
 
SteveDB1
Guest
Posts: n/a
 
      21st Oct 2008
Ok,
for whatever reasons, my colleague's copy now works. I had him send me a
copy of his, and after placing it on my desktop it now works.
So, while I still have no clue as to why it didn't work before, it works
now, and as usual-- that's always the goal.

Thank you both for your helps.
This issue is resolved.

Best.


"Doug" wrote:

> SteveDB1 wrote:
> >> morning all.
> >> In trying to resolve an Excel VBA programming issue, I was
> >> encouraged to find and install a script56.chm file. That's the
> >> actual name of the file. Go to the MS download library and type that
> >> name in, and you should call up numerous responses-- the first of
> >> which should be a link to download this file.
> >>
> >> I did so and have found that all I get is a page cannot be displayed
> >> error on the right side of the open file.
> >>
> >> The left side appears to work as normal, but I'm unable to read any
> >> of the data in the file.
> >>
> >> Since all of the contacts for MS are tied up in fee based responses,
> >> I'm hoping someone here can help.
> >>
> >> 1- my first thoughts are that the file has become corrupted-- I
> >> tried 3 different computers and all 3 had the same problem.
> >>
> >> 2- since all 3 had the same problem, and we didn't "install" the
> >> file into the C:\windows\help directory, I began wondering if that's
> >> actually the problem.
> >>
> >> 3- does anyone else have this problem with the present version of the
> >> script56.chm file?
> >>
> >> Your helps are deeply appreciated.
> >> Best,
> >> SteveB.

>
> Right click the file and choose properties.
>
> At the bottom of the General tab look for a section called "Security" that
> says "This file came from another computer and might be blocked...." Click
> the Unblock button.
>
> D
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't convert Access 2000 file to Access 2007 file. eacantdraft@saintly.com Microsoft Access 1 11th Feb 2007 03:24 AM
file access error in opening excel file linked to ms access table topbrahmin@gmail.com Microsoft Access VBA Modules 1 7th Dec 2005 05:01 PM
File access denied, you dont have permission to access this file =?Utf-8?B?Smlt?= Microsoft Outlook BCM 1 14th Mar 2005 08:05 PM
Workgroup file information file error: OleDB to Access file Paul Keister Microsoft ADO .NET 3 31st Jan 2005 06:04 PM
When Opening an MS Access file with Access 2002, I get File Download Prompt? John Wheeler Microsoft Access 0 14th Feb 2004 11:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:09 AM.