<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>PSDN - Forum</title>
    <description>PSDN - Forum</description>
    <pubDate>Wed, 16 Sep 2026 00:40:35 +0000</pubDate>
    <lastBuildDate>Wed, 16 Sep 2026 00:40:35 +0000</lastBuildDate>
    <generator>4Each - Forum Progress</generator>
    <link>https://www.4each.com.br/forums/psdn-forum.90/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.4each.com.br/forums/psdn-forum.90/index.rss"/>
    <item>
      <title>Creating Kendo Treelist with data from 2 rbf_selectQuery</title>
      <pubDate>Thu, 18 Jul 2019 10:19:00 +0000</pubDate>
      <link>https://www.4each.com.br/threads/creating-kendo-treelist-with-data-from-2-rbf_selectquery.27792/</link>
      <guid>https://www.4each.com.br/threads/creating-kendo-treelist-with-data-from-2-rbf_selectquery.27792/</guid>
      <author>Bernard Moeskops</author>
      <dc:creator>Bernard Moeskops</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I&#039;m trying to create a Kendo Treelist for my Rollbase portal but I&#039;m running into some difficulties. I want the object to consist of 2 datasources combined, with a hierarchy between them. The object consists of objects and activities. One (sub)object can hold objects or activities. The problem is that I am able to create the correct dataobject, but since there are 2 queries the data is already processed at the first query and therefor incomplete.<br />
