SitesMasstec
Programmer
My application open some tables, and the user can open a Grid (populated with data from another table) just by pressing the F2 key.
Well, some tables that opened by the application have their 'select area' defined (1-ESTOQUE.DBF, 7-FORNECED.DBF, etc).
I would like do define the 'select area' of the table (ITENSEST.DBF) that populates the Grid* to 15, in order that the files in the application do not crash (if the user press F2 VFP automatically defines SELECT AREA 1 for the table ITENSEST.DBF that populates the Grid, and I have pre-defined in the application the 'select area' 1 to another file -ESTOQUE.DBF).
Is it possible?
(*)In the Grid control Properties:
RecordSource: itensest
RecordSourceType: 0-Table
Thank you,
SitesMasstec