I have a datawindow that has a DDDW for the column. In my itemchanged event I have:
I check to see if this column is for the 'physician'. If it is I want to open up another window. However, If I selected physician a for the first time, the window opens.(i.e. - PB recognizes that a new phys. was selected.) But If I go ahead and select the same phys(physician a) again without first selecting another one, PB does not recognize this as a new change(new item selected).
Is there a way to kick off the itemchanged event even though I did not select a new item? I want the user to be able to go back into this new window(window that opens up from the itemchanged event) even thought they did not change the item selected.
Thanks,
Keith
I check to see if this column is for the 'physician'. If it is I want to open up another window. However, If I selected physician a for the first time, the window opens.(i.e. - PB recognizes that a new phys. was selected.) But If I go ahead and select the same phys(physician a) again without first selecting another one, PB does not recognize this as a new change(new item selected).
Is there a way to kick off the itemchanged event even though I did not select a new item? I want the user to be able to go back into this new window(window that opens up from the itemchanged event) even thought they did not change the item selected.
Thanks,
Keith