leadma Posted March 16, 2014 Report Share Posted March 16, 2014 is there a way that I can set the field length in the result page? Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted March 17, 2014 Report Share Posted March 17, 2014 This is possible by setting fixed width for results page label and data elements in the style. To do so, follow the steps below:1- Edit the Style and enable "Show advanced options (CSS Source)"2- Move on to the Settings screen and expand Results Page3- Select Label, switch to Source tab and find ".cbResultSetLabel". Add the following:display: inline-block;width: 70px;4- Select Data and find ".cbResultSetData". Add the following:display: inline-block;width: 100px;You can play with the width number to get the best fit for your page.NOTE: inline-block style should NOT be applied to Tabular DataPage labels/data fields.*** Changes you make in a style will affect all the pages that are using it. It is strongly recommended to make a copy of the style, apply it to your DataPage and make the changes in the copy one. Ned006, wayanmariasa and Domco 3 Quote Link to comment Share on other sites More sharing options...
0 Corpcat Posted October 26, 2018 Report Share Posted October 26, 2018 Hi MayMusic I have a similar inquiry. I am trying to reduce the field lengths so I can put an Authentication loging page up in the header of my webpage. Email field max size 30 and Password max size 10 charachters. I cant find what to edit in the style sheet to achieve that? Quote Link to comment Share on other sites More sharing options...
0 directrix Posted October 26, 2018 Report Share Posted October 26, 2018 Hello @Corpcat, I think you can find that in Authentication Setup. Edit the Authentication that you're using for that DataPage and you'll see it there [refer to below screenshots] ˜DTX Quote Link to comment Share on other sites More sharing options...
0 Corpcat Posted October 26, 2018 Report Share Posted October 26, 2018 7 minutes ago, directrix said: Hello @Corpcat, I think you can find that in Authentication Setup. Edit the Authentication that you're using for that DataPage and you'll see it there [refer to below screenshots] ˜DTX Thanks that actually doesnt work unless you change your Style sheet from Auto on width!! Styles overide field widths!! Anyway I have found the problem now Thanks!! Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted April 7, 2019 Report Share Posted April 7, 2019 Hi, Just to add up on the previous comments. You can easily set the field width of your Results Page Fields on your Search and Report Wizard. You may refer to the screenshot below: -JolliBeng Quote Link to comment Share on other sites More sharing options...
Question
leadma
is there a way that I can set the field length in the result page?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.