Focal Point
[SOLVED] drop down control- html composer - AS 8201m

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6427050886

October 17, 2017, 05:01 PM
BM
[SOLVED] drop down control- html composer - AS 8201m
Hi,
I am testing 8201m and noticed that multiselect drop down control behave differently



Is there a way to hide or get rid of that "combobox1" title.


Thanks

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8202M
October 17, 2017, 07:50 PM
FP Mod Chuck
Hi BM

Did you use App Studio or InfoAssist? I created a html form with App Studio and a check box control and no title appeared. I also created a InfoAssist Report with a filter and multiselect and it only displayed the values to choose from.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
October 18, 2017, 08:34 AM
BM
Thanks Chuck.
I created a drop down control and not the check box using App Studio.
In 8105m, I dont see any titles.
In 8201m, I see titles.
I dont know how to get rid of it and not sure if here is a way to get rid of it when we upgrade our Portal to 8201m from 8105m.

Thanks


WebFOCUS 8202M
October 18, 2017, 09:14 AM
MartinY
Chuck,

As for your info, it displays the "Unique Identifier" value. Such annoying...


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
October 18, 2017, 10:33 AM
FP Mod Chuck
Hmmm. I still can't reproduce it. I create a html form and reference an existing report with a dynamic parameter and change the control to drop down list when prompted. When I run it, it shows the parameter name not the unique identifier and the values for the control. I am on version 8201 gen 05042017 of app studio and wf 8210M gen 106 of the WF client and gen 1060 of the 82 reporting server.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
October 18, 2017, 10:59 AM
jnc
Only occurs when you multiple enable a combobox.

Usually a combobox is single select.


WebFocus 7x, 8x, Win / Linux, any output format
October 18, 2017, 12:44 PM
Tony A
Unless there's a method to turn them off, one method you can use is to add some CSS to your HTML page -
.ui-dialog-titlebar {
  display: none;
}

You might want to play with this because the resultant positioning isn't great but at least you will not have the titlebar showing Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
October 19, 2017, 08:32 AM
BM
quote:
Originally posted by Tony A:
Unless there's a method to turn them off, one method you can use is to add some CSS to your HTML page -
.ui-dialog-titlebar {
  display: none;
}

You might want to play with this because the resultant positioning isn't great but at least you will not have the titlebar showing Smiler

T



Thanks Tony.
It worked.
I find the whole transition from 8105m to 8201m is not very smooth.


WebFOCUS 8202M