Hello All
Can any one guide me how to Check whether a user has Pressed "yes" or "no" option while a confirmation Queery is displayed on occurance of any event::
I Had Executed the Confirmation Queery Simply By:
TBuf<50> iNo;
RunDataQuery1L(iNo);
RunConfQuery1L(&iNo);
The Situation is simply whether the value entered by user is ok and he wants to continue with the same or not.
so "YES"/"NO" status must be known to proceed further.........!



