Grid Customization

I created a dropdown for the field in my grid. So you would create a dataset
with the values Pass and Fail. Then add that to your grid as a dropdown.



Dim grdSummaryOrderLines As EpiUltraGrid =
Ctype(csm.GetNativeControlReference("USE YOUR GRID EPIGUID"),EpiUltraGrid)

grdSummaryOrderLines.DisplayLayout.Bands(0).Columns("FIELDNAME").ValueList =
YOURDATASET



send me an email if this doesn't work and I'd be glad to help you.

Daniel



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Karl Dash
Sent: Friday, January 23, 2009 2:35 PM
To: Vantage Group
Subject: [Vantage] Grid Customization




I have created a UD table that I am filling with data from the shop floor. A
couple of the entries need to be PASS or FAIL. I created a CombBox that will
limit the entries to those choices at the Detail level. Works OK.

The problem is that I want the info filled out in a grid. When I use the
grid layout, ANY value can be put in the fields instead of just PASS or
FAIL. How can I maintain the integrity of those fields in the grid layout?

TIA
-Karl

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]
Â
I have created a UD table that I am filling with data from the shop floor. A couple of the entries need to be PASS or FAIL. I created a CombBox that will limit the entries to those choices at the Detail level. Works OK.
Â
The problem is that I want the info filled out in a grid. When I use the grid layout, ANY value can be put in the fields instead of just PASS or FAIL. How can I maintain the integrity of those fields in the grid layout?
Â
TIA
-Karl




[Non-text portions of this message have been removed]