How to Catch a value from a K2.NET form

  • 13 February 2006
  • 2 replies
  • 0 views

Badge +1
Hi,

I am inserting values in to SQL Server from smartforms. And i want to retrive information from SQL Server. I am using a SQL Data event in K2.NET studio and i am passing the where clause. Now how to catch the values returened by the select statement.And i wnat to display th values in the K2Form.

With Regards,
Ravi.

2 replies

Badge +11
I may be wrong but I would store the values returned by the query into a process level xml- or datafield. Then, just bind an appropriate control to the xml- or datafield on your Smartform to retrieve the values.

Maybe I'm misunderstanding...

Regards,
Ockert
Badge +4
where is the documentation on the sql data event - it doesn't seem to be anywhere in the help files

Reply