Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to create a grid using a view (sql)
Message
From
30/05/2006 14:54:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Trying to create a grid using a view (sql)
Miscellaneous
Thread ID:
01125978
Message ID:
01125978
Views:
47
I am trying to use a grid that is to be populated by a view that is connected to a SQL database. The code creates the view which I can browse data from; however, the grid will not show any data.
The code that I'm using follows:
thisform.grdEnvelope.RecordSourceType= 0
thisform.grdenvelope.ColumnCount=5
thisform.grdenvelope.RecordSource='v_env_co.env_no'

the v_env_co is the view
Any help with this would be apprecaited.
Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform