Inventor programming, open '.ipt' file

Inventor programming, open '.ipt' file

Anonymous
Not applicable
250 Views
2 Replies
Message 1 of 3

Inventor programming, open '.ipt' file

Anonymous
Not applicable
Hi there,
A little bit of your expertise would help me a lot.
I have written VB6 program that circles though all '*.ipt" files in the
selected folder, opens it with Inventor, extracts required information and
closes it. Sometimes program stops with 'Resolve Link' dialog (eg. path of a
referenced file not found or does not exist etc.), I click 'Skip All' button
and it continues. Is there any way to 'click' the 'Skip All' button
programatically so it will not need my assitance, or to set-up Inventor to
do it by default.

Thanks in advance,
Richard Kowalczyk
Sydney, Australia
e-mail: richardk@ozemail.com.au
0 Likes
251 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Use the Application.SilentOperation property. Setting this to True will
stop dialogs from coming up and will perform the default behavior.

-Brian

"Richardk" wrote in message
news:0FF4F6254E24CC118A8F0B59ACABAB74@in.WebX.maYIadrTaRb...
> Hi there,
> A little bit of your expertise would help me a lot.
> I have written VB6 program that circles though all '*.ipt" files in the
> selected folder, opens it with Inventor, extracts required information and
> closes it. Sometimes program stops with 'Resolve Link' dialog (eg. path of
a
> referenced file not found or does not exist etc.), I click 'Skip All'
button
> and it continues. Is there any way to 'click' the 'Skip All' button
> programatically so it will not need my assitance, or to set-up Inventor to
> do it by default.
>
> Thanks in advance,
> Richard Kowalczyk
> Sydney, Australia
> e-mail: richardk@ozemail.com.au
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks very much. That what I needed.
Regards,
Richard

"Brian Ekins (Autodesk)" wrote in message
news:80D0B041AAC2EFC83FC47D80E6A1FA14@in.WebX.maYIadrTaRb...
> Use the Application.SilentOperation property. Setting this to True will
> stop dialogs from coming up and will perform the default behavior.
>
> -Brian
>
> "Richardk" wrote in message
> news:0FF4F6254E24CC118A8F0B59ACABAB74@in.WebX.maYIadrTaRb...
> > Hi there,
> > A little bit of your expertise would help me a lot.
> > I have written VB6 program that circles though all '*.ipt" files in the
> > selected folder, opens it with Inventor, extracts required information
and
> > closes it. Sometimes program stops with 'Resolve Link' dialog (eg. path
of
> a
> > referenced file not found or does not exist etc.), I click 'Skip All'
> button
> > and it continues. Is there any way to 'click' the 'Skip All' button
> > programatically so it will not need my assitance, or to set-up Inventor
to
> > do it by default.
> >
> > Thanks in advance,
> > Richard Kowalczyk
> > Sydney, Australia
> > e-mail: richardk@ozemail.com.au
> >
> >
>
>
0 Likes