DW 8 mangling doc from template

All of a sudden, DW 8 (Mac OS X 10.3.9) is screwing up
documents created
from my templates in all three of my sites. This is what
*should* show in
the header of the docs:
<link rel="stylesheet" type="text/css"
href="CSS/main.css">
<script type="text/javascript"
src="js/p7_eqCols2_10.js"></script>
But this is what I'm now seeing instead:
<link rel="stylesheet" type="text/css"
href="file:///BRASH/Users/bethrosengard/Documents/%20BR%20DOCUMENTS/Steph/CS
S/main.css">
<script type="text/javascript"
src="file:///BRASH/Users/bethrosengard/Documents/%20BR%20DOCUMENTS/Steph/js/
p7_eqCols2_10.js"></script>
I can work around it by reattaching the doc to the template
but I shouldn't
have to. I create the docs as I always have:
File>New>New from template.
I have tried the following to no avail:
Tossing the DW prefs.
Recreating the site caches.
Re-navigating to the site and image folders in the site
definitions.
So what's going on and how do I fix it??
TIA,
Beth

> This message is in MIME format. Since your mail reader
does not understand
this format, some or all of this message may not be legible.
--B_3250253983_78764294
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
On 12/29/06 3:03 PM, in article
[email protected], "Murray
*ACE*" <[email protected]> wrote:
> Can you show me the template file involved?
This is one of several templates, all of which now
demonstrate the same
behavior:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="
http://www.w3.org/1999/xhtml">
<head> <meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1" /> <!--
TemplateBeginEditable
name="doctitle" --> <title>Template</title>
<!-- TemplateEndEditable -->
<link rel="stylesheet" type="text/css"
href="../CSS/main.css"> <script
type="text/javascript"
src="../js/p7_eqCols2_10.js"></script> <!--[if IE
5]>
<style> #sidebar {width: 182px;} </style>
<![endif]--> <!--[if lte IE 6]>
<style> #container{
width:expression(parseInt(this.currentStyle.marginLeft)+parseInt(this.curren
tStyle.marginRight)-document.body.clientWidth>=-730?"730px":"auto");}
#container, #content, #sidebar {height: 1%;} #navbar a
{height: 1em;}
</style> <![endif]--> <!--
TemplateBeginEditable name="head" --><!--
TemplateEndEditable --> </head> <body
onLoad="P7_equalCols2(1,'sidebar','P','content','P')">
<div id="wrapper">
[HTML snipped]
</div> </body> </html>
And below is the problem area of the document I just now
created from this
template:
<link rel="stylesheet" type="text/css"
href="file:///BRASH/Users/bethrosengard/Documents/%20BR%20DOCUMENTS/Steph/CS
S/main.css"> <script type="text/javascript"
src="file:///BRASH/Users/bethrosengard/Documents/%20BR%20DOCUMENTS/Steph/js/
p7_eqCols2_10.js"></script>
I hope this goes through in HTML or you¹re going to have
a hell of a time
sorting it out :-).
Thanks,
Beth
--B_3250253983_78764294
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: DW 8 mangling doc from
template</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Arial"><SPAN
STYLE=3D'font-size:12.0px'>On 12/29/06 3:03 PM, in a=
rticle [email protected], &quot;Murray
*ACE*&quot; &lt;foru=
[email protected]&gt; wrote:<BR>
<BR>
<FONT COLOR=3D"#000098">&gt; Can you show me the
template file involved?<BR>
</FONT><BR>
This is one of several templates, all of which now
demonstrate the same beh=
avior:<BR>
<BR>
<FONT COLOR=3D"#800000">&lt;!DOCTYPE html PUBLIC
&quot;-//W3C//DTD XHTML 1.0 =
Transitional//EN&quot; &quot;<a href=3D"
http://www.w3.org/TR/xhtml1/DTD/xhtml1=
-transitional.dtd">
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</=
a>&quot;&gt;
&lt;html xmlns=3D&quot;
http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=3D&quot;Content-Type&quot;
content=3D&quot;text/html; chars=
et=3DISO-8859-1&quot; /&gt;
&lt;!-- TemplateBeginEditable
name=3D&quot;doctitle&quot; --&gt;
&lt;title&gt;Template&lt;/title&gt;
&lt;!-- TemplateEndEditable --&gt;
&lt;link rel=3D&quot;stylesheet&quot;
type=3D&quot;text/css&quot; href=3D&quot;..=
/CSS/main.css&quot;&gt;
&lt;script type=3D&quot;text/javascript&quot;
src=3D&quot;../js/p7_eqCols2_10.j=
s&quot;&gt;&lt;/script&gt;
&lt;!--[if IE 5]&gt;
&lt;style&gt;
#sidebar {width: 182px;}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;!--[if lte IE 6]&gt;
&lt;style&gt;
#container{
width:expression(parseInt(this.currentStyle.marginLeft)+parseInt(this.curre=
ntStyle.marginRight)-document.body.clientWidth&gt;=3D-730?&quot;730px&quot;:&q=
uot;auto&quot;);}
#container, #content, #sidebar {height: 1%;}
#navbar a {height: 1em;}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;!-- TemplateBeginEditable
name=3D&quot;head&quot; --&gt;&lt;!-- TemplateE=
ndEditable --&gt;
&lt;/head&gt;
&lt;body
onLoad=3D&quot;P7_equalCols2(1,'sidebar','P','content','P')&quot;&gt=
&lt;div id=3D&quot;wrapper&quot;&gt;
<BR>
[HTML snipped]<BR>
<BR>
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;<BR>
</FONT><BR>
And below is the problem area of the document I just now
created from this =
template:<BR>
<BR>
<FONT COLOR=3D"#800000">&lt;link
rel=3D&quot;stylesheet&quot; type=3D&quot;text/c=
ss&quot;
href=3D&quot;file:///BRASH/Users/bethrosengard/Documents/%20BR%20DOCU=
MENTS/Steph/CSS/main.css&quot;&gt;
&lt;script type=3D&quot;text/javascript&quot;
src=3D&quot;file:///BRASH/Users/b=
ethrosengard/Documents/%20BR%20DOCUMENTS/Steph/js/p7_eqCols2_10.js&quot;&gt;=
&lt;/script&gt;<BR>
<BR>
</FONT>I hope this goes through in HTML or
you&#8217;re going to have a hel=
l of a time sorting it out :-).<BR>
<BR>
Thanks,<BR>
<BR>
Beth</SPAN></FONT>
</BODY>
</HTML>
--B_3250253983_78764294--

