Dear Friends,
I had been using SCATTER MEMVAR BLANK in a form to enter/edit Buyers data. But then somebody suggested me to use
TableBuffering instead. I dont know what is the benefit of using TableBuffering over the my previous method of using
Scatter Memvar and then Gather. But anyway I tried out in one of my forms.
The problem is that in first field that is BUYERS NAME , I want to put a check that the Value to be entered should not be already
existing in the database.
How can I check it while using tablebuffering. I dont want to use the candidate index, because I dont want to force it, but just want
the user to know that this name already exists in the database.
Can somebody help
Sudhir