<?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 - Portal]]></title>
		<link>https://www.atozed.com/forums/</link>
		<description><![CDATA[Atozed Forums - https://www.atozed.com/forums]]></description>
		<pubDate>Sun, 21 Jun 2026 23:50:26 +0000</pubDate>
		<generator>MyBB</generator>
		<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>
		<item>
			<title><![CDATA[Access Violation When Validating My IW License]]></title>
			<link>https://www.atozed.com/forums/thread-6127.html</link>
			<pubDate>Fri, 08 May 2026 09:58:18 -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-6127.html</guid>
			<description><![CDATA[When the application starts, I get this "accesse violation" error and my license satys at "Evaluation mode".<br />
Anyone <br />
<br />
Does anyone know what needs to be done? My serial number is registered.<br />
Thanks in advice!<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=958" target="_blank" title="">Error_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[When the application starts, I get this "accesse violation" error and my license satys at "Evaluation mode".<br />
Anyone <br />
<br />
Does anyone know what needs to be done? My serial number is registered.<br />
Thanks in advice!<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=958" target="_blank" title="">Error_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bootstrap5]]></title>
			<link>https://www.atozed.com/forums/thread-6116.html</link>
			<pubDate>Tue, 05 May 2026 07:31:54 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1757">rihar@footbyte.de</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6116.html</guid>
			<description><![CDATA[i am still using Bootstrap 4 framework.<br />
<br />
i want to look my application more modern.<br />
<br />
can is use Bootstrap 5 with intraweb 15??<br />
is there an Excample??]]></description>
			<content:encoded><![CDATA[i am still using Bootstrap 4 framework.<br />
<br />
i want to look my application more modern.<br />
<br />
can is use Bootstrap 5 with intraweb 15??<br />
is there an Excample??]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[multilingual option]]></title>
			<link>https://www.atozed.com/forums/thread-6113.html</link>
			<pubDate>Mon, 04 May 2026 01:45:01 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=70583">Rhubarb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6113.html</guid>
			<description><![CDATA[Hello,<br />
<br />
is there a way to read the language of the user browser?<br />
<br />
I want to create a multilingual program, but so that you do not have to constantly choose your language, I would like to read the browser language in advance and set the language.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
is there a way to read the language of the user browser?<br />
<br />
I want to create a multilingual program, but so that you do not have to constantly choose your language, I would like to read the browser language in advance and set the language.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intraweb 15 and Rad Studio Athens]]></title>
			<link>https://www.atozed.com/forums/thread-6112.html</link>
			<pubDate>Sun, 03 May 2026 11:12:50 -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-6112.html</guid>
			<description><![CDATA[I am trying to use Intraweb 15.6.1 with C++ Builder (Rad Studio Athens).<br />
I cannot build 64 bits applications and getting the error message below:<br />
<br />
[ld.lld Error] lld: error: unable to find library -l:Intraweb_15_D12.lib<br />
<br />
But I am sure that in Rad Studio options, all the directories are setup correctly and the library above is for 32 bits!<br />
<br />
So, can Intraweb 15 work with Rad Studio Athens, new Clang compiler, to build 64 bits applications?]]></description>
			<content:encoded><![CDATA[I am trying to use Intraweb 15.6.1 with C++ Builder (Rad Studio Athens).<br />
I cannot build 64 bits applications and getting the error message below:<br />
<br />
[ld.lld Error] lld: error: unable to find library -l:Intraweb_15_D12.lib<br />
<br />
But I am sure that in Rad Studio options, all the directories are setup correctly and the library above is for 32 bits!<br />
<br />
So, can Intraweb 15 work with Rad Studio Athens, new Clang compiler, to build 64 bits applications?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IW 16.2.0 Missing libraries]]></title>
			<link>https://www.atozed.com/forums/thread-6110.html</link>
			<pubDate>Sat, 02 May 2026 02:17:59 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=60">JuergenS</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6110.html</guid>
			<description><![CDATA[C++ Builder 13 update 1<br />
Edition: IntraWeb Ultimate Edition 16.2.0<br />
<br />
The following libraries are unavailable after installation of IW 16.2.0:<br />
<br />
LibD13W32 -&gt; Intraweb_16_D13.lib<br />
LibD13W64 -&gt; Intraweb_16_D13.a<br />
<br />
Regards <br />
Juergen]]></description>
			<content:encoded><![CDATA[C++ Builder 13 update 1<br />
Edition: IntraWeb Ultimate Edition 16.2.0<br />
<br />
The following libraries are unavailable after installation of IW 16.2.0:<br />
<br />
LibD13W32 -&gt; Intraweb_16_D13.lib<br />
LibD13W64 -&gt; Intraweb_16_D13.a<br />
<br />
Regards <br />
Juergen]]></content:encoded>
		</item>
	</channel>
</rss>