<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Atozed Forums - All Forums]]></title>
		<link>https://www.atozed.com/forums/</link>
		<description><![CDATA[Atozed Forums - https://www.atozed.com/forums]]></description>
		<pubDate>Fri, 07 Aug 2026 20:37:47 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Looking for UI Design Tips for a Business Catalog Website]]></title>
			<link>https://www.atozed.com/forums/thread-6344.html</link>
			<pubDate>Thu, 06 Aug 2026 01:17:22 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=95823">chrisjordon232</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6344.html</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I'm working on a business catalog website using web technologies, and I'm looking for some advice on creating a clean and responsive user interface.<br />
<br />
The project is for a company that showcases <a href="https://officeinn.ae/" target="_blank" rel="noopener" class="mycode_url">Office Furniture in Dubai</a>, so the website contains product categories, image galleries, contact forms, and inquiry pages. My main goal is to make the site load quickly while keeping the layout simple and user-friendly.<br />
<br />
For those who have experience with IntraWeb or Delphi web applications:<br />
<br />
Which UI components work best for product catalog pages?<br />
Do you have any recommendations for improving page performance when displaying many images?<br />
Is there a preferred approach for responsive layouts that works well across desktop and mobile devices?<br />
<br />
I'd appreciate any suggestions, best practices, or examples from your own projects.<br />
<br />
Thank you in advance for your help!]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I'm working on a business catalog website using web technologies, and I'm looking for some advice on creating a clean and responsive user interface.<br />
<br />
The project is for a company that showcases <a href="https://officeinn.ae/" target="_blank" rel="noopener" class="mycode_url">Office Furniture in Dubai</a>, so the website contains product categories, image galleries, contact forms, and inquiry pages. My main goal is to make the site load quickly while keeping the layout simple and user-friendly.<br />
<br />
For those who have experience with IntraWeb or Delphi web applications:<br />
<br />
Which UI components work best for product catalog pages?<br />
Do you have any recommendations for improving page performance when displaying many images?<br />
Is there a preferred approach for responsive layouts that works well across desktop and mobile devices?<br />
<br />
I'd appreciate any suggestions, best practices, or examples from your own projects.<br />
<br />
Thank you in advance for your help!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to terminate HTTP Thread after WebSocket upgrade]]></title>
			<link>https://www.atozed.com/forums/thread-6336.html</link>
			<pubDate>Sat, 01 Aug 2026 07:27:23 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=95003">hamstring</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6336.html</guid>
			<description><![CDATA[I have a HTTP Server that performs the upgrade to a WebSocket server after serving the client with the html file containing the websocket client code on connect. Everything is working fine except the original TCP Thread is hanging in there as a ghost thread after the websocket upgrade, that is using a new thread.<br />
<br />
I am looking for a possible way on how to terminate that thread. I can post the relevant snippet where the upgrade is happening, if required.<br />
<br />
This is based on TIdCustomTCPServer and staspiter Websocketserver.<br />
<br />
Thank you for any fixes or pointers.]]></description>
			<content:encoded><![CDATA[I have a HTTP Server that performs the upgrade to a WebSocket server after serving the client with the html file containing the websocket client code on connect. Everything is working fine except the original TCP Thread is hanging in there as a ghost thread after the websocket upgrade, that is using a new thread.<br />
<br />
I am looking for a possible way on how to terminate that thread. I can post the relevant snippet where the upgrade is happening, if required.<br />
<br />
This is based on TIdCustomTCPServer and staspiter Websocketserver.<br />
<br />
Thank you for any fixes or pointers.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Simply convert PeerIp to IpV4]]></title>
			<link>https://www.atozed.com/forums/thread-6332.html</link>
			<pubDate>Thu, 30 Jul 2026 05:50:16 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=2207">DidierMenant</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6332.html</guid>
			<description><![CDATA[Hello,<br />
in indy 10<br />
<br />
I simply want to convert the format<br />
AThread.Binding.PeerIP = '0:0:0:0:0:0:0:1'<br />
into an IPv4 address (xxx.xxx.xxx.xxx).<br />
I assume there is an existing function that I'm just not finding ?]]></description>
			<content:encoded><![CDATA[Hello,<br />
in indy 10<br />
<br />
I simply want to convert the format<br />
AThread.Binding.PeerIP = '0:0:0:0:0:0:0:1'<br />
into an IPv4 address (xxx.xxx.xxx.xxx).<br />
I assume there is an existing function that I'm just not finding ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Datatables question]]></title>
			<link>https://www.atozed.com/forums/thread-6323.html</link>
			<pubDate>Sun, 26 Jul 2026 23:43:54 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=86901">Vitrescent</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6323.html</guid>
			<description><![CDATA[Hello.  I have rawtext (IWLabel.Caption) for my json data.  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>'{ "data": [ .... ] }'</code></div></div><br />
<br />
I want this rawtext include in define of datatables (HTML template).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('&#36;(''#examples'').DataTable( {  "ajax": ' + rawtext + ',} );'); </code></div></div><br />
<br />
How?]]></description>
			<content:encoded><![CDATA[Hello.  I have rawtext (IWLabel.Caption) for my json data.  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>'{ "data": [ .... ] }'</code></div></div><br />
<br />
I want this rawtext include in define of datatables (HTML template).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('&#36;(''#examples'').DataTable( {  "ajax": ' + rawtext + ',} );'); </code></div></div><br />
<br />
How?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intraweb components missing on IDE palette (Priority Support)]]></title>
			<link>https://www.atozed.com/forums/thread-6310.html</link>
			<pubDate>Mon, 20 Jul 2026 16:29:30 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1236">valmeras</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6310.html</guid>
			<description><![CDATA[I am using Intraweb 16.2.2 with Rad Studio Athens 12.3<br />
If I create  a new C++ Builder project and open a form, Intraweb components are not available on the IDE palette.<br />
But it is a Delphi project, the components are available and visible.]]></description>
			<content:encoded><![CDATA[I am using Intraweb 16.2.2 with Rad Studio Athens 12.3<br />
If I create  a new C++ Builder project and open a form, Intraweb components are not available on the IDE palette.<br />
But it is a Delphi project, the components are available and visible.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need Help Integrating Microsoft Entra ID SAML with IntraWeb]]></title>
			<link>https://www.atozed.com/forums/thread-6282.html</link>
			<pubDate>Tue, 07 Jul 2026 02:43:49 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=90100">capheny</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6282.html</guid>
			<description><![CDATA[Hello,<br />
<br />
How can I implement  SAML authentication with Microsoft Entra ID with Intraweb application, ASPX deployment under IIS? Is there any sample or working project already?<br />
Thanks for any advice.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
How can I implement  SAML authentication with Microsoft Entra ID with Intraweb application, ASPX deployment under IIS? Is there any sample or working project already?<br />
Thanks for any advice.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OpenSSL and concurrent read/write]]></title>
			<link>https://www.atozed.com/forums/thread-6263.html</link>
			<pubDate>Fri, 03 Jul 2026 20:35:33 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=660">kbriggs</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6263.html</guid>
			<description><![CDATA[I've got a client/server gaming app where I use an Indy TCPServer component (ver 10.6.3.4) for my packet exchange system via websocket. I've hand-coded my own websocket protocol since it's not native to Indy. Currently my OnExecute loop calls a function that sends any outbound packets that are ready in a queue and then reads the next inbound packet like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// loop here to send any ready outgoing packets<br />
// now check for incoming packet  <br />
if IO.InputBufferIsEmpty and not(IO.CheckForDataOnSource) then Exit;<br />
Opcode := IO.ReadByte;  // start of packet</code></div></div><br />
At the bottom of my OnExecute is a Sleep(10) command to keep the CPU from spinning to 100%.<br />
<br />
All this has worked fine for many years now but there is a limit to how many connections (a few hundred) this system can support. I'm having Claude Code look at this and it's telling me the Sleep command is the main bottleneck as the system will eventually spend most of its time thread switching rather than running the game. It initially suggested using a blocking read command with a timeout (allowing me to delete the Sleep) and then moving the outgoing packet writes to a separate worker thread. That all sounded good until we got into the details and now it's telling me "<span style="color: #0a0a0a;" class="mycode_color"><span style="font-family: 'Anthropic Sans', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">OpenSSL isn't safe for truly concurrent SSL read / SSL write</span></span><span style="color: #0a0a0a;" class="mycode_color"><span style="font-family: 'Anthropic Sans', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font"> on the same connection without locking</span></span>". So is this true? Will I have to implement critical sections or MREW locks to prevent any chance of a simultaneous read/write? Putting a lock around the blocking read is highly problematic since it may stay for awhile and that kind of defeats the efficiency improvement I'm trying to make. By the way, I know my Indy install is nearly 2 years out of date. Updating is on my to-do list.]]></description>
			<content:encoded><![CDATA[I've got a client/server gaming app where I use an Indy TCPServer component (ver 10.6.3.4) for my packet exchange system via websocket. I've hand-coded my own websocket protocol since it's not native to Indy. Currently my OnExecute loop calls a function that sends any outbound packets that are ready in a queue and then reads the next inbound packet like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// loop here to send any ready outgoing packets<br />
// now check for incoming packet  <br />
if IO.InputBufferIsEmpty and not(IO.CheckForDataOnSource) then Exit;<br />
Opcode := IO.ReadByte;  // start of packet</code></div></div><br />
At the bottom of my OnExecute is a Sleep(10) command to keep the CPU from spinning to 100%.<br />
<br />
All this has worked fine for many years now but there is a limit to how many connections (a few hundred) this system can support. I'm having Claude Code look at this and it's telling me the Sleep command is the main bottleneck as the system will eventually spend most of its time thread switching rather than running the game. It initially suggested using a blocking read command with a timeout (allowing me to delete the Sleep) and then moving the outgoing packet writes to a separate worker thread. That all sounded good until we got into the details and now it's telling me "<span style="color: #0a0a0a;" class="mycode_color"><span style="font-family: 'Anthropic Sans', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">OpenSSL isn't safe for truly concurrent SSL read / SSL write</span></span><span style="color: #0a0a0a;" class="mycode_color"><span style="font-family: 'Anthropic Sans', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font"> on the same connection without locking</span></span>". So is this true? Will I have to implement critical sections or MREW locks to prevent any chance of a simultaneous read/write? Putting a lock around the blocking read is highly problematic since it may stay for awhile and that kind of defeats the efficiency improvement I'm trying to make. By the way, I know my Indy install is nearly 2 years out of date. Updating is on my to-do list.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Projeto Intraweb]]></title>
			<link>https://www.atozed.com/forums/thread-6262.html</link>
			<pubDate>Fri, 03 Jul 2026 14:51:40 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=67399">vonirpereira</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6262.html</guid>
			<description><![CDATA[When I start a new web project in Lazarus 4.6 + Intraweb 16.2.1, I get the error: "<span style="font-weight: bold;" class="mycode_b">List index(9) out of bounds</span>". The error occurs even in a new project, without changing any lines in the new project. And this happens every time you reopen the project. How do I fix this?<br />
Image of the error attached.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=976" target="_blank" title="">erro.png</a> (Size: 112.26 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[When I start a new web project in Lazarus 4.6 + Intraweb 16.2.1, I get the error: "<span style="font-weight: bold;" class="mycode_b">List index(9) out of bounds</span>". The error occurs even in a new project, without changing any lines in the new project. And this happens every time you reopen the project. How do I fix this?<br />
Image of the error attached.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=976" target="_blank" title="">erro.png</a> (Size: 112.26 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intraweb + Lazarus]]></title>
			<link>https://www.atozed.com/forums/thread-6261.html</link>
			<pubDate>Fri, 03 Jul 2026 14:35:31 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=67399">vonirpereira</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6261.html</guid>
			<description><![CDATA[Problema no lazarus 4.6 com intraweb 16.2.1. Quando inicio um novo projeto no Lazarus + Intraweb surge o erro: List index(9) out of bounds. Isso acontece sem mudar nenhuma linha de código. Toda vez que vc reabre o projeto a mensagem volta.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=975" target="_blank" title="">erro.png</a> (Size: 112.26 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Problema no lazarus 4.6 com intraweb 16.2.1. Quando inicio um novo projeto no Lazarus + Intraweb surge o erro: List index(9) out of bounds. Isso acontece sem mudar nenhuma linha de código. Toda vez que vc reabre o projeto a mensagem volta.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=975" target="_blank" title="">erro.png</a> (Size: 112.26 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSS file not reloading after change]]></title>
			<link>https://www.atozed.com/forums/thread-6257.html</link>
			<pubDate>Tue, 30 Jun 2026 17:00:40 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=2088">Gustave</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6257.html</guid>
			<description><![CDATA[I am using Delphi 13 with version 16.2.1 and entering a CSS file name in the content files string list.  When I modify my CSS file and restart the program, it looks like the CSS file is not reloaded as it still has all my old code.  I have to rename my file and re-enter the name in order for the changes to take effect.<br />
<br />
Also a general FYI- TMS has discontinued their support for their Intraweb controls as of Delphi 12.  This is the reason I had to add some CSS files with a small amount of code in them to do the same things using the standard Intraweb controls- removed their check list boxes and grids mostly.]]></description>
			<content:encoded><![CDATA[I am using Delphi 13 with version 16.2.1 and entering a CSS file name in the content files string list.  When I modify my CSS file and restart the program, it looks like the CSS file is not reloaded as it still has all my old code.  I have to rename my file and re-enter the name in order for the changes to take effect.<br />
<br />
Also a general FYI- TMS has discontinued their support for their Intraweb controls as of Delphi 12.  This is the reason I had to add some CSS files with a small amount of code in them to do the same things using the standard Intraweb controls- removed their check list boxes and grids mostly.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VCL conversion]]></title>
			<link>https://www.atozed.com/forums/thread-6234.html</link>
			<pubDate>Sat, 20 Jun 2026 01:00:43 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=701">tobenschain</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6234.html</guid>
			<description><![CDATA[Is there a program such as Mida available for converting VCL to Intraweb?]]></description>
			<content:encoded><![CDATA[Is there a program such as Mida available for converting VCL to Intraweb?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[weakpackageunit contains global data]]></title>
			<link>https://www.atozed.com/forums/thread-6163.html</link>
			<pubDate>Mon, 25 May 2026 06:39:55 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=701">tobenschain</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6163.html</guid>
			<description><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">I am unable to compile my IntraWeb app. I get &#36;weakpackageunit windows contains global data</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">I am unable to compile my IntraWeb app. I get &#36;weakpackageunit windows contains global data</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom 404 handler]]></title>
			<link>https://www.atozed.com/forums/thread-6153.html</link>
			<pubDate>Thu, 21 May 2026 04:02:14 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=77283">CfawesDwale</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6153.html</guid>
			<description><![CDATA[I'm trying to use a file in my templates folder to create a custom 404 handler, but whenever the 404 triggers it's raising an Access Violation. <br />
Any ideas as to what could cause this behaviour?]]></description>
			<content:encoded><![CDATA[I'm trying to use a file in my templates folder to create a custom 404 handler, but whenever the 404 triggers it's raising an Access Violation. <br />
Any ideas as to what could cause this behaviour?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TIWjQDBGrid erratic behaviour]]></title>
			<link>https://www.atozed.com/forums/thread-6141.html</link>
			<pubDate>Fri, 15 May 2026 05:03:02 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1720">alex.trejo@tttnet.com.mx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6141.html</guid>
			<description><![CDATA[Hello, IW16.1.5 (just migrated from pre15!) D12.2<br />
<br />
Have been using TMS DBAdvWebGrid for several years and want to replace it with TIWjQDBGrid.<br />
Trying to make most of the *very few* properties accesible via IDE (am not versed in javascript) compared to TMS.<br />
<br />
Have an IWForm with IWTabControl, each page of it with one or more TIWjQDBGrids, its datasources are ADOqueries or ADOstoredprocs.<br />
<br />
In main Tab (grid shows Orders), user selects a row and pressing buttons moves to other tabs that show detail information pertinent to selected Order in other TIWjQDBGrids.  <br />
<br />
TIWjQDBGrid in "home" tab displays as expected [goAutoGridWith, goAutoColumnWidth].<br />
User selects order 5.<br />
When moving to other tab, TIWjQDBGrid there _never_ shows Grid full width, but always show correct information for order 5 THE FIRST TIME. In these other tabs, GRIDS are connected to other datasets.<br />
<br />
Prior to returning home, inspecting main dataset shows its correct position (order 5).  <br />
When returning, home TIWjQDBGrid still shows selected row OK (order 5).<br />
None of the other Tabs have to do with dataset of home grid.<br />
<br />
*However*, when inspecting main dataset, it isn't positioned in row 5 anymore, but at dataset.eof!!<br />
So even though Order 5 is highligthed, when going again to other tab, info shown is for last Order.<br />
<br />
Have tried many things, forcing dataset.locate when returning to home Tab. But it always goes to last record, even if highlighted row is still order 5. No explanation.<br />
<br />
So my problems:<br />
1- Even when Options [goAutoGridWith, goAutoColumnWidth], more often than not when entering new tab Grid shows design width. Must resize browser window or do a sync action (buttonclick) to occupy full width.<br />
2-  TIWjQDBGrid from main Tab seems detached from its dataset, showing a selected row but actualy positioned at the end.<br />
3.  Need to have Pager in spanish, how to do it?<br />
<br />
Would be nice to<br />
- be able to control row height, fonts, colors, etc. <br />
- be able to define non-dataset related columns (as in TMS, where you can have images, buttons, etc.)<br />
 <br />
We tried to migrate to IW 16.2, but broken rendering of TMS TIWGradButtons which are widely used made us stay at IW16.5.<br />
PLease help.]]></description>
			<content:encoded><![CDATA[Hello, IW16.1.5 (just migrated from pre15!) D12.2<br />
<br />
Have been using TMS DBAdvWebGrid for several years and want to replace it with TIWjQDBGrid.<br />
Trying to make most of the *very few* properties accesible via IDE (am not versed in javascript) compared to TMS.<br />
<br />
Have an IWForm with IWTabControl, each page of it with one or more TIWjQDBGrids, its datasources are ADOqueries or ADOstoredprocs.<br />
<br />
In main Tab (grid shows Orders), user selects a row and pressing buttons moves to other tabs that show detail information pertinent to selected Order in other TIWjQDBGrids.  <br />
<br />
TIWjQDBGrid in "home" tab displays as expected [goAutoGridWith, goAutoColumnWidth].<br />
User selects order 5.<br />
When moving to other tab, TIWjQDBGrid there _never_ shows Grid full width, but always show correct information for order 5 THE FIRST TIME. In these other tabs, GRIDS are connected to other datasets.<br />
<br />
Prior to returning home, inspecting main dataset shows its correct position (order 5).  <br />
When returning, home TIWjQDBGrid still shows selected row OK (order 5).<br />
None of the other Tabs have to do with dataset of home grid.<br />
<br />
*However*, when inspecting main dataset, it isn't positioned in row 5 anymore, but at dataset.eof!!<br />
So even though Order 5 is highligthed, when going again to other tab, info shown is for last Order.<br />
<br />
Have tried many things, forcing dataset.locate when returning to home Tab. But it always goes to last record, even if highlighted row is still order 5. No explanation.<br />
<br />
So my problems:<br />
1- Even when Options [goAutoGridWith, goAutoColumnWidth], more often than not when entering new tab Grid shows design width. Must resize browser window or do a sync action (buttonclick) to occupy full width.<br />
2-  TIWjQDBGrid from main Tab seems detached from its dataset, showing a selected row but actualy positioned at the end.<br />
3.  Need to have Pager in spanish, how to do it?<br />
<br />
Would be nice to<br />
- be able to control row height, fonts, colors, etc. <br />
- be able to define non-dataset related columns (as in TMS, where you can have images, buttons, etc.)<br />
 <br />
We tried to migrate to IW 16.2, but broken rendering of TMS TIWGradButtons which are widely used made us stay at IW16.5.<br />
PLease help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problema na Validação de Licença IW]]></title>
			<link>https://www.atozed.com/forums/thread-6128.html</link>
			<pubDate>Fri, 08 May 2026 10:05:07 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=80339">JorgeFernandes</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6128.html</guid>
			<description><![CDATA[Olá pessoal,<br />
<br />
Estou tendo um erro de access violation quando o meu serial tenta ser ativado na IWLicenseKey.pas.<br />
Alguém já teve isso?<br />
Obrigado!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=960" target="_blank" title="">Erro_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Olá pessoal,<br />
<br />
Estou tendo um erro de access violation quando o meu serial tenta ser ativado na IWLicenseKey.pas.<br />
Alguém já teve isso?<br />
Obrigado!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=960" target="_blank" title="">Erro_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>