Windows Client Form

  • 20 September 2005
  • 2 replies
  • 1 view

Badge +1
Hi,

Has anybody implemented a solution which uses Win Forms instead of asp.net or smartforms in their solution ?

I would love to hear how you did it and how successful it was.

Thankyou

2 replies

Badge +11
Hi,

I can give you the required theoritical background, but I'm sure you would also like to hear from members who has implemented this on actual production system projects.

All you need to do, is to reference the K2ROM assembly into your Windows form project. Open a connection to the K2.net 2003 Server, create a new process instance (CreateProcInst method), populate the required data fields and start the actual process (StartProcInst method).

For a client form, you can loop through all available Worklist items for the logged-on user. Display a list of Worklist items to the user. When the user selects a specific Worklist item, use the accompanying Folio or Serial number to access the actual Worklist item selected.

Please refer to the Help file (specifically the K2ROM object model) for sample code.

Hope this helps,
Ockert
Badge +1
Ockert,

Thank you very much for replying. Your reply was very useful for me.

Akhtar

Reply