Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Newprof.nrs
System
Hi guys.
We are running Desksite 6.6(SP2) with 8.11 backend
I have this .nrs file that should change the app type to Word , only it is not working
Just to confirm , where do i put the .nrs file? , do i need to register any other .dll files?
'New Profile script to change ANSI app code to WORD
'Used as GroupWise integration uses ANSI as app type by default
Const nrType = 7
Const nrDescription = 3
Sub NewProfileDlg_OnChange(dlg,ID)
if ID=nrType then
VarApp = dlg.GetAttributeTextByID(nrType)
if VarApp="ANSI" then
dlg.SetAttributeValueByID nrType,"WORD",true
end if
end if
End Sub
Many thanks to any help you can give
Cheers
Find more posts tagged with
Comments
jny
Your code should work if your script is added to the "scripts" folder under your DeskSite 6.x installed path, e.g., "C:\Program Files\iManage\scripts\".