i like to show the version of my applicaton in a info-box.
In the init event of the form i have:
[tt]thisform.lblAppVersion.Caption = Application.ActiveProject.VersionProduct()[/tt]
This works very well. But after I build an exe-file and start it, I get an error: "Can't evaluate object".
Does anybody know what's going wrong?
Georg Nickel
Software Development
Germany
In the init event of the form i have:
[tt]thisform.lblAppVersion.Caption = Application.ActiveProject.VersionProduct()[/tt]
This works very well. But after I build an exe-file and start it, I get an error: "Can't evaluate object".
Does anybody know what's going wrong?
Georg Nickel
Software Development
Germany