Problem with installation of FORM from EFORMS REGISTRY onto client

M

movalgirl

hi all,

I have a custom form which has various settings definined in
myForm.cfg

e.g. I have a registry variable HelpDeskURL defined in myForm.cfg

registry1=LocalServer32 = "%d\archiv~1.ixo"
....
registry9=HelpDeskURL =
http://x-yyyyyyy.zzzzzzz.de/cms/tsi...erInternalPage/contentId=1404248/id=1336.html
registry10=Cmd05 =
;registry11=Cmd01 =
;registry12=Cmd02 =
;registry13=Cmd03 =
;registry14=Cmd04 =
;registry15=SyncTimeout = <milliseconds>
....

I install the form with IMAPIFormContainer::InstallForm()

On the client machine, when the form is installed the registry entry
is written under
HKU\Classes\Software\CLSID\<classid of my form>\HelpDeskURL
and cutoff at
http://x-yyyyyyy.zzzzzzz.de/cms/tsi-d/de/news/templateId=ren

The next registry key, Cmd05 is not created!


Question:
Is there a max length for the registry keys defined in the form
configuration file?
Is there a problem with values containing characters such as "=",
"%" ?


thanks,
movalgirl

p.s. When viewing the form in the EFORMS REGISTRY with MFCMAPI I see
that the attachment defining the registry keys for the form has the
correct values in full length including the registry key Cmd05
 
Top