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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MaartenE

    Switch Post Data to Next Output Set using API

    Thanks alot, it works like a charm!
  2. MaartenE

    Switch Post Data to Next Output Set using API

    Thanks for your reply. I have created the following script using your code: Sub Main Dim App As femap.model Set App = GetObject(,"femap.model") Dim viewID As Long Dim feView As femap.View Set feView = App.feView App.feAppGetActiveView( viewID ) App.feView.Get(viewID)...
  3. MaartenE

    Switch Post Data to Next Output Set using API

    Hi there, I'm writing a small API macro which makes a snapshot of my currect Output view and pasts this image in word. Using the 'Word Report Generator' as an example I have already created the part which takes a snapshot of the current view ans pasts it into ms Word. I have been studying the...

Part and Inventory Search

Back
Top