rolandpish Level: Trainee
 Registered: 29-04-2005 Posts: 3
|
Get Object Names in Crystal Environment
Hi everyone,
I was used to create my crystal reports inside visual basic
environment.
I remember having a report text object named Text1
then I changed its name to txtName, and change its contents
at runtime from visual basic before showing it:
myreport.txtName.SetText ("Whatever")
Now I need to create reports outside visual basic
(inside crystal environment) because the .exe file is getting
too big and I need to do the same thing from visual
basic but I don't know where to find the name of the
objects in crystal environment. If I create new text objects
I won't be able to know the name of them.
Where can I find the name of the objects? or
How can I achieve my goal?
PS: btw, I use crystal 8.5 dev
Thanks in advance
Roland
[Edited by rolandpish on 13-05-2005 at 09:47 AM GMT]
|