robsuttonjr
MIS
I have:
1 form with 1 grid and 2 combobox's
Grid - controlsource = "Citem_master"
In grid changerowcolumn I scatter memvar and the combobox's should change but I am getting inconsistent behaviour.
1st combobox - displays item category description.
rowsource = "Categories.category_description, cat_id_pk"
boundcolumn = 2
boundto = have tried .T. and .F.
controlsource = m.cat_id_fk (in Citem_master)
2nd combobox - displays item subcategory description.
rowsource = "subcat.subcat_description, subcat_id_pk"
boundcolumn = 2
boundto = have tried .T. and .F.
controlsource = m.subcat_id_fk (in Citem_master)
Anyway if someone could suggest how they handle this type scenario?
Regards,
Rob
1 form with 1 grid and 2 combobox's
Grid - controlsource = "Citem_master"
In grid changerowcolumn I scatter memvar and the combobox's should change but I am getting inconsistent behaviour.
1st combobox - displays item category description.
rowsource = "Categories.category_description, cat_id_pk"
boundcolumn = 2
boundto = have tried .T. and .F.
controlsource = m.cat_id_fk (in Citem_master)
2nd combobox - displays item subcategory description.
rowsource = "subcat.subcat_description, subcat_id_pk"
boundcolumn = 2
boundto = have tried .T. and .F.
controlsource = m.subcat_id_fk (in Citem_master)
Anyway if someone could suggest how they handle this type scenario?
Regards,
Rob