Similar Messages

  • ABAP class to create doc. from template

    Hi all,
    Does anybody know if is there any ABAP class which can call the "Create with template" functionality?
    The idea is to create an action associated with the Service Ticket, which will create a document from template (Content Management functionality) when the Service Ticket is closed.
    We could use SmartForms, but it seems to have some restrictions:
    . Template maintenance is not so user frindly (the content management templates can be created/mantained in MS Word)
    . The document is not stored within the Service Ticket context
    Kind regards,
    Dora

    Hi Lance,
    you are right. There's no "Create User from template" or "Copy User" Activity in the Integration pack for Active Directory in System Center SP1 or R2.
    Perhaps, you can use "Get User" to get some settings from the template and subscribe the results to "Create User" Activity.
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Can anyone tell me why I am unable to download a template word doc from webmail onto my mac without it opening in text format? I just need the original document format.

    Can anyone tell me why I am unable to download a template word doc from webmail onto my mac without it opening in text format? I just need the original document format.

    Where to begin... and why would you ask here? (workstation owners)
    Places I can think to try, after google of course....
    Forum devoted to something like Word / Mactopia or Pages.... whether you are using Office 2011, and no idea what browser or webmail (IMAP, Gmail, other)
    And then there really are notebook with subforum for MacBook Pro
    Apple Site Map
    Apple Support Mail
    Apple Support

  • CPU Usage - Generating Word Docs from RoboHelp X5

    If you have generated a fair-sized document through RoboHelp,
    and you are having problems with your CPU usage pegging out around
    100%, bouncing up and down between 50% and 100%, the page
    repainting as you scroll through the document, etc., this solution
    is for you!
    I am using RoboHelp X5 to generate large Word documents
    (2003). This solution worked perfect for me. The problem is with
    document corruption, apparently. After you have generated your Word
    document and opened the document, be sure to display the paragraph
    marks. You will probably see the “]” mark at or near
    the end of the document. Select your entire document,
    except for the final paragraph mark, making sure to exclude
    this symbol, and copy everything else. Open a blank Word document
    and paste this content into the new document.
    You will now need to reattach your template (.dot) file for
    the generated document through Tools/Templates and Addins:
    1. Locate the applicable document template and attach it
    (it's typically in the base generated project directory in RoboHelp
    - .dot file). Click the OK button to save.
    2. Return to Tools/Templates and Addins. Click the Organizer
    button to display the Styles tab.
    3. In the right-hand list (In Normal.dot), Close the
    Normal.dot file
    4. Open the same RoboHelp .dot template as you selected
    previously.
    4. Select all of the styles once they display in the right
    pane and click the <<Copy button to copy them all over to the
    document template. Confirm that you want to replace all styles in
    the document.
    5. Close the menu using the Close button. The dialog closes
    and your styles should all be updated, if your styles were set up
    appropriately via template and style sheet settings.
    You may need to also adjust the Page Setup page width
    settings, if necessary.
    Good luck!
    Liz0259

    Peter:
    Thank you for responding to me, as I may not have been clear
    enough, and I apologize for that. I was trying to keep it short and
    sweet. This problem started when I began using RoboHelp X5 this
    year.
    To clarify...
    - I'm not concerned with CPU usage during document
    generation, that is to be expected. The document will need to be
    generated originally from a RoboHelp WebHelp project. This does not
    change. The problem takes place AFTER you generate a large document
    and then open it in MS Word.
    - My documents are large, 140-500 pages. It took forever to
    scroll through the Word document (RoboHelp-generated), the screen
    kept repainting, and the CPU usage stuck fluctuating frequently
    between 50% and 100%, not allowing me to do much else. Editing
    those documents was a nightmare. Even if I shut down all other
    programs.
    - Something translates to the Word doc from RoboHelp that
    maxes out the CPU usage, and I can't locate the exact culprit.
    However, it appears to be tied to the faded "]" symbol at the end
    of the document (there is a "[" at the beginning, too). So you have
    to omit more than the last paragraph mark; that symbol also needs
    to be left out.
    - The "corruption" information came from Microsoft; it could
    be something other than that, but this is what they said. I found
    nothing that would help on the RoboHelp forum, so I went to
    Microsoft to see if they had a solution. Apparently, this is a
    common problem with Word 2003, but the articles didn't mention
    RoboHelp in the issues. I tried this solution, adding the omission
    of the "[" symbol, with complete success.
    - When you copy the document without the last paragraph mark,
    it will still include the headers/footers when you paste it
    (although you may need to adjust them slightly). This is not the
    problem.
    - When a document is generated, you can select to use a MS
    Word template, which I do. I fully use the style sheets in
    RoboHelp, and they match my Word styles (template) to keep things
    in sync. Actually, this Word template remains in the project; it is
    not moved to the folder that holds your Normal.dot file. So the
    link to the template in RoboHelp from your document does in fact
    remain intact. However, you can copy that template to another
    folder outside the project and link it from there, but it won't
    matter.
    - The Word template (.dot) needs to be reapplied in order to
    restore your styles, as the Normal.dot styles are applied when you
    copy the content over to a new document. It doesn't matter where
    you store the template. I reapply this SAME template after I copy
    and paste the content into the new document. This is not the cause
    of the problem. Note: The application of a template is not the same
    thing as going back to the master copy. This is still a fresh
    document, with the content pasted in and the same template applied.
    - I have tried deleting the local copy and starting over. I
    have moved the file to another location. I have renamed or created
    a 'save-as' copy of the file. I tried editing out any extra
    un-necessary merge-tags in Word, looked for macros, etc. All of
    these things do not resolve the CPU Usage problem.
    I hope this makes more sense. You can try it out if you wish,
    but you will need to do this with a large document and use the
    Print View when looking at the document in Word. You'll have less
    of a problem in Normal View, or with a smaller document (under 50
    pages).
    Good luck!
    Liz0259

  • No Page from Template in Dreamweaver CC

    Using DW CC, new file doesn't bring up a page from template option. My site templates show up when I click Site Templates but there is no Page from Template option! Any suggesstions? I've reinstalled it once but no difference.
    TIA

    thewiseguy,
    I thought that I was the only one hanging on... It's not like Adobe is the only one having problems with WYSIWYG editors. Same all round. NSA and any number of other spooky causes come to mind, but the reall problem is the sophistication of new browsers, new desktop hardware, rapid revolution from desktop only editing to inclusion of just about every connected device out there; and the numbers of connected devices is expanding far more rapidly than any ever expected, with players like China's and India's diversifications now only 10% there but expected to engage as fully as we are in less than four (4) years, and who knows where we all go from there.
    But to make it all really simple for Adobe support, here in these forums where related questions are never tackled head on... kindly read this Wiki:
    http://en.wikipedia.org/wiki/Web_editor
    http://en.wikipedia.org/wiki/Web_editor#Difficulties_in_achieving_WYSIWYG
    Note: this article, while gaining focus, is as lost to the full extent of the incrementing problems as our sorry old-fashioned isolated editing device approach.
    Now, Microsoft has retreated into Sharepoint big-frame corporate network publishing with VB and WebMatrix. While FP cum STUDIO only mangles Windows half as often as DW (it is their own OS after all), it's not much better, doing weird things like causing every application to save into ghost data dumps without user warnings until everything  system-wide is lost)... Far worse, Microsoft Studio problems get ported by the new Windows 8.1 account server from one Windows install to the next, EVEN WHEN DISKS ARE WIPED CLEAN WITH DISKPART! - And yes, Microsoft apps are more effected by this than 3rd party apps like CC.
    Okay, so Adobe and Microsoft need to fess up BIG TIME! Everyone is having WYSIWYG web editing problems as OS drifts into some weird new rapidly changing dynamic security model that WYSIWYG can't fit... or can it?
    I know you are feeling negative reading this, but full stop please! Look at that Wiki article, that does not include a link to WIX, http://www.wix.com/ direct code editing paying members only). Notice that all the 'modern' Mac and PC apps that work are raw code, text editors. WYSIWYG self-instaleld software is NOT keeping up excepting online publishing services. Since OS's are rapidly becoming impregnable isolated SECURE devices, we need an ONLINE DREAMWEAVER CC web publishing service. Check out that cute Wix link. Now fill that with CC richness. YOU GET IT, FINALLY! CC has to transition into an online publishing presence. Along with PS (eg, http://pixlr.com/editor/) and everything else DREAMWEB!
    Where is it? When is it coming? Yes Please! A.S.A.P.
    PLEASE!

  • I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an

    I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an internal project we're colletively working on.  Now I see that FormsCentral is going away and I can't get my doc to save as a PDF without an upgrade?  Help

    You should be able to log into the online Formscentral Acrobat XI air app and see your doc there. From there you would need to save it out as a PDF without a submit button to have it continue to work past July. If you don't see your online form(s) please let me know the adobeID you use to log into the service as well as the form name that is missing and I will look into it for you.
    Andrew

  • Cannot detach from template

    I built a template in DW CS3, (by building a new page, and
    saving as a template) and created a bunch of new pages. I want to
    detach one of the pages from the template. The command is there in
    the menu, but it doesn't seem to work. The grayed out code is still
    there, and the yellow template label in the design window is too.
    Am I doing something wrong, is something broken, or do I not
    understand what should happen when I detach from template?
    Thanks,
    Tommyb

    So I asked for a link to such a page and you gave me a link
    to some other
    page? So, please give me a link to a page that you cannot
    detach from the
    template, then.
    > The extra doctype comes in each time I paste from the
    .doc file that I am
    > sent
    > with the content.
    I can't believe it. A Word document doesn't have a doctype.
    Can you send
    me one of these Word documents (forums at
    great-web-sights.com)?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tommyb709" <[email protected]> wrote in
    message
    news:fn66kk$lu9$[email protected]..
    > The extra doctype comes in each time I paste from the
    .doc file that I am
    > sent
    > with the content. I try to eliminate it each time I
    paste, but missed it
    > in
    > the index.
    >
    > I assume that you were looking at the index.html file.
    It is NOT a child
    > of
    > the template, nor was it ever. All other pages on site
    are.
    >
    > I think that the closing </html> tag is in there,
    but misplaced. At
    > least,
    > the code validates in DW. I did move it to the end.
    Don't know how it
    > ended
    > up in the middle
    >
    > The misplaced CSS is the accordion stuff? I am not sure
    why DW put it
    > there.
    > I generated that in Design view.
    > I am transitioning over from GoLive, and DW has me
    confused at times.
    >
    > Obviously, I have some cleaning up to do. I'm working on
    it now. BTW,
    > this
    > displays correctly in all browsers.
    >
    > I still need help trying to detach from template.
    >
    > Thanks for your help.
    > tommyb
    >

  • How to generate PDF from template via REST query

    Hello. I'm newbie in Adobe LiveCycle, will appreciate any help.
    What we need: generate PDF from template, using different data.
    What we have: LiveCycle Designer and server with deployed Adobe LiveCycle ES 2.5 image.
    Looks like server works and listen 8080.
    In Livecycle Designer I can generate XML (XDP) from PDF, so I can change this XML in PHP/Python/Go script to fill template with data.
    I'm looking for some REST method, where I can give that XML (XDP) and recieve generated PDF in response.
    I've spent whole to for googling all these things, found a lot of docs, but all is very complicated there. Also, examples from just doesn't work - maybe I have to do something on server before calling REST API method.
    Please, push me into right direction

    Your best bet is to probably create an orchestration (or "process" in Adobe speak) that accepts two document parameters, calls LiveCycle Forms (or Output depending on whether you want to interactive or non-interactive PDF), and returns the resulting document variable.
    The orchestration will return a redirect that will point you to the document object.
    See Invoking LiveCycle using REST Requests, and Creating Your First LiveCycle ES4 Application.
    Rob

  • Open Pages doc from server by two persons !!!

    Hi,
    We have noticed that you can open a pages doc from a Apple MAcOS X Server from two diffrent persons, what wil result in not saving any data. Normal you CAN'T open a file that s already open ... !! This is a really big risk .. ?
    What to do about this .. ?

    This is a flaw that has existed since version 1 of Pages. My solution is to work locally and save globally (locked). It is a pain, I know, but it keeps multiple people from attempting to work on the same file at one time.

  • How the files are decreasing from RBS storage after some time i delete docs from document library, where shld I check the settings for this?

    HI
    I created a web application and configured  rbs storage ,
    I uploaded documents (for ex: 18 number)
     after uploaded  documents ,  and observed the RBS storage folder, number of files are increasing (39 number) , its working fine
    and also  I run the querys to check the rows increasing or not , (when I upload new doc rows are increased its fine also)
    select count(*) from alldocs
    Select count(*) from AllDocstreams
    but when I delete some docs from document library ,
    1)the doc itself deleted from document library
    2)when I check the rbs storage  there is no number of files are decreased(its still 39 files ), its same as  before doc deleted from doc library
    after some time I found the number of files are decreasing from RBS storage folder in sql server,
    here I want to know the how the files are decreasing from RBS storage  after some time, where  shld I check the settings for this? and how I control on it
    here how I know the settings for cleaning up orphan BLBOS how  these deleted BLOB
    adil

    1. WHen you delete the file from Sharepoint, it is still present in Recycle bin. This is a default setting in sharepoint for 30 days. Once files are deleted fro Recycle bin, it can also be delete from RBS
    2. There is a RBS cleanup job which deletes files from RBS. for more info check 
    http://mehuljamod.blogspot.in/2012/09/remote-blob-storage-maintainer-rbs.html

  • Billing Doc from a Contract with WBS, how to ??

    Hello there !!!
    I need to make a billing doc from a rental contract MV against a WBS Element, i cant see the field on the position of the contract.
    Can you tell me if there is a way to make this field visible for the position of the contract?
    or what changes do i have to do in the copy control from the contract to the billing doc so it can take the WBS from the header or the contract to the position in the billing doc.

    Wow, can't believe I didn't see that - I looked in all the "International" sections, just not in the "Phone" section. Duh. Tried calling and it working (flashes an "international" warning while dialing).
    The curious thing is that this was already enabled. I'd tried texting someone else who was in India with me and he never received it, so I assumed I wasn't dialing correctly. Perhaps the problem is only with texting, or only with my friend's phone. In any case, if the problem reappears, this gets me closer to troubleshooting it.
    Thanks, all!

  • I saved docs from a iMac to a flashdrive but when I plug the flashdrive into an iBookG4 and try to open the docs on the flashdrive, I get this message: Doc 2 cannot be opened. The required index.xml file is missing.

    I saved docs from a iMac to a flashdrive but when I plug the flashdrive into an iBookG4 and try to open the docs on the flashdrive, I get this message: Doc 2 cannot be opened. The required index.xml file is missing. Does this mean that I can't use the info on the flashdrive with the iBookG4 or can I do something to get the required index.xml file?
    Thanks
    jt

    It appears if you write the document with newer version Pages and try to open it older version Pages.

  • HP Officejet Pro 8500A Premium will not print docs from computer, but will print a test page.

    HP Officejet Pro 8500A Premium will not print docs from computer, but will print a test page.  I continually get a message that the computer cannot communicate with the printer.   Not only will it not print docs, it will not print web pages using IE 11 or Google Chrome.
    I've used Print and Scan Doctor, it always reports there are no issues and prints a test page even though I can't print anything else. 
    Each time I want to print, I must reboot the computer.  After reboot I have one chance to print.   This problem started February 15, 2015.  
    My operating system is Windows 8.1.   I have unintalled the HP software, rebooted, then reinstalled the software:
    OJ8500_A910_1315-1.exe
    HP Print and Scan Doctor - HPPSdr.exe
    HPSupportSolutionsFramework-11.51.0049.msi
    All versions were last downloaded on April 4, 2015.
    I have a home wireless network (Ubee DDW366 router).  All other devices in the house will print to the 8500A printer without issues:  2 Toshiba laptops, 2 Android phones, and 1FireHD.
    The desk top is installed with a Netgear Network card I don't know the model, but I had it tested by a PC Tech to confirm that the card is working.   The card and Windows 8.1 were installed on January 3, 2015.
    I have run virus scans and malware scans.  Each time they show there are no issues with my desktop.  What kind of desktop? Specifically made to my specs from store parts. . . no brand name computer.  ASUS Motherboard P6X580 Premium.  Now I will probably get hacked!
    I am at my wits end.  And it is frustrating when I need to make a print of something and the system locks up.  I often resort to screen printing to a word document to save in order to reboot. . . .but then I lose all sorts of capabilites when I salvage what I needed.  Also this is a time consumer.
    This printer has served us well for two years and I have expensive cartridges waiting; another two rounds of refills.
    Help?
    Addendum:  I can scan using HP Printer Assistance.  I open the HP Printer assistant, it "retrieves" info from the printer, then I select "scan a document or photo" and the printer responds.   I have no trouble with scanning.
    This question was solved.
    View Solution.

    Hi ArielAce , thanks for getting back to me!
    I would recommend downloading and running the HP Print and Scan Doctor.
    Please keep me posted!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • How can I print a doc from my iPhone 4S to a Lexmark Interpret S405 printer with WiFi? Thanks!

    How can I print a doc from my iPhone 4S to a Lexmark Interpret S405 printer with WiFi? Thanks!

    Unfortunately you need an airprint enabled printer to print from an iOS device. There are some work arounds but they are very complicated and aren't proven to work 100%. From what I understand through rumors they are working on allowing all wireless printers to work with iOS but at the moment that's a pipedream. I don't know how important it is but if you really need to print from iPhone you can find some great AirPrint printers on Ebay for decent prices. Good Luck!

  • Generate Report From Template (Excel).vi & don't understand to fill the cells

    I am trying to use the Generate Report From Template (Excel).vi to build my own template, and then fill it with some of my datas. I am trying to replace the "temperature" or "pressure" labels by others, and then fill them with my vi. I don't understand how labview find the location of the labels in the excel template.
    Thanks in advance
    Attachments:
    Excel_Template.xls ‏33 KB
    Generate_Report_From_Template_(Excel).vi ‏120 KB

    You can get the answer to your question by reading the following thread:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=50650000000500000019360100&HTHREAD=000079385000079477000079498000079542000079632&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    The short answer:
    To setup or modify the Named Labels in your Excel template, use Excel's Insert -> Name -> Define command. A name can be defined as a single cell or a block of cells.
    Michael Munroe
    Certified LabVIEW Developer
    www.abcdefirm.com
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

Maybe you are looking for

  • How do I search for a value in an Excel sheet using ActixeX

    I am already accessing my excel sheets however I need to be able to search the sheet for a certain value and return the row/cell location. Is there an activeX control that can do this?

  • Past month calandar not syncing with iCloud on my ipad

    We purchased an iPad 2 towards the beginning of the summer and and iMac in September.  Last week we upgraded both operating systems and created and iCloud account.  However, once created, calandar entries were duplicated.  I called apple support and

  • How to Improve this PL/SQL script

    Hi All, I have a package/procedure that insert data into table but it takes time more than 2 days. Have any known how to modify this script to improve the performance and reduce loading time, The following code is procedure I used to insert data.....

  • What RAID storage system should I use?

    To set the stage here. I'm somewhat of a newbie to the video industry. I've worked as a videographer for a non-profit for 5 years. At that job, we just skimped by on what we could afford, which wasn't much. I just started a new "professional level" j

  • Finder taking forever to find files

    Just upgraded to OS10.5 a couple of weeks ago. When I'm searching (cmd F) for files on one of our external drives it takes forever to find them. I can go and find them manually sometimes faster than the computer can find them. I can also find files p