Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vis0001

Status
Not open for further replies.

sheronne

Programmer
Jun 1, 2001
71
US
I got it. I set the Grid.recordsource nothing. Then when the user selects a value I set the recordsource. However, I did not realize that you had to set the control source for the columns again.

It works at least, but if there is something different or a better way please let me know.

 
Sheronne,

try:

ThisForm.MyGrid.RecordSource="MyCursor"
ThisForm.MyGrid.Init Andrea C.P.
Italy [atom]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top