<br />
Extra explanation: console.log(object); spits out the correct object, but Chrome Devtools notifies me that the value was evaluated only just know. Meaning that the asynchronous object is processed after the tree is generated. The options.success passed the object at the time the first query completed.<br />
<br />
Code snippet from the query inside the Datasource =&gt; Transport =&gt; read():<br />
<br />
rbf_selectQuery(&quot;SELECT name,id,Ppm_objecten,&#039;object&#039; FROM...<br />
<br />
<a href="https://www.4each.com.br/threads/creating-kendo-treelist-with-data-from-2-rbf_selectquery.27792/" class="internalLink">Creating Kendo Treelist with data from 2 rbf_selectQuery</a>]]></content:encoded>
    </item>
    <item>
      <title>Problem with Email Server Settings in private cloud</title>
      <pubDate>Sun, 30 Jun 2019 22:14:06 +0000</pubDate>
      <link>https://www.4each.com.br/threads/problem-with-email-server-settings-in-private-cloud.27776/</link>
      <guid>https://www.4each.com.br/threads/problem-with-email-server-settings-in-private-cloud.27776/</guid>
      <author>leonc</author>
      <dc:creator>leonc</dc:creator>
      <content:encoded><![CDATA[I can&#039;t set as Email Server office 365 SMTP server.<br />
<br />
I have a private cloud server running latest version on a Ubuntu 18.04 VM.<br />
<br />
I tried in the configuration of the Server the SMTP settings and the Exchange server settings.<br />
<br />
Both don&#039;t work.<br />
<br />
Settings I use:<br />
<br />
Server name: smtp.office365.com <br />
Port: 587 <br />
Encryption method: STARTTLS <br />
<br />
username: email<br />
<br />
password: email pass<br />
<br />
<br />
Setting Exchange returns this error:<br />
<br />
<b>System Error</b><br />
<b>javax/xml/ws/http/HTTPException</b><br />
<br />
 <br />
<br />
With SMTP settings the error is: <br />
<br />
<b> com.sun.mail.smtp.SMTPSendFailedException: 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 16.55847:300E0000, 17.43559:0000000004020000000000000000000000000000, 20.52176:140FF0870800101048050000, 20.50032:140FF0878317000080030400,...</b><br />
<br />
<a href="https://www.4each.com.br/threads/problem-with-email-server-settings-in-private-cloud.27776/" class="internalLink">Problem with Email Server Settings in private cloud</a>]]></content:encoded>
    </item>
    <item>
      <title>Tokens in rollbase hosted files does not return actual values</title>
      <pubDate>Wed, 12 Jun 2019 14:18:39 +0000</pubDate>
      <link>https://www.4each.com.br/threads/tokens-in-rollbase-hosted-files-does-not-return-actual-values.27756/</link>
      <guid>https://www.4each.com.br/threads/tokens-in-rollbase-hosted-files-does-not-return-actual-values.27756/</guid>
      <author>jacovb</author>
      <dc:creator>jacovb</dc:creator>
      <content:encoded><![CDATA[Hi, <br />
<br />
Is there a way to use Tokens in JS files that are defined as Host Files?<br />
<br />
Does this change the properties: What version? Private or Public? etc..<br />
<br />
A simple example:<br />
<br />
function test()<br />
{<br />
   return rbv_api.getFieldValue(&quot;ObjWorker&quot;, {!id}, &quot;Unusual&quot;);<br />
}<br />
<br />
Thanks,<br />
Jacov.<br />
<br />
<a href="https://community.progress.com/thread/57803?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Tokens in rollbase hosted files does not return actual values</title>
      <pubDate>Wed, 12 Jun 2019 14:18:39 +0000</pubDate>
      <link>https://www.4each.com.br/threads/tokens-in-rollbase-hosted-files-does-not-return-actual-values.27755/</link>
      <guid>https://www.4each.com.br/threads/tokens-in-rollbase-hosted-files-does-not-return-actual-values.27755/</guid>
      <author>jacovb</author>
      <dc:creator>jacovb</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
Is there any way to use Tocken in a JS hostes file?<br />
<br />
In such a way that it would be read as Token and not as String<br />
<br />
Example - Returns an error - in JS file:<br />
<br />
function test(x) {<br />
rbv_api.println(&quot;Test:&quot; + {!id});<br />
<br />
}<br />
<br />
<br />
Tahnks!<br />
<br />
<a href="https://community.progress.com/thread/57758?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Select a value from a Lookup Picklist.</title>
      <pubDate>Wed, 12 Jun 2019 14:18:39 +0000</pubDate>
      <link>https://www.4each.com.br/threads/select-a-value-from-a-lookup-picklist.27754/</link>
      <guid>https://www.4each.com.br/threads/select-a-value-from-a-lookup-picklist.27754/</guid>
      <author>solivio@daitan.com</author>
      <dc:creator>solivio@daitan.com</dc:creator>
      <content:encoded><![CDATA[Hi people. <br />
<br />
I want get a value from a Lookup picklist, when the user select the option.<br />
<br />
For Example:<br />
<br />
<ul>
<li>First we register the Request Type</li>
</ul><br />
<a href="https://community.progress.com/cfs-file/__key/communityserver-discussions-components-files/25/Register-request-type.JPG" target="_blank" class="externalLink" rel="nofollow"><img src="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/Register-request-type.JPG" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/Register-request-type.JPG" /></a><br />
<br />
<ul>
<li>So, when the user open a request and select the request type option, we need set the value of register in the field  <b>First response time</b> of open tickets screen.</li>
</ul><br />
<a href="https://community.progress.com/cfs-file/__key/communityserver-discussions-components-files/25/Tickets-option.JPG" target="_blank" class="externalLink" rel="nofollow"><img src="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/Tickets-option.JPG" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/Tickets-option.JPG" /></a>...<br />
<br />
<a href="https://www.4each.com.br/threads/select-a-value-from-a-lookup-picklist.27754/" class="internalLink">Select a value from a Lookup Picklist.</a>]]></content:encoded>
    </item>
    <item>
      <title>Create popup in rollbase and open once only when you log in</title>
      <pubDate>Wed, 12 Jun 2019 14:18:39 +0000</pubDate>
      <link>https://www.4each.com.br/threads/create-popup-in-rollbase-and-open-once-only-when-you-log-in.27753/</link>
      <guid>https://www.4each.com.br/threads/create-popup-in-rollbase-and-open-once-only-when-you-log-in.27753/</guid>
      <author>marcus01</author>
      <dc:creator>marcus01</dc:creator>
      <content:encoded><![CDATA[Hello, does anyone know how to create a popup window in rollbase and can you help me please? It is that this is new for me I use a platform that uses rollbase (Application platform)<br />
<br />
<a href="https://community.progress.com/thread/56272?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Rollbase</title>
      <pubDate>Wed, 12 Jun 2019 14:18:39 +0000</pubDate>
      <link>https://www.4each.com.br/threads/rollbase.27752/</link>
      <guid>https://www.4each.com.br/threads/rollbase.27752/</guid>
      <author>sven5</author>
      <dc:creator>sven5</dc:creator>
      <content:encoded><![CDATA[Hi all. I started to learn the Rollbase by studying RB Guide. Ive started 10 days ago and need help. <br />
<br />
<br />
I built a Product object and i have also Category, Attributes and Values objects.<br />
<br />
While im creating a Product, i would like to get related Fields after i select a Category. <br />
<br />
As an example, after i select Shoes category, i would like to get Size and Price Attributes to fill. or after i select Mugs Category, id like to get Color, Material and Price. <br />
<br />
and i want to create new attributes for a new Product if necessary attributes dont exist.<br />
<br />
<br />
Thank you in advance.<br />
<br />
<a href="https://community.progress.com/thread/56206?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>System Error on object definition page in RB 5.5.1?</title>
      <pubDate>Wed, 05 Jun 2019 13:34:57 +0000</pubDate>
      <link>https://www.4each.com.br/threads/system-error-on-object-definition-page-in-rb-5-5-1.27742/</link>
      <guid>https://www.4each.com.br/threads/system-error-on-object-definition-page-in-rb-5-5-1.27742/</guid>
      <author>mihai_neagoe</author>
      <dc:creator>mihai_neagoe</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
We have made an upgrade to Rollbase 5.5.1 Private cloud and in the object definition we get a NullPoiinterException on object definition page - object attributes. Any ideas on this?<br />
<br />
<br />
<a href="https://community.progress.com/cfs-file/__key/communityserver-discussions-components-files/25/NullPointerRB551.PNG" target="_blank" class="externalLink" rel="nofollow"><img src="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/NullPointerRB551.PNG" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/NullPointerRB551.PNG" /></a><br />
<br />
<br />
Thank you,<br />
<br />
Mihai<br />
<br />
<a href="https://community.progress.com/thread/58391?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Memory leak in RB 5.2.2 on import users?</title>
      <pubDate>Fri, 17 May 2019 07:56:48 +0000</pubDate>
      <link>https://www.4each.com.br/threads/memory-leak-in-rb-5-2-2-on-import-users.27723/</link>
      <guid>https://www.4each.com.br/threads/memory-leak-in-rb-5-2-2-on-import-users.27723/</guid>
      <author>mihai_neagoe</author>
      <dc:creator>mihai_neagoe</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
We are running a daily import of users (aprox 1500) and it seems that during the import the memory allocated to Rollbase is increased but not de-allocated after the import. Every import reduces the memory allocation with 1 GB so every week we have to restart the pas_instance.<br />
<br />
What is strange is that in the console it looks like even if the user is already imported, Rollbase sends a welcome mail (we have skipEmail attribute set so the mail is written only in the console). And that takes some time - around 30-45 minutes.<br />
<br />
The users are in Rollbase and we use a OE authentication model.<br />
<br />
Any ideas?<br />
<br />
Thank you,<br />
<br />
Mihai<br />
<br />
<a href="https://community.progress.com/thread/58166?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Error on moving Customer data to a different database</title>
      <pubDate>Tue, 02 Apr 2019 12:37:29 +0000</pubDate>
      <link>https://www.4each.com.br/threads/error-on-moving-customer-data-to-a-different-database.27688/</link>
      <guid>https://www.4each.com.br/threads/error-on-moving-customer-data-to-a-different-database.27688/</guid>
      <author>mihai_neagoe</author>
      <dc:creator>mihai_neagoe</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
We want to move the Customer data to a different Rollbase database. Steps made:<br />
<br />
- we have a Private Cloud 5.2.0 Rollbase instance<br />
<br />
- there are 6 customers defined with ISV Partner application<br />
<br />
- created a new Rollbase database on a different server using the create_oedb.bat in OE 11.7.4<br />
<br />
- new database is added in Rollbase environment using System Console<br />
<br />
- when trying to move Customer Data to new database we get the following error (backup.log):<br />
<br />
<br />
[2019-04-02 00:56:25,152] [Comp=backup] [CustId=220619] [Server=STORAGE_52d4965e-1fe4-4e57-a329-3b56e8e617a7] Moving table RB_APPLICATION<br />
[2019-04-02 00:56:25,190] [Comp=backup] [CustId=220619] [Server=STORAGE_52d4965e-1fe4-4e57-a329-3b56e8e617a7] Moving table RB_AUTH_PROFILES<br />
[2019-04-02 00:56:25,197] [Comp=backup] [CustId=220619] [Server=STORAGE_52d4965e-1fe4-4e57-a329-3b56e8e617a7] ===&gt; Error in thread...<br />
<br />
<a href="https://www.4each.com.br/threads/error-on-moving-customer-data-to-a-different-database.27688/" class="internalLink">Error on moving Customer data to a different database</a>]]></content:encoded>
    </item>
    <item>
      <title>SSO login on portal</title>
      <pubDate>Fri, 08 Mar 2019 10:53:43 +0000</pubDate>
      <link>https://www.4each.com.br/threads/sso-login-on-portal.27665/</link>
      <guid>https://www.4each.com.br/threads/sso-login-on-portal.27665/</guid>
      <author>ddessertine</author>
      <dc:creator>ddessertine</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
On the documention of version 5 I can&#039;t find if it&#039;s possible to configure SSO login on portal.<br />
<br />
I have an Object Collaborateur, Contact type.<br />
<br />
I can connect from login form, my customers want to login to the portal from their SSO (Azure, SAML or Google).<br />
<br />
Is it possible ?<br />
<br />
As a workarround I actually use SimpleSAMlPhp to mock the authentication, and it&#039;s not comfortable.<br />
<br />
Regards<br />
<br />
David<br />
<br />
<a href="https://community.progress.com/thread/57370?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Publish and Push Applications to tenants</title>
      <pubDate>Mon, 25 Feb 2019 11:49:00 +0000</pubDate>
      <link>https://www.4each.com.br/threads/publish-and-push-applications-to-tenants.27655/</link>
      <guid>https://www.4each.com.br/threads/publish-and-push-applications-to-tenants.27655/</guid>
      <author>Jorrit</author>
      <dc:creator>Jorrit</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
We working in Rollbase V5.0 and publish and push applications to tenants who have installed the applications by the master tenant.<br />
The application have some objects with pre configured document templates witch are used in triggers like email template e.t.c. <br />
<br />
In the shared properties we configured AllowAdminLessTenant = true.<br />
<br />
How can we prevent the templates that are updated by the users or a support admin to be changed with a publish and push of a new version?<br />
<br />
We have already tried to publish the application with the option &quot;Partially locked&quot; and not to mark the templates. Unfortunately, the push also overwrites the documents with the original content with this option<br />
<br />
Regards Jorrit<br />
<br />
<a href="https://community.progress.com/thread/57213?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Saving pages or trigger is very low</title>
      <pubDate>Thu, 21 Feb 2019 16:43:08 +0000</pubDate>
      <link>https://www.4each.com.br/threads/saving-pages-or-trigger-is-very-low.27651/</link>
      <guid>https://www.4each.com.br/threads/saving-pages-or-trigger-is-very-low.27651/</guid>
      <author>ddessertine</author>
      <dc:creator>ddessertine</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I&#039;m migrating from RB 2.2.2 to RB 5.3.1 and Ihave some problems with saving pages.<br />
<br />
I have a Mysql 5.7 Percona Cluster for Databases and it work like a charm with 2.2.2 but when I modify page in 5.3.1 it takes a long time save (more than 20s).<br />
<br />
If look in slow query I have nothing.<br />
<br />
I have the same behaviour if I change a trigger.<br />
<br />
My RB env is mutliserver in cluster mode (2 masters, 2 prod1, 2 storage1, ...) on ubuntu Server 18.04 + tomcat 9.0.14 + java 1.8.0_201, 4cpu 8Go RAM each<br />
<br />
Thanks<br />
<br />
David<br />
<br />
<a href="https://community.progress.com/thread/57187?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Font Awesome pro integration</title>
      <pubDate>Thu, 21 Feb 2019 16:43:08 +0000</pubDate>
      <link>https://www.4each.com.br/threads/font-awesome-pro-integration.27650/</link>
      <guid>https://www.4each.com.br/threads/font-awesome-pro-integration.27650/</guid>
      <author>ddessertine</author>
      <dc:creator>ddessertine</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
We have Font Awesome Pro 5.5 and we want to integrate it in our project (BO and Portals).<br />
<br />
We&#039;re in RB 5.3 but I can&#039;t put Font Awesome PRO link in CDN shared properties : <a href="https://pro.fontawesome.com/releases/5.5.0/" target="_blank" class="externalLink" rel="nofollow">https://pro.fontawesome.com/releases/5.5.0/</a> is rewrrite in <a href="https://pro.fontawesome.com/releases/5.5.0/4.7.0/css" target="_blank" class="externalLink" rel="nofollow">https://pro.fontawesome.com/releases/5.5.0/4.7.0/css</a><br />
<br />
Is there a way to use it (instead of put in in haeders) ?<br />
<br />
Thanks<br />
<br />
David<br />
<br />
<a href="https://community.progress.com/thread/57185?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a><br />
<br />
<a href="https://www.4each.com.br/threads/font-awesome-pro-integration.27650/" class="internalLink">Font Awesome pro integration</a>]]></content:encoded>
    </item>
    <item>
      <title>Export the login History</title>
      <pubDate>Sun, 17 Feb 2019 10:57:17 +0000</pubDate>
      <link>https://www.4each.com.br/threads/export-the-login-history.27646/</link>
      <guid>https://www.4each.com.br/threads/export-the-login-history.27646/</guid>
      <author>refael shira</author>
      <dc:creator>refael shira</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
I tried to generate a report which include history login for every user.<br />
can it&#039;s possible?<br />
<br />
<br />
Regards,<br />
<br />
Refael.<br />
<br />
<a href="https://community.progress.com/thread/57128?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Second level tab displays a huge tooltip on mouse over</title>
      <pubDate>Thu, 31 Jan 2019 06:53:53 +0000</pubDate>
      <link>https://www.4each.com.br/threads/second-level-tab-displays-a-huge-tooltip-on-mouse-over.27628/</link>
      <guid>https://www.4each.com.br/threads/second-level-tab-displays-a-huge-tooltip-on-mouse-over.27628/</guid>
      <author>Janani Nayanathara</author>
      <dc:creator>Janani Nayanathara</dc:creator>
      <content:encoded><![CDATA[The second level tabs show all the details under the tab on mouseover.<br />
<br />
<a href="https://community.progress.com/cfs-file/__key/communityserver-discussions-components-files/25/123.png" target="_blank" class="externalLink" rel="nofollow"><img src="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/123.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/123.png" /></a><br />
<br />
<a href="https://community.progress.com/thread/56957?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Export as XLS, PDF etch.</title>
      <pubDate>Wed, 30 Jan 2019 10:15:51 +0000</pubDate>
      <link>https://www.4each.com.br/threads/export-as-xls-pdf-etch.27626/</link>
      <guid>https://www.4each.com.br/threads/export-as-xls-pdf-etch.27626/</guid>
      <author>leonc</author>
      <dc:creator>leonc</dc:creator>
      <content:encoded><![CDATA[Is there a way to use custom templates of documents when exporting records from a grid view of an object ?<br />
<br />
Lets say for example that the xls exported files have a predefined image on top.<br />
<br />
Or the pdf exported files have custom header and footer.<br />
<br />
<a href="https://community.progress.com/thread/56948?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Permissions to create New Views</title>
      <pubDate>Wed, 09 Jan 2019 13:53:22 +0000</pubDate>
      <link>https://www.4each.com.br/threads/permissions-to-create-new-views.27605/</link>
      <guid>https://www.4each.com.br/threads/permissions-to-create-new-views.27605/</guid>
      <author>HosnyA</author>
      <dc:creator>HosnyA</dc:creator>
      <content:encoded><![CDATA[How do we allow users to create their own views, but not modify existing views or other user&#039;s views?<br />
<br />
<a href="https://community.progress.com/thread/56694?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Hide the Filters List in HTML report</title>
      <pubDate>Tue, 08 Jan 2019 07:41:36 +0000</pubDate>
      <link>https://www.4each.com.br/threads/hide-the-filters-list-in-html-report.27604/</link>
      <guid>https://www.4each.com.br/threads/hide-the-filters-list-in-html-report.27604/</guid>
      <author>Janani Nayanathara</author>
      <dc:creator>Janani Nayanathara</dc:creator>
      <content:encoded><![CDATA[Is there a way to hide the following filters list section on the HTML report page?<br />
<br />
<a href="https://community.progress.com/cfs-file/__key/communityserver-discussions-components-files/25/5125.Capture.PNG" target="_blank" class="externalLink" rel="nofollow"><img src="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/5125.Capture.PNG" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://community.progress.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/25/5125.Capture.PNG" /></a><br />
<br />
<a href="https://community.progress.com/thread/56675?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
    <item>
      <title>Is there an event listener that I can hook to for View page pagination?</title>
      <pubDate>Fri, 04 Jan 2019 13:32:26 +0000</pubDate>
      <link>https://www.4each.com.br/threads/is-there-an-event-listener-that-i-can-hook-to-for-view-page-pagination.27602/</link>
      <guid>https://www.4each.com.br/threads/is-there-an-event-listener-that-i-can-hook-to-for-view-page-pagination.27602/</guid>
      <author>Charles Ford</author>
      <dc:creator>Charles Ford</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I&#039;m looking for an equivalent to:<br />
<br />
rb.newui.util.addEventListener(rb.newui.util.customEvents.rbs_pageRender, onPageRender);<br />
<br />
that will fire for each Next, Previous, Page number change on a View page.<br />
<br />
Thanks<br />
<br />
--<br />
<br />
Charles.<br />
<br />
<a href="https://community.progress.com/thread/56655?ContentTypeID=0" target="_blank" class="externalLink" rel="nofollow">Continue reading...</a>]]></content:encoded>
    </item>
  </channel>
</rss>
