Different value of Name property depending on user

A

Alfons Puig

Hi,

We have an application that shows Word documents inside a frame of Internet
Explorer, sent as Application/msword. When it is loaded, from another frame
we have a javascript application that searches inside the documents
collection from word application, looking for a specific value (Word.aspx)
of the Name property. Depending on the user the value of Name is only Word!
It seems that FullName is always the same, but...could I be sure? Why Name
is different?

Thanks,

Alfons Puig
(e-mail address removed)
 
J

Joe Fawcett

Alfons Puig said:
Hi,

We have an application that shows Word documents inside a frame of
Internet Explorer, sent as Application/msword. When it is loaded, from
another frame we have a javascript application that searches inside the
documents collection from word application, looking for a specific value
(Word.aspx) of the Name property. Depending on the user the value of Name
is only Word!
It seems that FullName is always the same, but...could I be sure? Why Name
is different?

Thanks,

Alfons Puig
(e-mail address removed)
Perhaps they have file extensions hidden?
 
A

Alfons Puig

Joe Fawcett said:
Perhaps they have file extensions hidden?
On both users the file extensions are shown. We solved the problem looking
at the FullName attribute that contains the full URL when the document is
loaded in a frame...except in one case that appeared once today in one
machine: The FullName contained "Document in Internet Explorer" instead of
the URL.

Could somebody explain it?. We cannor rely on lookinf for the URL or
"Document in Internet Explorer", because this one perhaps is not unique.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top