fiogf49gjkf0d Hi All,
I am having a grid under opportunity where i am calling a dialogservice for adding a record. This is a insert form for inserting a record in to table which is created under opportunity. Now i do have a combo box in this form in which if user chooses no i want to open another dialog service. I am not able to do this. I am writing below code on the combo box change event of the parent dialog service. But its not working. Please help and respond if anyone knows the solution. Becuase its pretty urgent if (
QFListBox.Text == "No")
DialogService.SetSpecs(200, 200, 500, 800, "AddOpportunityProduct", "AddOpportunityProduct");
DialogService.ShowDialog();
Thanks
mark |