Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Visio Export & Delphi 2006 (Read 1929 times)
Mischa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Feb 13th, 2008
Visio Export & Delphi 2006
Feb 13th, 2008 at 4:39pm
Print Post  
Hello, I try to export my flowchart to a vxd-File, but it doesn't work!

Here my Source-Code:

ivexp:=CoVisioExporter.Create ;
ivexp.ExportVDX(fc_contr,'c:\test.vxd');

>fc_contr is the flowchart-Control

The Error-Message: 'Interface not supported'

Can you help me??

Mischa
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Visio Export & Delphi 2006
Reply #1 - Feb 13th, 2008 at 6:27pm
Print Post  
Hi,

Try to pass fc_contr.DefaultInterface as the first argument. You might also check this thread -

http://mindfusion.org/cgi/Forum/YaBB.pl?board=fcx_brep;action=display;num=114534...

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Mischa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Feb 13th, 2008
Re: Visio Export & Delphi 2006
Reply #2 - Feb 14th, 2008 at 12:51pm
Print Post  
Thank You,
it works fine now!!

Mischa
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint