manosubbiah
Programmer
Hai,
I am new to vfp programming.
When i give the recordsource property for a grid at run time as follows,
thisform.grdi1.recordsource = "select * from table1 where table1.field1 = +mnbr"
I have set the recordsourcetype property as sql stt in design time itself.
When the record source property is assigned to the grid , the browse window pop's up. I don't need the browse window to pop up. This has to be prevented. I am held up with this problem. Please help me out to fix it asap.
Rajam
I am new to vfp programming.
When i give the recordsource property for a grid at run time as follows,
thisform.grdi1.recordsource = "select * from table1 where table1.field1 = +mnbr"
I have set the recordsourcetype property as sql stt in design time itself.
When the record source property is assigned to the grid , the browse window pop's up. I don't need the browse window to pop up. This has to be prevented. I am held up with this problem. Please help me out to fix it asap.
Rajam