Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - livewireumd

Pages: [1]
1
General Board / HTML Report elements hyperlinked to Excel sheet
« on: January 09, 2010, 01:10:26 am »
Morning All,

I have generated a HTML Report and I want to link the elements (system objects) to excel files.

So lets say I have 3 systems named 'A', 'B', and 'C'. When I click on one of them, I want an excel file to open up. There doesn't seem to be any way to modify the html behind the HTML Report. Can anyone offer any assistance?

Thanks,
Tom

2
Automation Interface, Add-Ins and Tools / Re: Hiding Elements
« on: October 13, 2009, 04:42:52 am »
Thelonius, you hit it on the head.

3
Automation Interface, Add-Ins and Tools / Re: Hiding Elements
« on: October 08, 2009, 11:02:53 pm »
Thanks Paolo for your quick reply!

When I say hidden I want to remove them to briefly so they become invisible. Currently the only way to do this is to use the element.DeleteAt(index) method and that removes the elements that I dont want but there is no way to undo this.

I either need a command that can push an element to the back or cause it to go away (but I would want to bring it back with an undo; there isnt an obvious way to undo a Delete that a script calls). I need this to be automated though so I cannot manually do any of this and I think a script is my best bet.

Any ideas?

Thanks!

4
Automation Interface, Add-Ins and Tools / Hiding Elements
« on: October 08, 2009, 05:28:44 am »
Good Afternoon all.

I'm currently working on a script that can run through a package and "hide" all elements that don't fulfill a set of criteria. Can anyone tell me what property of the element I need to access in order to "hide" it?

Thanks...

Pages: [1]