Reputation: 11
In C++Builder 6, how can I access a text object by name in Crystal Reports, so I can set its text? This is what I have right now:
crp->TextObjects[0].Items[0]->Lines->SetText("Text");
Upvotes: 0
Views: 201