Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to deactivate Show Info in the Caption of a list-boх. But I don't see how I can do it in Properties.
See the file attached.
Thank you in advance,
Larisa
Digvijay,
this looks like a possible solution, but I can't see this setting in my app. Do you see this option on security tab?
Larisa, I think you can disable the info button per list box on layout tab:

If you don't need to show the info anywhere in your application, remove the INFO LOAD from your script.
I don't load INFO. But I load images as Bundle because I need a corresponding image for every city.
like this:
'images:
Bundle LOAD Город,
ImagePath
FROM
QVDs\city.qvd (qvd);'
But still I don't need Info icon in the Caption. QlikView automatically added this icon. Is it possible not to show it?
Not sure but this is mentioned in the ref manual which can help - some setting in Sheet Properties\Security tab -
Sheet Properties: Security.
Allow Info When the Info (page 245) function is in use an info icon will be displayed in
the window caption whenever a field value has information associated to it. If
you don't want the info icon to be displayed in the caption, you can uncheck
this option.
Digvijay,
this looks like a possible solution, but I can't see this setting in my app. Do you see this option on security tab?
Larisa, I think you can disable the info button per list box on layout tab:

Hi check the details about "info" here
'Allow Info' is unchecked but it is still displayed.
Digvijay, swuehl
Thank you!
Even I didn't see it in security tab but I guessed it would show dynamically in real app where info load or bundled load is done. The very clear desc in ref manual improved confidence level of my guess. ![]()