Inventor View Active X

Manta Ray

New member
Local time
Today, 23:14
Joined
Nov 20, 2007
Messages
3
I have added an Active X control to my form. The active X control is Inventor View which is for viewing 3D drawings. At the moment I can get it to work and show one particular drawing using a filepath put in the filename property.

However, I want to save the filepath for each record in the table and then change the filename property of the Inventor View to this according to the record that is open.

I have tried searching for similar threads but still can't quite get round it.

What data type should I use to store the filepath and how can I get it to change the filename property of the Inventor View control.

Thankyou in advance!
 
I'm sure most users on this forum have never had to use Inventor View but I'm hoping the principle is the same as with other active x controls.
 
I would think the file path should be held in a string. You could then use the string as a parameter for the active x control.
 
You store the file path as a string and you should be able to set the file path for the ActiveX control in the form's On Current event.
 
Thankyou

Thanks for the help. I've got it to work by referring to your example. Easy when you know how.
 

Users who are viewing this thread

Back
Top Bottom