i am a beginner in learning VFP and i am facing a problem.
I have two forms:
- a login form with user and password to be completed. theese values are searched in a table from database.
- another form containing a grid with dates from the users table. i use this for changing the password for selected user in the grid.
The problem is i can not populate the grid with data from the table "users", because i keep reciving the error "File in use". i set the RecordSource for data to table, sql statement and alias and still nothing. i have tried replacing the grid with list and combobox, but i still receive the error.
Please help ! :) Thank you