Subj : please, help me! To : borland.public.cpp.borlandcpp From : Pao Date : Fri May 07 2004 06:54 pm Hi guys, I have a problem using TDdeClientConv and TDdeClientItem. The event TDDEClientItem::OnChange fires only for the first TDDEClientItem binded with the TDdeClientConv. For example: DdeClientConv1->ConnectMode=ddeAutomatic; DdeClientConv1->SetLink("Excel","c:\\try.xls"); DdeClientCel1->DdeConv=DdeClientConv1; DdeClientCel1->DdeItem="R1C1"; DdeClientCel2->DdeConv=DdeClientConv1; DdeClientCel2->DdeItem="R2C1"; DdeClientCel3->DdeConv=DdeClientConv1; DdeClientCel3->DdeItem="R3C1"; Well, then event OnChange fires only for the DdeClientCel1 and not for the others. I've founf in the web other people with the same problem, but nothing about the solution. Please, someone can help me? thanks in advance, Pao .