On Thu, Nov 10, 2011 at 3:51 PM, Mohammed Rashad
<mohammedrasha...@gmail.com> wrote:
> I told you to clear msg
> your find may look like this
>
> void WtApplication::find() {
>                          msg = ""
>                 try {
>
>                Transaction tt(session_);
>
> colform collect = session_.find<form>("where dat like
> ?").bind("%"+nameEdit_->text()+"%").orderBy("dat");
>
>                         for (colform::const_iterator i = collect.begin(); i
> != collect.end(); ++i)
>
>                        msg((*i)->store);
>                         tt.commit();
>                     } catch (...) {}
> }

I have also tried in that way. But problem is still not solved.  And
msg() is a function. not a variable.
-- 
Parvinder Rajput
website:- www.parvinder.co.in

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to