Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Seeking For Solution (Read 2978 times)
Shah
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Jan 4th, 2016
Seeking For Solution
Jan 4th, 2016 at 4:06am
Print Post  
Hi there,

I'm new here. Just wanna ask some question regarding to MindFusion diagramming. And i'm sorry if this is not the right place to ask this.

I'm final year student for my university and thinking to develop web based application for workflow for my Final Year Project. What i've in my mind was , i want this application to be user friendly, where the end user have capability to design their own flow using drag and drop approach. And for each diagram in their flow will have their on logic (e.g routing to different approver, if else condition) in simple ways, does mindfusion diagramming have this capability to integrate with DB such as SQL management studio (sorry if this one is silly question). And btw, i'm using vb.net for this project. Hope someone can explain in further what this diagramming capable of and is there possibilities to further enhance for my project and it's limitation using MindFusion diagramming and by any chances if this is the right component i'm seeking for.

Thanks in advance.

Regards,
Shah
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Seeking For Solution
Reply #1 - Jan 4th, 2016 at 11:08am
Print Post  
Hi,

Check the Controls and Flowcharter sample projects from ASP.NET version of the diagram control:
https://www.mindfusion.eu/NetDiagramTrial.zip

You could save the whole diagram in a BLOB or TEXT database field using SaveToString and LoadFromString methods. There's no built-in support for saving diagram elements into separate records from your own DB schema; you'll have to implement that yourself by iterating over the diagram item collections (Nodes and Links) and creating or updating their corresponding records.

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


I Love MindFusion!

Posts: 21
Joined: Jan 4th, 2016
Re: Seeking For Solution
Reply #2 - Jan 5th, 2016 at 1:58am
Print Post  
Hi,

Thanks for the reply..will check on that.

Thanks,
Shah
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint