Hiding the Title of an Extended Control Window

Discussions about CSEntry
Post Reply
Maurya
Posts: 3
Joined: February 23rd, 2017, 2:09 am

Hiding the Title of an Extended Control Window

Post by Maurya »

Hello,

I want to Hiding the Title of an Extended Control Window in cspro 6.3 version. In cspro 6.1 version it is working but 6.3 is not working.
Attachments
Hiding the Title
Hiding the Title
cspro1.PNG (54.11 KiB) Viewed 3964 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Hiding the Title of an Extended Control Window

Post by josh »

The extended controls changed in version 6.2. It looks like the title now comes from the dictionary item label instead of from the value set label.

You could get something close to the old behavior by using the shorter label as the item label in the dictionary and then editing the text on the form to add the long labels. Alternatively you could put the long labels in the CAPI question text.
Cecilius
Posts: 6
Joined: July 19th, 2016, 12:59 pm

Re: Hiding the Title of an Extended Control Window

Post by Cecilius »

CSpro help

set attributes(dictionary-symbol) assisted off(variable(title));
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Hiding the Title of an Extended Control Window

Post by josh »

set attributes assisted is the old way of doing things and will very likely be removed in a future version of CSPro. The preferred way to do that is to set the capture type either in the form editor or in logic via setcapturetype. As of version 6.3 set attributes (assisted) shows the same extended control as you would get by calling setcapturetype.
Post Reply