About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
Question i want to disable the functionality of mouse click while entring the data in a text box, just want to take the action after pressing enter key , if mouse buttion has beem pressed by the user no action should take place.
Answer Hi Shambhu,
Clicking the textbox puts the focus into it, hence you can edit it. If you want to disable editing, AFAIK, the only way is to disable it and when you press enter in some other textbox, enable it and set the focus to it.