Hi Group,
I want to design a pop-up window for the below scenario in VC++.
Here is my requirement.
1. I've more than one user with the same CallName.
E.g: First Name Last Name DOB CallName
John Clay 11/23/1678 John
John Cathy 01/06/1777 John
2.When i search DB by CallName, it may give
me more than one user details. ( E.g : searched DB by CallName as John)
3. When the result of the query is more than one user, i should pop-up a window with all user details whose
CallName is Same.
How can i implement this Pop-up window for the above scenario.
Thanks in advance.
John
I want to design a pop-up window for the below scenario in VC++.
Here is my requirement.
1. I've more than one user with the same CallName.
E.g: First Name Last Name DOB CallName
John Clay 11/23/1678 John
John Cathy 01/06/1777 John
2.When i search DB by CallName, it may give
me more than one user details. ( E.g : searched DB by CallName as John)
3. When the result of the query is more than one user, i should pop-up a window with all user details whose
CallName is Same.
How can i implement this Pop-up window for the above scenario.
Thanks in advance.
John