<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Data Access Worldwide Forums - Studio & Utilities]]></title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>Discussions related to the use of the DataFlex Studio and other utilities when not specific to the type of application.</description>
		<language>en</language>
		<lastBuildDate>Thu, 10 Sep 2026 04:11:06 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://support.dataaccess.com/Forums/images/misc/rss.png</url>
			<title><![CDATA[Data Access Worldwide Forums - Studio & Utilities]]></title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>Starzen downloads dead?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73560-Starzen-downloads-dead&amp;goto=newpost</link>
			<pubDate>Tue, 08 Sep 2026 10:23:06 GMT</pubDate>
			<description>We were looking at Starzen Source Code Browser but the download links are all dead. Has anybody heard from Starzen or Michael Salzlechner recently?</description>
			<content:encoded><![CDATA[<div>We were looking at Starzen Source Code Browser but the download links are all dead. Has anybody heard from Starzen or Michael Salzlechner recently?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>MarkM</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73560-Starzen-downloads-dead</guid>
		</item>
		<item>
			<title>LIBXL-Numeric Mask</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73535-LIBXL-Numeric-Mask&amp;goto=newpost</link>
			<pubDate>Sat, 29 Aug 2026 15:40:22 GMT</pubDate>
			<description>Hi all 
 
I created this function to generate three types of numeric masks. It works well with XLS files but fails with XLSX files. 
 
 
 
Code:...</description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
I created this function to generate three types of numeric masks. It works well with XLS files but fails with XLSX files.<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> <br />
&nbsp; Function&nbsp; libxl_hoNumberFormat Global Handle hoBook&nbsp; Handle hoSheet Integer iFormato Returns Handle<br />
&nbsp; &nbsp;  Handle hoNumberFormat <br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; Get AddFormat&nbsp; &nbsp; &nbsp;  of hoBook&nbsp; &nbsp; &nbsp;  to hoNumberFormat&nbsp; <br />
&nbsp; &nbsp; &nbsp; Send SetBorderStyle of hoNumberFormat XL_BORDERSTYLE_THIN<br />
&nbsp; &nbsp; &nbsp; Send SetBorderColor of hoNumberFormat xL_COLOR_GRAY25&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp;  If (iFormato=0) Set peNumFormat of hoNumberFormat to (AddCustomNumFormat(hoBook,&quot;############.00&quot;))<br />
&nbsp; &nbsp;  If (iFormato=1) Set peNumFormat of hoNumberFormat to (AddCustomNumFormat(hoBook,&quot;###,###,###,###.00&quot;))<br />
&nbsp; &nbsp;  If (iFormato=2) Set peNumFormat of hoNumberFormat to (AddCustomNumFormat(hoBook,&quot;####################&quot;))<br />
&nbsp; &nbsp;  Function_Return&nbsp; hoNumberFormat<br />
&nbsp; End_Function</code><hr />
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; Get libxl_hoNumberFormat&nbsp; hoBook hoSheet1 1 to hoNumberFormat&nbsp; //&quot;#,###.00&quot; <br />
&nbsp; &nbsp;  Get libxl_hoNumberFormat&nbsp; hoBook hoSheet1 0 to hoNumberFormat1 //&quot;##.00&quot;<br />
&nbsp; &nbsp;  Get libxl_hoNumberFormat&nbsp; hoBook hoSheet1 2 to hoNumberFormat2 //&quot;####&quot;</code><hr />
</div>Any suggestions?<br />
<br />
<br />
Edgar</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Edgar H. Peņa C.</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73535-LIBXL-Numeric-Mask</guid>
		</item>
		<item>
			<title>libxl</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73526-libxl&amp;goto=newpost</link>
			<pubDate>Wed, 26 Aug 2026 23:21:45 GMT</pubDate>
			<description>Hi all: 
 
I updated my libxl to version 5.1 (I need it to work with XLSX files), and I use DataFlex 19 and 20.1. 
 Which DataFlex libxl library...</description>
			<content:encoded><![CDATA[<div>Hi all:<br />
<br />
I updated my libxl to version 5.1 (I need it to work with XLSX files), and I use DataFlex 19 and 20.1.<br />
 Which DataFlex libxl library should I use for this update?<br />
<br />
<br />
Edgar</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Edgar H. Peņa C.</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73526-libxl</guid>
		</item>
		<item>
			<title>LoginEncryptionKey.inc</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73518-LoginEncryptionKey-inc&amp;goto=newpost</link>
			<pubDate>Tue, 25 Aug 2026 09:39:30 GMT</pubDate>
			<description>How do I stop the studio from creating this file? 
 
We have several WebApps - which MUST BE in separate workspaces, therefore our...</description>
			<content:encoded><![CDATA[<div>How do I stop the studio from creating this file?<br />
<br />
We have several WebApps - which MUST BE in separate workspaces, therefore our LoginEncryptionKey.inc is in a &quot;common&quot; library workspace so we only have one copy for the whole application!<br />
<br />
I should not have to keep a copy - in sync - in each of the WebApp workspaces.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Ian Smith</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73518-LoginEncryptionKey-inc</guid>
		</item>
		<item>
			<title>Claude Loves DF-CLI</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73513-Claude-Loves-DF-CLI&amp;goto=newpost</link>
			<pubDate>Fri, 21 Aug 2026 14:02:02 GMT</pubDate>
			<description><![CDATA[I told Claude to read the man page on df-cli, and now before he comes back with a new iteration of the code we're working on, he compiles it and if...]]></description>
			<content:encoded><![CDATA[<div>I told Claude to read the man page on df-cli, and now before he comes back with a new iteration of the code we're working on, he compiles it and if needed debugs it, so I only get back code that compiles and runs.  <br />
<br />
I'm co-writing a service application with it, and using a minimalist framework with no &quot;start UI&quot;.  That way he can run each process we test in teh background and inspect the results, and determine if it's doing what we want.  <br />
<br />
I'd say it's a 5x multiplier on productivity. <br />
<br />
/mm</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Michael Mullan</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73513-Claude-Loves-DF-CLI</guid>
		</item>
	</channel>
</rss>
