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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. 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
  11. 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...
  12. fairfaxVB

    hidden address bar in borrower window

    Hi Friends, Could we hide address bar in borrower by javascript? We can hide address bar by clicked toolbars. Thanks for any codes? Nice day FairfaxVB
  13. fairfaxVB

    disable status bar or mouse over function

    Hi Friends, Could we disable status bar on left buttom on borrow window by javascript? My client does like to display URL information of item/pages on the status bar because we use index as home pages. Users are still see page url by mouse over link item. Any ideal? thanks for help. FairfaxVB
  14. fairfaxVB

    Added lable name in chart codes by VBScript

    Hi Friends, How can I add a X and Y lable for this chart by VBscript? Thanks for any help! FairfaxVB ************source codes <%@ Language=VBScript %> <HTML> <head><title>chart example</title></head> <STRONG><CENTER> Calls Infomation</CENTER></STRONG> <BODY> <object id=ChartSpace1...
  15. fairfaxVB

    missed data (lost data) for each interval at chart by VBScript control

    Hi tsuji, I means that chart display 13th,20th,27th,... there are a 6 day gap batween 3/13/05-3/20/05 that does not display on the chart. I need to display every day value in chart. I think there are a group function to control these lost data. any solution? Currently i am using cspace id as...
  16. fairfaxVB

    missed data (lost data) for each interval at chart by VBScript control

    Hi Friends, I have a VBScript and call a office 2003 object. However, This codes automatic cut off X lable value with 7 day interval and display 12 column value only ( miss to display 6 day value for each interval). x lable display charts for 3/13/05, 3/20/05,3/27/05..... I want to display...
  17. fairfaxVB

    added Y/X lable name for chart by VBScript

    Hi Tsuji, Could I add a Y / X lable name for chart by VBScript. It is not a Legend or title? Your answer is very good for me. my problem is some person have office 2000. other person 2003. Also I am still checking 2003 chart issue and let your knoe later. the system have 2003 chart object after...
  18. fairfaxVB

    Control property office 2002 chart class in VBScript

    Hi Expert's friends, I have a codes VBScript and call a office 2003 object in html.However, this codes automatic chang X/Y lable value interval and display 12 column value only. I want to display all (79 column) of value in chart even there are a auto x lable interval. How can I do this...
  19. fairfaxVB

    how to formate chart X and Y value on the web by VAScript

    Hi expert's friends, I copy this codes from this site. It works well in 2003 office . How can I cut off right Y lable value ( it appears Y label valur both in left and right). how can I how to formated Y lable value and begin point as 0. how can I how to change chart x interval value on the web...
  20. fairfaxVB

    object of 2003 chart and 2000 chart in VBScript

    Hi I copy codes from this site. It works in environment of office 2000. After installed office 2003, I changed these 2 chart object to new id in office 2003. However. it does not work for Spreadsheet1 classid=CLSID:0002E559-0000-0000-C000-000000000046 After checking. problem is in this line...

Part and Inventory Search

Back
Top