Hi,
I am creating a form. To this form the values are filled from a foxpro table( foxpro 6.0). I have used select statment
SELECT fname,lname,dob,nation,gender,married,contactno,doj,salary,commision,division from employee where empid=lclempno
then using the values obtained , i am filling the...