Arindam, Using the Enter key is DOS behavior not Windows behavior so I don't recommend using it. Under Windows the Enter key should trigger the OK button on the dialog. The Tab key is what users expect to use to move from ...
... if I can provide scroll option, the entire 35 char of the name field can be entered by the user. Is there any option like "@!S25"? With regards Arindam
... the cursor moved to next get field. But if I press ESC key, the return value is 13 and active window goes off. What is the solution? With regards, Arindam
I have tested your sample code. It is working fine. May be there are some steping problem in my code. Once again I go through my code. if necessay I will get back to you for support.
Arindam, Just try the code below with the FW\samples\customer.dbf file and you will see what I am talking about. James #include "fivewin.ch" function main() local oDlg, oCust, oBtn use customer database ...
Arindam, >Is it possible? Probably. >Is it practical? No. >Is it right way? No. Did you try my example code? If you use the UPDATE clause with any control it adds the control to the list of controls that get automatically ...
... increase the length of the array also. Is it possible? Is it practical? Is it right way? Thank you once again for your last reply. With regards, Arindam