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 Mike Lewis 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: *

  1. sirmanson

    Visio / Excel OLE Automation

    Ok, So I found the object in Visio document.pages(1).layers(1).shapes(2) if I pull the progID for this shape it shows "Excel.Sheet.8" which is correct. So now I just need some help figuring out how to have OLE open this up. I tried setting 2 Excel variables (and adding to the...
  2. sirmanson

    Visio / Excel OLE Automation

    I have a visio document that has an embedded excel worksheet. I am trying to manipulate the worksheet through code. Does anyone have any code snippets that may help me out?? I can find TONS of documentation on how to control excel from visio, just nothing on how to get excel to open an...
  3. sirmanson

    EIS Javscript to change Results Limit

    Try this on for size - - ---------------------------- A generic button script for Brio. //MainPage def var MainPage = "Siebel KB Report" //Results page to show afterwards Res = "R_KB" //Queries to be run, limited ones first, in order of run if it matters var NumQry = 1...
  4. sirmanson

    Transferring Queries / EIS from one BQY to another

    Does anyone know how to do this? I am using BrioQuery Explorer 6.5.0.47
  5. sirmanson

    Blue Login screen doesn't work...

    It sounds like this login is specific to your report and that the buttons not reacting is a problem with the report as well. Can you try it from another computer to see if you can replicate the problem?
  6. sirmanson

    Blue Login screen doesn't work...

    Is this login screen part of the report you are viewing or the brio server login?
  7. sirmanson

    Get Julian Date from BRIO

    You should be able to modify the query with something similar to this : cast( year(thedate) * 1000 + dayofyear(thedate) as char(7) )
  8. sirmanson

    Get Julian Date from BRIO

    Where are you trying to convert this date? In the Query/Results or a report? What kind of database is the data coming from?
  9. sirmanson

    HELP!!! Deactivate Document Scripts

    If you hold the CTRL key while opening the document that should keep the Document scripts from executing.
  10. sirmanson

    Counting Unique Records in a report

    I have a report that groups employees by their supervisors. Each of these groups has some totals that need to be multiplied by the number of employees in this specific group. If I use the COUNT function it shows the total number of records (136) instead of (6). I tried modifying the column...

Part and Inventory Search

Back
Top