help how to add combobox to datagird

I fill the dataset ds_product
and set datagird1.datasouce=ds_dscb.table("product")
now i fill new dataset ds_order
how to get the relation between ds_product.id and ds_order.orderid
and the gird will display combobox to select orderid or list the orderid by the listbox

Comments

  • : I fill the dataset ds_product
    : and set datagird1.datasouce=ds_dscb.table("product")
    : now i fill new dataset ds_order
    : how to get the relation between ds_product.id and ds_order.orderid
    : and the gird will display combobox to select orderid or list the orderid by the listbox
    :
    :

    Do you have this one yet? I have set the tablestyles to text boxes on grids but not comboboxes. I guess they would be the same except for the properties. Are you doing this dynamic or IDE?
  • : : I fill the dataset ds_product
    : : and set datagird1.datasouce=ds_dscb.table("product")
    : : now i fill new dataset ds_order
    : : how to get the relation between ds_product.id and ds_order.orderid
    : : and the gird will display combobox to select orderid or list the orderid by the listbox
    : :
    : :
    :
    : Do you have this one yet? I have set the tablestyles to text boxes on grids but not comboboxes. I guess they would be the same except for the properties. Are you doing this dynamic or IDE?
    :
    Thank you
    but i use the combobox to select the value and update to the datagird
    this dynamic

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories