Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

424 error and full file name

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
152 Views, 3 Replies

424 error and full file name

I get a 424 error when trying to open a form (frm). Help shows what could be
wrong with the code. I've tried everything but the right thing to correct
the problem using what comes up in help, several times to no avail. If
someone has been there done that could point me to things look for it would
be much appreciated.

What is the best way to get the fullfilename? I have tried the code posted
on this ng, but none seem to work. I am trying to get the filename into a
list box.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Phil

I will post a small example to IVCF. Look for a post titled "Full File
Name"

Generally it is best to post a small snip of the code that is failing,
especially the line that it stops on in order for people to be able to
help.
--
Kent Keller
http://www.MyMcad.com/KWiK/Mcad.htm

Assistant Moderator
Autodesk Discussion Forum Moderator Program

"Phil A" wrote in message
news:0854E0AE97DA552B1FF88F1CE5D62CE7@in.WebX.maYIadrTaRb...
> I get a 424 error when trying to open a form (frm). Help shows what
could be
> wrong with the code. I've tried everything but the right thing to
correct
> the problem using what comes up in help, several times to no avail. If
> someone has been there done that could point me to things look for it
would
> be much appreciated.
>
> What is the best way to get the fullfilename? I have tried the code
posted
> on this ng, but none seem to work. I am trying to get the filename
into a
> list box.
>
>
Message 3 of 4
Anonymous
in reply to: Anonymous

Kent,

I think you have got a small typo in your Module1, you forgot the "e" of
"Mode" in vbModeless

Here's the correct code for Module1:
Option Explicit

Public Sub Showfilename()
UserForm1.Show vbModeless
End Sub


"Kent Keller" wrote in message
news:16A0CD857B8CB6A03D49DA7B62F97607@in.WebX.maYIadrTaRb...
> Phil
>
> I will post a small example to IVCF. Look for a post titled "Full File
> Name"
>
> Generally it is best to post a small snip of the code that is failing,
> especially the line that it stops on in order for people to be able to
> help.
> --
> Kent Keller
> http://www.MyMcad.com/KWiK/Mcad.htm
>
> Assistant Moderator
> Autodesk Discussion Forum Moderator Program
>
> "Phil A" wrote in message
> news:0854E0AE97DA552B1FF88F1CE5D62CE7@in.WebX.maYIadrTaRb...
> > I get a 424 error when trying to open a form (frm). Help shows what
> could be
> > wrong with the code. I've tried everything but the right thing to
> correct
> > the problem using what comes up in help, several times to no avail. If
> > someone has been there done that could point me to things look for it
> would
> > be much appreciated.
> >
> > What is the best way to get the fullfilename? I have tried the code
> posted
> > on this ng, but none seem to work. I am trying to get the filename
> into a
> > list box.
> >
> >
>
>
Message 4 of 4
Anonymous
in reply to: Anonymous

Thanks Teun. Funny, I would have expected that to throw a error.

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program


"Teun Ham" wrote in message
news:82A823997D28A6C118ED913FCFE90586@in.WebX.maYIadrTaRb...
> Kent,
>
> I think you have got a small typo in your Module1, you forgot the "e" of
> "Mode" in vbModeless

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report