Results 1 to 2 of 2

Thread: how show window form, from wwf code activity tool.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    235

    how show window form, from wwf code activity tool.

    i am using console window work flow, i added a new window form by add new item in my work flow,

    Question is that how i load window form on some code activity execution.
    what is the proper syntax to write in code activity to load window form..

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: how show window form, from wwf code activity tool.

    aah.... as far as I know... you don't. Not from the WF side at any rate. They are WorkFlows... not applications in the traditional sense. Now, what the WF can do is set a state, or set a flag of some kind (probably in a database) that then tells the client system that is communicating with it, to display a form.. but the WF itself isn't supposed to. At least that was the case when I used WF... our workflow never communicated directly with the user... it was sitting off on a server somewhere. When ever we needed something from the user, the WF would then persist the data to the database, then go into a wait state. Once the suer was done, the app would send a message (via WCF) back to the workflow. The WF would then wake up, retrieve the data from the database and continue processing.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width