Carousel Application name blank if changed in ER

johndanter

johndanter

Legendary Poster
Hi List,


I have a custom APPL and I have code in there to override and change the form name at run time. This works locally on the FAT but appears to be messed up on the server

The reason I rename the form is it can run in about 3 - 4 different modes. The users wanted to know what version they are in (as they are directed there rather than take a menu option) but I've noticed since coding the change in to override the form name, the name in the carousel has gone blank

Any ideas how to fix this?

00044 GetVersionTitle(N7409404.GetVersionTitle)
"P55NPI" -> szProgramId [PID]
SL VersionName -> szVersion [VERS]
VA frm_VersionTitle_JD [JD] <- szVersionTitle [JD]
00045 Set Form Title(VA frm_VersionTitle_JD [JD])
 

Attachments

  • image (5).jpg
    image (5).jpg
    14.9 KB · Views: 6
Last edited:
Back
Top