<?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>Data Access Worldwide Forums - DataFlex 2026 Testing</title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>A forum containing messages about the pre-release testing of DataFlex 2026.</description>
		<language>en</language>
		<lastBuildDate>Wed, 20 May 2026 07:43:52 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://support.dataaccess.com/Forums/images/misc/rss.png</url>
			<title>Data Access Worldwide Forums - DataFlex 2026 Testing</title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>Updating External_Functions: GetComputerNameW and 64bit</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73256-Updating-External_Functions-GetComputerNameW-and-64bit&amp;goto=newpost</link>
			<pubDate>Sun, 17 May 2026 11:21:20 GMT</pubDate>
			<description>When I tested the program posted here  (https://support.dataaccess.com/Forums/showthread.php?73255-Updating-External_Functions-GetComputerNameW)under...</description>
			<content:encoded><![CDATA[<div>When I tested the <a href="https://support.dataaccess.com/Forums/showthread.php?73255-Updating-External_Functions-GetComputerNameW" target="_blank">program posted here </a>under DataFlex 26.0 alpha 1, it ran when compiled as 32-bit. However, the 64-bit version crashed immediately as soon as the external_function was called.<br />
<br />
This behaviour did not occur under DataFlex 25.0, where both the 32-bit and 64-bit versions ran.<br />
<br />
Not sure if it's my environment or something else?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>Clive Richmond</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73256-Updating-External_Functions-GetComputerNameW-and-64bit</guid>
		</item>
		<item>
			<title>Studio: Find vs Find in Files RegEx Issue</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73247-Studio-Find-vs-Find-in-Files-RegEx-Issue&amp;goto=newpost</link>
			<pubDate>Thu, 14 May 2026 02:27:56 GMT</pubDate>
			<description><![CDATA[Hi DAW 
 
It&#8217;s the age-old requirement of searching for text while ignoring anything after a comment (//). 
 
Tried the following RegEx on the Order...]]></description>
			<content:encoded><![CDATA[<div>Hi DAW<br />
<br />
It&#8217;s the age-old requirement of searching for text while ignoring anything after a comment (//).<br />
<br />
Tried the following RegEx on the Order Entry WS:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">^(?!\s*//)(?:(?!//).)*\bNOTAB\b</code><hr />
</div>Results:<br />
<br />
<ul><li style="">(Ctrl+Shift+F) Find in Files &#8594; Works OK</li><li style="">(Ctrl+F) Standard Find &#8594; Error: &#8220;Missing operand in qualifier expression&#8221;</li></ul><br />
<br />
It appears the two search dialogs may be using different RegEx engines and/or support different syntax.<br />
<br />
Is this expected behaviour?<br />
<br />
If so, could the supported RegEx syntax differences between the two search dialogs please be documented?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73247-Studio-Find-vs-Find-in-Files-RegEx-Issue</guid>
		</item>
		<item>
			<title>cConnection Writes a blanks DFConnId.ini</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73242-cConnection-Writes-a-blanks-DFConnId-ini&amp;goto=newpost</link>
			<pubDate>Tue, 12 May 2026 23:53:46 GMT</pubDate>
			<description>HI DAW 
 
Try this using the ORDER ENTRY WS connected to SQL - in my case DB2 
 
 
 
1. Edit the DFConnId.ini - remove the PWD entry, leaving the...</description>
			<content:encoded><![CDATA[<div>HI DAW<br />
<br />
Try this using the ORDER ENTRY WS connected to SQL - in my case DB2<br />
<br />
<br />
<ol class="decimal"><li style="">Edit the DFConnId.ini - remove the PWD entry, leaving the DFPWD260</li><li style="">Load the SQL/DB2 Order Entry WS in the Studio</li><li style="">Check and Test the DFConnId.ini via the &quot;SQL Connection Manager&quot;</li><li style="">Right-Click any Table and &quot;View Table&quot; to ensure that Studio can access and query the SQL table</li><li style="">Compile and Run either Order.src or TabbedOrder.src</li><li style="">The &quot;<b>Database Login</b>&quot; dialog is displayed</li><li style="">Key in the <b>Password </b>and ensure the &quot;<b>Remember</b>&quot; checkbox is ticked</li><li style=""><b>Error!</b> Unable to open table</li><li style="">Data\DFConnId.ini is now blank/empty !!??</li></ol><br />
<br />
<br />
Is SQL connections working in Alpha 2?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73242-cConnection-Writes-a-blanks-DFConnId-ini</guid>
		</item>
		<item>
			<title>SQL Connection Manager</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73241-SQL-Connection-Manager&amp;goto=newpost</link>
			<pubDate>Tue, 12 May 2026 23:23:45 GMT</pubDate>
			<description><![CDATA[Hi DAW 
 
Using either the "Add" or "Edit" in the SQL Connection Manager - when you press the "Test Connection" 
 
Could the *successful *text be...]]></description>
			<content:encoded><![CDATA[<div>Hi DAW<br />
<br />
Using either the &quot;Add&quot; or &quot;Edit&quot; in the SQL Connection Manager - when you press the &quot;Test Connection&quot;<br />
<br />
Could the <b>successful </b>text be displayed in <font color="#008000">GREEN </font>rather than currently <font color="#800000">RED ?</font></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73241-SQL-Connection-Manager</guid>
		</item>
		<item>
			<title>cIniFile Rewrites .WS Files and Removes Comments/Formatting</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73240-cIniFile-Rewrites-WS-Files-and-Removes-Comments-Formatting&amp;goto=newpost</link>
			<pubDate>Tue, 12 May 2026 22:03:38 GMT</pubDate>
			<description>Hi DAW 
 
It looks like the new cIniFile class does not preserve the original file formatting when rewriting the file. 
 
In particular: 
 
 
1. Any...</description>
			<content:encoded><![CDATA[<div>Hi DAW<br />
<br />
It looks like the new cIniFile class does not preserve the original file formatting when rewriting the file.<br />
<br />
In particular:<br />
<br />
<ol class="decimal"><li style="">Any comments in the .WS file are removed.</li><li style="">Whitespace and blank lines are removed.</li></ol><br />
<br />
I would consider this a bug, as .WS files may contain manually added comments or formatting that should not be lost simply by reading/updating the file.<br />
<br />
Could this please be reviewed?<br />
<br />
Here's the config.ws that I'm trying to save/keep:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
[Workspace]<br />
Home=..\<br />
AppSrcPath=AppSrc<br />
AppHTMLPath=AppHTML<br />
BitmapPath=Bitmaps<br />
IdeSrcPath=IdeSrc<br />
DataPath=Data<br />
DDSrcPath=DDSrc<br />
Description=DB2 Order Entry<br />
HelpPath=.<br />
ProgramPath=Programs<br />
FileList=Data\Filelist.cfg<br />
ConnectionIni=Programs\Config.ws<br />
<br />
<br />
; schema DAW and comments<br />
[connection1]<br />
id=DAWCONN<br />
driver=DB2_DRV<br />
connection=HOSTNAME=xxxx;PORT=xxxx;DATABASE=ORDER<br />
UID=dawuser<br />
PWD=xxxxxxx</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73240-cIniFile-Rewrites-WS-Files-and-Removes-Comments-Formatting</guid>
		</item>
		<item>
			<title>DF26 .SWS New Format Constrained to Package Manager?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73239-DF26-SWS-New-Format-Constrained-to-Package-Manager&amp;goto=newpost</link>
			<pubDate>Tue, 12 May 2026 21:52:57 GMT</pubDate>
			<description>Hi DAW 
 
 
Just looking for some clarification around the new JSON-based .SWS format. 
 
From what I can see, the JSON .SWS format only appears to...</description>
			<content:encoded><![CDATA[<div>Hi DAW<br />
<br />
<br />
Just looking for some clarification around the new JSON-based .SWS format.<br />
<br />
From what I can see, the JSON .SWS format only appears to be used once a Workspace is connected to the Package Manager.<br />
<br />
For example, using the Order Entry Workspace:<br />
<br />
<ul><li style="">Initially, the .SWS file was still using the traditional INI-style format.</li><li style="">But as soon as I opened/connected the Workspace via the Package Manager, the .SWS file was automatically converted to the new JSON format.</li></ul><br />
<br />
Is that the expected behaviour?<br />
<br />
Also, does this mean:<br />
<br />
<ul><li style="">non-Package-Manager workspaces will continue using the INI format?</li><li style="">and only Package-Manager-enabled workspaces will migrate to JSON?</li></ul><br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73239-DF26-SWS-New-Format-Constrained-to-Package-Manager</guid>
		</item>
		<item>
			<title>Error when creating FlexTron project</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73217-Error-when-creating-FlexTron-project&amp;goto=newpost</link>
			<pubDate>Mon, 04 May 2026 13:58:51 GMT</pubDate>
			<description><![CDATA[1. Completely new workspace (no libraries) 
2. Created a WebApp.src (and did nothing with it) 
3. Clicked "Create New" -> "FlexTron project" 
4....]]></description>
			<content:encoded><![CDATA[<div><ol class="decimal"><li style="">Completely new workspace (no libraries)</li><li style="">Created a WebApp.src (and did nothing with it)</li><li style="">Clicked &quot;Create New&quot; -&gt; &quot;FlexTron project&quot;</li><li style="">Entered name &quot;FlexTronApp&quot;</li><li style="">Pressed enter and got:</li></ol><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">C:\Program Files\DataFlex 26.0\Bin64\Studio.exe<br />
Unable to copy JavaScript Engine:<br />
<br />
Error: 4402<br />
<br />
Please report this error to Data Access Corporation<br />
<br />
GET_PREINITIALIZENEWFLEXTRONAPP (18012) - oCreateNew (3049) - at address 221102<br />
GET_ADDNEWPROJECT (18010) - oCreateNew (3049) - at address 221016<br />
GET_CREATENEWFROMTEMPLATE (18026) - oCreateNew (3049) - at address 221605<br />
GET_CREATENEWCOMPONENT (18040) - oCreateNew (3049) - at address 222183<br />
GET_NEWFILE (18041) - oCreateNew (3049) - at address 222217<br />
GET_EXECUTE@0 (13444) - oStudioCommand (677) - at address 158489<br />
MSG_ONCOMMAND@1 (13463) - oActionManager (656) - at address 104853<br />
MSG_REQUESTCOMMAND (17020) - oNewProject (881) - at address 188532<br />
[start] - at address 288255</code><hr />
</div>-Sture</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>Sture</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73217-Error-when-creating-FlexTron-project</guid>
		</item>
		<item>
			<title><![CDATA[Create New 'other']]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73213-Create-New-other&amp;goto=newpost</link>
			<pubDate>Sat, 02 May 2026 14:31:03 GMT</pubDate>
			<description>Picky picky.... 
 
In the studio the Create dialog scolds you when you File|New|Other|Empty Other File and select an extension that the studio knows...</description>
			<content:encoded><![CDATA[<div>Picky picky....<br />
<br />
In the studio the Create dialog scolds you when you File|New|Other|Empty Other File and select an extension that the studio knows about, and refuses to create it. A few times I've keyed in the lengthy path then decided to make an includable text file of version information into a pkg so I know it's part of what gets version controlled.<br />
<br />
At best this should be a warning. &quot;This is a Dataflex file extension, are you sure?&quot; <br />
<br />
And it's also badly named as it isn't going likely to be an 'empty' file. Can the option be 'create other text-type file (defaults to '.txt')?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73213-Create-New-other</guid>
		</item>
		<item>
			<title>Studio: Ability to Sort Window List</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73197-Studio-Ability-to-Sort-Window-List&amp;goto=newpost</link>
			<pubDate>Tue, 28 Apr 2026 07:23:55 GMT</pubDate>
			<description><![CDATA[Hi DAW 
 
With reference to the "Window List", please enable Sorting for the list. 
 
 
Code: 
--------- 
Set pbHeaderTogglesDirection to True 
Set...]]></description>
			<content:encoded><![CDATA[<div>Hi DAW<br />
<br />
With reference to the &quot;Window List&quot;, please enable Sorting for the list.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Set pbHeaderTogglesDirection to True<br />
Set pbHeaderReorders to True</code><hr />
</div><a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18162&amp;d=1777361015"  title="Name:  StudioWindowList.png
Views: 43
Size:  24.8 KB">StudioWindowList.png</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/png.gif" alt="File Type: png" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18162&amp;d=1777361015">StudioWindowList.png</a> 
(24.8 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73197-Studio-Ability-to-Sort-Window-List</guid>
		</item>
		<item>
			<title><![CDATA[Studio: Right-Click on Project Treeview "View" node]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73196-Studio-Right-Click-on-Project-Treeview-quot-View-quot-node&amp;goto=newpost</link>
			<pubDate>Tue, 28 Apr 2026 07:17:29 GMT</pubDate>
			<description><![CDATA[1. Open Order Entry WS 
2. Goto Workspace Explorer 
3. Right-Click "Views(12)" 
 
 
 
This is a new BUG in DF26]]></description>
			<content:encoded><![CDATA[<div><ol class="decimal"><li style="">Open Order Entry WS</li><li style="">Goto Workspace Explorer</li><li style="">Right-Click &quot;Views(12)&quot;</li></ol><br />
<br />
This is a new BUG in DF26<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">COM object method invocation error<br />
<br />
<br />
The specified file (Views (12)) is not available in the meta database<br />
<br />
<br />
Error: 4399<br />
<br />
<br />
Please report this error to Data Access Corporation<br />
<br />
<br />
GET_COMGETFILECOMPONENTTYPE (13399) - oCodeMetaData (5134) - at address 104241<br />
GET_CANREMOVECOMPONENT (19378) - oWorkspaceExplorer_pnl (4174) - at address 260110<br />
GET_CANREMOVECOMPONENT (19378) - oTreeView (4191) - in native code<br />
GET_CANREMOVECOMPONENT (19378) - oContextMenu (4193) - in native code<br />
MSG_POPUP (290) - oContextMenu (4193) - at address 258736<br />
MSG_ONITEMRCLICK (6367) - oTreeView (4191) - at address 259476<br />
MSG_NOTIFY (723) - oTreeView (4191) - at address 25571<br />
[start] - at address 288255</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73196-Studio-Right-Click-on-Project-Treeview-quot-View-quot-node</guid>
		</item>
		<item>
			<title>ConnectionIni=.\Programs\MyConnId.ini</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73192-ConnectionIni-Programs-MyConnId-ini&amp;goto=newpost</link>
			<pubDate>Mon, 27 Apr 2026 09:58:55 GMT</pubDate>
			<description>Hi. 
 
We have always setup our config.ws file to point to a connectionID file of our own. 
Is that not possible anymore with DF26? 
In our .ws file...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
We have always setup our config.ws file to point to a connectionID file of our own.<br />
Is that not possible anymore with DF26?<br />
In our .ws file we have:<br />
ConnectionIni=.\Programs\ProConnId.ini<br />
<br />
But when migrating to DF26 the studio always looks for &quot;\Data\DfConnId.ini&quot;. <br />
It also changed our ws files to this new file.<br />
We tried changing the ws files back and pointing the studio to our .\Programs\ProConnId.ini file but it does not seem to work. <br />
The studio always looks after &quot;\Data\DfConnId.ini&quot;.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>Albin</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73192-ConnectionIni-Programs-MyConnId-ini</guid>
		</item>
		<item>
			<title>cWebSuggestionForm and Tab key</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73186-cWebSuggestionForm-and-Tab-key&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 16:20:34 GMT</pubDate>
			<description><![CDATA[The Tab key in a cWebSuggestionForm doesn't work as expected. I would expect that the Tab key works exactly as the Enter key in the example below....]]></description>
			<content:encoded><![CDATA[<div>The Tab key in a cWebSuggestionForm doesn't work as expected. I would expect that the Tab key works exactly as the Enter key in the example below.<br />
With Enter the selected value is selected. With Tab the keyed in value (&quot;We&quot;) stays in the form and the cursor moves to the next form.<br />
<br />
Can this be improved?<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18152&amp;d=1776961006"  title="Name:  cWebSuggestionForm.jpg
Views: 26
Size:  36.3 KB">cWebSuggestionForm.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18152&amp;d=1776961006">cWebSuggestionForm.jpg</a> 
(36.3 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing">DataFlex 2026 Testing</category>
			<dc:creator>Peter van Mil</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73186-cWebSuggestionForm-and-Tab-key</guid>
		</item>
	</channel>
</rss>
