<?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 - Web & Mobile Applications]]></title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>Building and deploying desktop web and mobile web business applications and web services with DataFlex.</description>
		<language>en</language>
		<lastBuildDate>Fri, 07 Aug 2026 21:07:16 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 - Web & Mobile Applications]]></title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>Df - ia</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73460-Df-ia&amp;goto=newpost</link>
			<pubDate>Wed, 05 Aug 2026 21:03:46 GMT</pubDate>
			<description>Hi all 
 
 
We are looking for guidance on Document Processing (DF) versus AI. 
 
For our ERP system, we want to read PDFs or images of documents...</description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
<br />
We are looking for guidance on Document Processing (DF) versus AI.<br />
<br />
For our ERP system, we want to read PDFs or images of documents (such as invoices), extract the data into JSON format, and automate the accounting coding. We could then handle the actual posting to the ledger internally based on that JSON data.<br />
<br />
<br />
<br />
Any suggestions?<br />
<br />
Edgar</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Edgar H. Peña C.</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73460-Df-ia</guid>
		</item>
		<item>
			<title>Toolbar in View</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73455-Toolbar-in-View&amp;goto=newpost</link>
			<pubDate>Wed, 05 Aug 2026 09:32:42 GMT</pubDate>
			<description><![CDATA[Hi 
 
I want to put a toolbar inside a view. 
 
But the find items don't work as the focus has moved to the toolbar item from form, before it checks...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I want to put a toolbar inside a view.<br />
<br />
But the find items don't work as the focus has moved to the toolbar item from form, before it checks if it's a DEO Object, has anyone got this working?<br />
<br />
So the normal toolbar find items work, but the one's on the view's toolbar don't..<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18266&amp;d=1785922309"  title="Name:  view toolbar.png
Views: 15
Size:  27.4 KB">view toolbar.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=18266&amp;d=1785922309">view toolbar.png</a> 
(27.4 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Tom Murphy</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73455-Toolbar-in-View</guid>
		</item>
		<item>
			<title>Better break-Line support for mixed environments</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73454-Better-break-Line-support-for-mixed-environments&amp;goto=newpost</link>
			<pubDate>Tue, 04 Aug 2026 19:04:44 GMT</pubDate>
			<description><![CDATA[UserError method is vastly used in DD validations.   
 
Legacy code,   messages all have only "\n"  as line-breaks.   
 
But these get uggly, when...]]></description>
			<content:encoded><![CDATA[<div>UserError method is vastly used in DD validations.  <br />
<br />
Legacy code,   messages all have only &quot;\n&quot;  as line-breaks.  <br />
<br />
But these get uggly, when such messages are shown in webapps.  which only supports &quot;\n\r&quot;   :-( <br />
<br />
UserError is just one of them.  <br />
<br />
Data_Set_Error   and other types of messages, like Error command,  etc  ...   <br />
<br />
we could have a uniform/consistent way to break-lines . <br />
<br />
Today, you have to create compile directives and change all ocurrences to add the proper set of tokens accordingly. <br />
<br />
<br />
Appreciate.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73454-Better-break-Line-support-for-mixed-environments</guid>
		</item>
		<item>
			<title>Navigate from Select to another select, when comming back, invoking object is not updated.</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73443-Navigate-from-Select-to-another-select-when-comming-back-invoking-object-is-not-updated&amp;goto=newpost</link>
			<pubDate>Fri, 31 Jul 2026 21:39:04 GMT</pubDate>
			<description>Select view A , with a non db-aware List.   List is manually loaded.  
 
The view has a main dd,  for HEADER forms to select  main record, that will...</description>
			<content:encoded><![CDATA[<div>Select view A , with a non db-aware List.   List is manually loaded. <br />
<br />
The view has a main dd,  for HEADER forms to select  main record, that will be used to filter the list.   <br />
<br />
The header form has a navigation (prompt)  configured to another selectview B, so the user can select the main record.  and find the row at 1st view A.  which will then trigger the list to be filled up.  <br />
<br />
so, it's a Select (A) -&gt;  Select B) navigation using ntFromMain navigation type.   <br />
<br />
The forward direction works just fine.   But the Navigate back from &quot;B&quot; to &quot;A&quot; does not updates the record on &quot;A&quot; main DD.  <br />
<br />
I could verify the NavigateDAta has the proper sRowID and Tablenumber filled up with the correct row selected on &quot;B&quot; view. <br />
<br />
Problem seems to lie on cWebView NavigateBackToHereExec  private method. <br />
<br />
It has a block logic to handle if the invoking view is a Zoom type, but it does nothing if its a Select type. <br />
<br />
It assumes the mainDD for the Select is tied to the list,  and assume the broadcast  RefreshListForBackNavigation  will handle it..  <br />
But in my case it won't,  as on my Select &quot;A&quot;  the main DD is not tied to any list,  but in a form in the header.  <br />
<br />
And my main_Dd is never updated.  <br />
<br />
<br />
Makes sense ? <br />
<br />
---------- <br />
Putting in WebOrder words..  <br />
<br />
Let's say you have a Select Order view,  with a header forms to filter the order's list by customer. <br />
And in that header form, you prompt to select customer. <br />
After selecting the customer , and going back,  the customer is never updated in the 1st Select Orders view. <br />
<br />
I would expect this to work out of the box..  but it doesn't. <br />
<br />
Can this please be reviewed ? <br />
<br />
First detected it in DF 19.1 but checked the DF 25 source code is exactly the same, so I bet it would still happens there. <br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73443-Navigate-from-Select-to-another-select-when-comming-back-invoking-object-is-not-updated</guid>
		</item>
		<item>
			<title>Web Splitter</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73441-Web-Splitter&amp;goto=newpost</link>
			<pubDate>Fri, 31 Jul 2026 07:11:19 GMT</pubDate>
			<description>Has anyone made a Web Splitter type control? 
 
Like the cSplitterContainer in windows.</description>
			<content:encoded><![CDATA[<div>Has anyone made a Web Splitter type control?<br />
<br />
Like the cSplitterContainer in windows.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Tom Murphy</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73441-Web-Splitter</guid>
		</item>
		<item>
			<title>Confirmation and Navigation Issue</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73438-Confirmation-and-Navigation-Issue&amp;goto=newpost</link>
			<pubDate>Wed, 29 Jul 2026 22:00:20 GMT</pubDate>
			<description><![CDATA[I thought I'd mention something that caught me out today and 
 might be worth documenting. 
 
 
I wanted to display a ShowYesNo confirmation before...]]></description>
			<content:encoded><![CDATA[<div>I thought I'd mention something that caught me out today and<br />
 might be worth documenting.<br />
<br />
<br />
I wanted to display a ShowYesNo confirmation before navigating to another view.<br />
 My callback simply did:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Procedure ConfirmCallback Integer eButton<br />
&nbsp; &nbsp; If (eButton = MBR_Yes) Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; Send NavigatePath<br />
&nbsp; &nbsp; End<br />
End_Procedure<br />
<br />
WebPublishProcedure ConfirmCallback</code><hr />
</div>The callback fired correctly and NavigatePath was executed, however the destination view only partially rendered<br />
 (only the top portion of the view was displayed).<br />
<br />
If I called NavigatePath directly from the original event (without ShowYesNo) everything worked as expected, <br />
so it wasn't obvious that the message box callback was involved.<br />
<br />
After a fair bit of debugging I eventually Found that the navigation needs <br />
to be deferred into a separate server round-trip:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
Procedure DoNavigate<br />
&nbsp; &nbsp; Send NavigatePath<br />
End_Procedure<br />
<br />
WebPublishProcedure DoNavigate<br />
<br />
Procedure ConfirmCallback Integer eButton<br />
&nbsp; &nbsp; If (eButton = MBR_Yes) Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; Send CallBack (RefProc(DoNavigate))<br />
&nbsp; &nbsp; End<br />
End_Procedure<br />
<br />
WebPublishProcedure ConfirmCallback</code><hr />
</div>Using CallBack resolved the problem immediately.<br />
<br />
I eventually found an example of this pattern in the SetActionMode documentation, <br />
but there was Nothing in the ShowYesNo or ShowMessageBox documentation that<br />
 suggested navigation should be handled this way.<br />
<br />
Would it be worth adding a note to the ShowYesNo/ShowMessageBox<br />
 help stating that If the callback performs view navigation <br />
 (NavigatePath, NavigateForward etc.) it should be done via <br />
 CallBack so that it occurs in a separate server round-trip?<br />
<br />
It would certainly have saved me a bit of Time, <br />
as the symptoms looked much more like a layout <br />
or navigation bug than a callback timing issue.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Chris Spencer</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73438-Confirmation-and-Navigation-Issue</guid>
		</item>
		<item>
			<title>Navigate problem - view does not show if main record on target view is constrained out</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73435-Navigate-problem-view-does-not-show-if-main-record-on-target-view-is-constrained-out&amp;goto=newpost</link>
			<pubDate>Tue, 28 Jul 2026 18:36:59 GMT</pubDate>
			<description>First noticed in 19.1, but still happens on DF 25.  
 
Navigation from Child , to select a parent record.  
 
both views are DD bound, and invoking...</description>
			<content:encoded><![CDATA[<div>First noticed in 19.1, but still happens on DF 25. <br />
<br />
Navigation from Child , to select a parent record. <br />
<br />
both views are DD bound, and invoking object as well <br />
<br />
Like selecting a customer, when creating a new Order.  <br />
<br />
Lets say, you filter customer select to only show ACTIVE customers in this case,  which makes sense.  I don't want to allow an order to be created to an INACTIVE customer. <br />
<br />
so, at customer-select you have this on customerdd <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; Object oCustomerDataDictionary is a cCustomerDataDictionary<br />
&nbsp; &nbsp; &nbsp; &nbsp; Procedure OnConstrain<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Forward Send OnConstrain<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Constrain Customer.Status eq &quot;Y&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; End_Procedure<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; End_Object</code><hr />
</div>Now,  at the order view (child view)  type 5 in the customer number, and click in the prompt button. to open the select view <br />
Nothing happens,  the view does not show.   and no warning or error message is shown . <br />
<br />
Now, leave the customer ID blank, or filled with a valid customer ID,  the navigation works. <br />
<br />
This is not ideal .  I understand the fact the navigation is relational, and it's trying to get the current row and have it positioned at the target view.   But it can't simply fail like that without any error or message,  <br />
Something is better than just doing nothing. <br />
<br />
Ideally, we should be able to handle what should happen.   if an error should be raised,  or if we would allow the target view to have another row selected, the most nearest to the desired record. <br />
<br />
Actually, this is what happens when you type a value that does not exist..  it opens the select in the neared value. <br />
<br />
Type 200 in the order view (customer ID)  and click in the prompt.   the list comes with the last customer selected (id = 100)  .</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73435-Navigate-problem-view-does-not-show-if-main-record-on-target-view-is-constrained-out</guid>
		</item>
		<item>
			<title>How to: Receive Complex Data back from Server to Client ?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73430-How-to-Receive-Complex-Data-back-from-Server-to-Client&amp;goto=newpost</link>
			<pubDate>Tue, 28 Jul 2026 00:56:59 GMT</pubDate>
			<description>Help teach us how the client can call a server function/event and pass complex data.  
 
But the function only returns a simple datatype.  
 
I need...</description>
			<content:encoded><![CDATA[<div>Help teach us how the client can call a server function/event and pass complex data. <br />
<br />
But the function only returns a simple datatype. <br />
<br />
I need to send and receive complex data back .  Similar to a byRef between client and server call , is that possible ? <br />
<br />
The server would receive the complex data like described here.<br />
 <a href="https://docs.dataflex.dev/DevelopmentGuide/Communication/#passing-complex-data" target="_blank">Communication - DataFlex Documentation</a><br />
<br />
But how can I send the modified complex-data back to the client, instead of just a simple value ? <br />
<br />
Trying to find something in the help, and either analyzing the built-in js codes, but js is not my strength..  hard to find the pattern for me. ..  <br />
<br />
If possible, please daw, have a proper sample in the documentation would help a lot.  <br />
<br />
Appreciate any help <br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73430-How-to-Receive-Complex-Data-back-from-Server-to-Client</guid>
		</item>
		<item>
			<title>OnPostFind</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73428-OnPostFind&amp;goto=newpost</link>
			<pubDate>Mon, 27 Jul 2026 15:08:12 GMT</pubDate>
			<description><![CDATA[25.0 web app 
 
what's the best way to prevent OnPostFind (in my parent ddo) from executing from any child table find operations ?]]></description>
			<content:encoded><![CDATA[<div>25.0 web app<br />
<br />
what's the best way to prevent OnPostFind (in my parent ddo) from executing from any child table find operations ?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>bbachmann</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73428-OnPostFind</guid>
		</item>
		<item>
			<title>DF 25 - Material css problem - AccordionCard inside WebGroup looses its style</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73422-DF-25-Material-css-problem-AccordionCard-inside-WebGroup-looses-its-style&amp;goto=newpost</link>
			<pubDate>Fri, 24 Jul 2026 23:16:02 GMT</pubDate>
			<description>Left side,  webDesigner (expected)  
Rigth side: runtime  
 
Attachment 18252...</description>
			<content:encoded><![CDATA[<div>Left side,  webDesigner (expected) <br />
Rigth side: runtime <br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18252&amp;d=1784934626"  title="Name:  Accordion_inside_webGroup.jpg
Views: 15
Size:  124.5 KB">Accordion_inside_webGroup.jpg</a><br />
<br />
it looses its gray background.</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=18252&amp;d=1784934626">Accordion_inside_webGroup.jpg</a> 
(124.5 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73422-DF-25-Material-css-problem-AccordionCard-inside-WebGroup-looses-its-style</guid>
		</item>
		<item>
			<title><![CDATA[DF 25 webapp - Can't run anymore  - blocked by windows smart App control]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73419-DF-25-webapp-Can-t-run-anymore-blocked-by-windows-smart-App-control&amp;goto=newpost</link>
			<pubDate>Fri, 24 Jul 2026 01:45:36 GMT</pubDate>
			<description>DF 25 webpp was working just fine.  
 
Working in designing a  new webview,  compiling and running, compiling and running, testing several times. 
...</description>
			<content:encoded><![CDATA[<div>DF 25 webpp was working just fine. <br />
<br />
Working in designing a  new webview,  compiling and running, compiling and running, testing several times.<br />
<br />
But after my last update, which was just adding a new htmlbox to the view,  I can't run the webapp anymore. <br />
<br />
It compiles but when studio tries to load it in debugg, Windows simply blocks it.. <br />
<br />
[studio outpout]<br />
----Compiling WebApp.src (64-bit) ----<br />
- No changes detected, skipping compile<br />
----Compile Finished in 0 seconds ----<br />
----Executable written: C:\GitHub Projects\sampizarro\DataFlex\Igreja\Hinario_MySQL\  Programs\WebApp.exe<br />
----Loading Program In Debugger----<br />
- &quot;C:\GitHub Projects\sampizarro\DataFlex\Igreja\Hinario_MySQL\  Programs\WebApp.exe&quot; -WebApiDebugMode<br />
<font color="#ff0000">- Program Startup Error</font><br />
<font color="#ff0000">- Uma política de Controle de Aplicativo bloqueou este arquivo. (my translation: An App Control policy has blocked this file) </font><br />
----Exiting Program In Debugger----<br />
[/code]<br />
<br />
<a href="https://support.microsoft.com/en-us/Windows/Security/Threat-Malware-Protection/smart-app-control-has-blocked-part-of-this-app" target="_blank">Smart App Control has blocked part of this app | Microsoft Support</a><br />
<br />
:-(<br />
<br />
I haven't configured any policy, anywhere..   Windows recently re-installed..  fresh install.  <br />
Version 25H2 build 26.200.8875 <br />
<br />
go figure! <br />
<br />
It's late..  will try again tomorrow morning.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73419-DF-25-webapp-Can-t-run-anymore-blocked-by-windows-smart-App-control</guid>
		</item>
		<item>
			<title><![CDATA[cWebCombo won't expand]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73418-cWebCombo-won-t-expand&amp;goto=newpost</link>
			<pubDate>Thu, 23 Jul 2026 22:15:31 GMT</pubDate>
			<description>brainfart. I broke something and now the webcombo wont expand outside its normal footprint. 
 
Webcombo and weblist each wrapped in a webpanel all...</description>
			<content:encoded><![CDATA[<div>brainfart. I broke something and now the webcombo wont expand outside its normal footprint.<br />
<br />
Webcombo and weblist each wrapped in a webpanel all wrapped in a whole-page webpanel<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18250&amp;d=1784844763"  title="Name:  crapcombo.png
Views: 17
Size:  6.1 KB">crapcombo.png</a><br />
<br />
it worked briefly, but then I got distracted by people being people and when I continued<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18249&amp;d=1784844736"  title="Name:  crapcombo2.png
Views: 15
Size:  27.8 KB">crapcombo2.png</a><br />
<br />
this will teach me to commit as often as I tell my team to do.</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=18249&amp;d=1784844736">crapcombo2.png</a> 
(27.8 KB)
</li><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=18250&amp;d=1784844763">crapcombo.png</a> 
(6.1 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73418-cWebCombo-won-t-expand</guid>
		</item>
		<item>
			<title>DataFlex 2026 Release Candidate 1 is now available!</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73411-DataFlex-2026-Release-Candidate-1-is-now-available!&amp;goto=newpost</link>
			<pubDate>Wed, 22 Jul 2026 13:04:45 GMT</pubDate>
			<description>We are pleased to announce the availability of DataFlex 2026 Release Candidate 1. Since Beta 1, we have made many bug fixes and improvements. The...</description>
			<content:encoded><![CDATA[<div>We are pleased to announce the availability of DataFlex 2026 Release Candidate 1. Since Beta 1, we have made many bug fixes and improvements. The major new features in DataFlex 2026 include:<br />
<br />
<ul><li style="">Package Manager</li><li style="">Revamped Studio Create New dialog</li><li style="">Web UI Framework<br />
<ul><li style="">Now deployed as a package</li><li style="">Designer support for Web Modal Dialog navigation</li><li style="">Web Selection Form</li><li style="">WebList filters and enhanced lookups</li><li style="">Extended dashboard sample</li><li style="">Dark mode for web controls and themes</li></ul></li><li style="">Hardening of DataFlex executables</li><li style="">Excel Import Wizard</li><li style="">Improved Documentation System</li></ul><br />
<br />
New for this release candidate is a guide that explains how to migrate your workspaces from previous versions. You can find it in the <a href="https://docs.dataflex.dev/Welcome/Migrating_Existing_Workspaces_to_DataFlex_2026/" target="_blank">documentation</a>.<br />
<br />
Please help us improve DataFlex 2026 by downloading and testing this build, then sharing your feedback here on the forums.<br />
<ul><li style="">Watch the <a href="https://learning.dataflex.dev/courses/whats-new-in-dataflex-2026-pre-release/" target="_blank">What&#8217;s New course</a> in the DataFlex Learning Center for a show-and-tell overview of these new features.</li><li style="">Review the full list of changes in the <a href="https://docs.dataflex.dev/Welcome/Whats_New_in_DataFlex_2026/" target="_blank">What&#8217;s New section</a> of the online help.</li><li style="">Download DataFlex 2026 from the <a href="http://www.dataflex.dev/dataflexprerelease" target="_blank">Download Center.</a></li></ul><br />
Share your feedback on the DataFlex 2026 Testing Forum.<br />
<br />
Note that the package manager server has been reset and from now on uploaded packages will stay permanently. <br />
<br />
Best regards,<br />
<br />
The Development Team</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Harm Wibier</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73411-DataFlex-2026-Release-Candidate-1-is-now-available!</guid>
		</item>
		<item>
			<title>cWebGrid navigation</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73400-cWebGrid-navigation&amp;goto=newpost</link>
			<pubDate>Sun, 19 Jul 2026 23:41:30 GMT</pubDate>
			<description>25.0 
a cWebGrid (DDO bound)  inside a cWebTabPage inside a cWebContainer 
 
after saving a new record in the grid, the focus moves to another tab...</description>
			<content:encoded><![CDATA[<div>25.0<br />
a cWebGrid (DDO bound)  inside a cWebTabPage inside a cWebContainer<br />
<br />
after saving a new record in the grid, the focus moves to another tab page.<br />
<br />
how do I keep the focus in the grid and ready to add additional rows ?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>bbachmann</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73400-cWebGrid-navigation</guid>
		</item>
		<item>
			<title>df-min.js</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73398-df-min-js&amp;goto=newpost</link>
			<pubDate>Fri, 17 Jul 2026 14:41:37 GMT</pubDate>
			<description><![CDATA[Hi, 
 
We are upgrading to DF 25.0, the old index.html has <script src="DfEngine/df-include.js"></script> 
The new has     <script...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
We are upgrading to DF 25.0, the old index.html has &lt;script src=&quot;DfEngine/df-include.js&quot;&gt;&lt;/script&gt;<br />
The new has     &lt;script src=&quot;DfEngine/df-min.js&quot;&gt;&lt;/script&gt;<br />
<br />
I think I know the answer, but Is it best to use df-min.js or the old df-df-include.js<br />
<br />
Thanks,<br />
Tom</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73398-df-min-js</guid>
		</item>
	</channel>
</rss>
