Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fairfaxVB
  • Order by date
  1. fairfaxVB

    How to check office version by VBScript/JavaScript

    Hi fneily, Thanks for your help. this code is running in web chart application for choose different chart class. How can I run your code? may i have emample? nice weekend FA
  2. fairfaxVB

    How to check office version by VBScript/JavaScript

    Hi Friends, I use office web component for web chart. I need to detect user's office version by VBScript or JavaScript. So we can use different class id for chart. Thanks for any code! Thanks FA
  3. fairfaxVB

    How to check word version for chart

    Hi friends, I use a chart object class ChartSpace1 for chart in web application. however, user's PC install different version wrod 2000/2002,2003, XP. Do we have any way to detect user's PC word version? So we can use logic control to use different object classid. also how do we install...
  4. fairfaxVB

    How to change legend color and Y value interval

    Hi Friends, I use chartspecial object to created charts. it works well. Could we have some way to changed legend color and color order in chart? Could we change Y value interval in chart? Thanks for any help!! FairfaxVB ************working codes <HTML><body> <object id=ChartSpace1...
  5. fairfaxVB

    using getElementById in frame structure

    Hi Friends, I use a getElementById in page and works well. however, it does not work when i put this page into frame structure. myobject.newobject = document.getElementById(''PP''); how do I change this syntax? Thanks FairfaxVB
  6. fairfaxVB

    disable status bar in browser

    Hi friends, Happy New Year! we have a web application with home index URL in frame structure. My boss does like that users can see page link information in status bar by mouse over items in application. Otherwise, we do not need to use URL index ( address never change during moving page in...
  7. fairfaxVB

    disable status bar or mouse over function in browser

    Hi friends, Happy New Year! we have a web application with home index URL in frame structure. My boss does like that users can see page link information in status bar. Otherwise, we do not need to use URL index ( address never change during moving page in application). Do we have any way to do...
  8. fairfaxVB

    disable print item in borrower window

    Friends, Happy New year at first. Yes, I want to customise IT toolbars. how to do that? Thanks
  9. fairfaxVB

    set print size and type

    Mark. Happy holiday at first. How to use your code in HTML? Thanks a lot FairfaxVB
  10. fairfaxVB

    set print pape size and type

    Hi Friends, Could we automatical set print paper size as legal and layout as landscape by javascript by programming? Do we have any way to control print job based on data line by line? welcome any codes. Thanks FairfaxVB
  11. fairfaxVB

    set print size and type

    Hi Friends, Could we automatical set print paper size as legal and layout as landscape? welcome any codes for this function. Thanks FairfaxVB
  12. fairfaxVB

    disable print item in borrower window

    this is a javascript <INPUT NAME="print" TYPE="button" VALUE="Print Report" ONCLICK="varitext(this.form)"> between head tag function varitext(text){ text=document print(text) } TomThumbKP & Friends, I means i want to disable/hide print menu item in IE borrower.
  13. fairfaxVB

    print entire row in page or next page

    Hi friends, Do we have any way to control print a entire row. we have a dynamical table. When user print report which has more than one pages, it print half row in paper bottom. we can not control buttom margins for this issue. Because there are 2 line data in each row. So we like to control...
  14. fairfaxVB

    disable print item in borrower window

    Hi Friends, after created user's print button,how can we disable or hidden print item in borrower window? I have a frame structure. so it need to disable /hidden print to avoid issue of print. welcond any codes of example. Thanks for your help! FairfaxVB
  15. fairfaxVB

    print page issue

    Hi clFlavA, Thanks for your help! the javascript locates in ent.html and print drt frame (getin.html) both ent.html and getin.html locate secd.html. I can call dir by <form method="post" name="ppc" action="getin.html" target="drt" onSubmit= "return checkEntry(this)"> any idel? thanks very much
  16. fairfaxVB

    print page issue

    i changed to top.frames["drt"].print(). but i got same message" top.frames.drt is null or not object. there are 2 level frame switch and drt in this application. -- example level first have 2 frame home.html <frameset frameborder="Yes" framespacing="2" border="1" cols="*" rows="60,*"> <frame...
  17. fairfaxVB

    print page issue

    however, i can submit this form by <form method="post" name="ppc" action="second.html" target="drt" onSubmit= "return checkEntry(this)">
  18. fairfaxVB

    print page issue

    Hi clFlaVA and friends, I created a code to print frame drt information. there are a dynamic frames(2 level). I got an error message as "top.frames[0].frames[1].document is null or not object" how to fix this issue? Thanks FairfaxVB <script> function framePrint(){ alert("gg")...
  19. fairfaxVB

    print page issue

    cLFlaVA, Thanks for your email. in frame structure., can we use a print button in one frame to print other frame information? So that we avoid to print 'print button ' in report paper. thanks FairfaxVB
  20. fairfaxVB

    print page issue

    Hi friends, We have a big width report in frame structure. After clicked print butun in borrower or javascript print function, users can not print out whole report. the report shout be cut off for over paper size. I wish that print function can print rest information in next page other than...

Part and Inventory Search

Back
Top