comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Create iTool save file programmatically
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Create iTool save file programmatically [message #57166] Tue, 04 December 2007 13:02 Go to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
You are very close. I think you just want to use the "Save" operation
instead of "Save As". "Save As" will always prompt for a filename. So
your code would look like:

it = itgetcurrent(TOOL=oTool)
op = oTool->GetByIdentifier(oTool->GetFullIdentifier()+'/OPERATIONS/
FILE/SAVE')
op->SetProperty, filename='c:/test.isv', show_execution_ui=0
void = oTool->DoAction(op->GetFullIdentifier())

-Chris
ITTVIS
[Message index]
 
Read Message
Read Message
Previous Topic: TNMIN limits
Next Topic: Re: object programming question

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 09:58:28 PDT 2025

Total time taken to generate the page: 0.00496 seconds