This topic is locked
[SOLVED]

 Reduce width of report search bar

1/26/2016 10:47:12 AM
PHPRunner General questions
A
ati-tulsa author

How do you reduce the width of report searchbar on narrow reports having width less than standard width of search text box + Show All + search button. All other objects are removed from the bar to allow for narrower width but editor will not resize. Use to embed on webpages needing searchable list example: Company Name & phone number. Quick search only, no advance search.

Sergey Kornilov admin 1/26/2016

Can you show us some sort of screenshot that would explain what need to be made more narrow?

Sergey Kornilov admin 1/26/2016

And what exactly needs to be changed? I expected some sort of screenshot with highlighted area.

A
ati-tulsa author 1/27/2016

Not sure of procedure to embed a screen shot so I linked to actual published code example. The problem is I am unable to reduce the width of the search bar to the width of the report. The extra width results in a report that has a slide bar on the bottom and tends to move back and forth when inserted on a webpage.

Sergey Kornilov admin 1/27/2016

Try adding the following to Custom CSS section under 'Style Editor'

.page-report_centered_vert > .rnr-page {

width: 300px !important;

}
A
ati-tulsa author 1/29/2016

I keyed in the code, no change. Here is a direct link to report outside of the frame. The link sent before was a frame inside a Xara created webpage.

http://www.tulsa-riverwalk.com/business_list/Business_List_Phone_report.php

Sergey Kornilov admin 1/29/2016

I'm not seeing this code being applied to the project.
I would suggest to publish your application to Demo Account and send me the URL of your application on Demo Account server where I can see and troubleshoot this issue. 'Demo Account' button can be found on the last screen in the software, the one you see after the build.
After open a support ticket at http://xlinesoft.com/dss/support.asp sending problem description and Demo Account URL.

A
ati-tulsa author 2/1/2016



I'm not seeing this code being applied to the project.
I would suggest to publish your application to Demo Account and send me the URL of your application on Demo Account server where I can see and troubleshoot this issue. 'Demo Account' button can be found on the last screen in the software, the one you see after the build.
After open a support ticket at http://xlinesoft.com/dss/support.asp sending problem description and Demo Account URL.

Sergey Kornilov admin 2/4/2016

I guess you wanted to add something but I'm not seeing anything new in your last message.

A
ati-tulsa author 2/4/2016

I created a support ticket as suggested. It was found I left the colon out after the word "width". The code above did result in reducing the width of the search bar to the width of the report. Thanks for the information, problem solved.