Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with a grid
Message
From
21/10/2006 02:18:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Help with a grid
Miscellaneous
Thread ID:
01163777
Message ID:
01163777
Views:
49
Hi i have a form with a grid and this are the data properties for the grid:
readonly = .t.
RecordSourceType = 1- alias
this grid is in a pageframe, here is the code in the click method:
SELECT C.nombrecomprador AS comprador, C.nombreyegua AS yegua,;
  C.nombrecriadero AS criadero, C.hijo AS hijo, C.valorsemen AS valor,;
  C.colorhijo AS color, C.municipio AS municipio;
 FROM fc!ventasemen C;
 WHERE  C.identificación = thisform.pageframe1.page1.txtIdentificacion.Value;
 into cursor datosy
 
 thisform.pageframe1.page3.grid1.RecordSource ="datosy"
 thisform.pageframe1.page3.grid1.refresh
I would like to click in a row of the grid and open a form and feed some textboxes, combos, etc, to modify it.how can i do this?

thanks
Next
Reply
Map
View

Click here to load this message in the networking platform