<?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>Tue, 18 Aug 2026 14:16:50 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>Remove Component dialog</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73457-Remove-Component-dialog&amp;goto=newpost</link>
			<pubDate>Wed, 05 Aug 2026 15:59:35 GMT</pubDate>
			<description>Can an option be added to suppress the new Remove Component dialog? Also why was it added? Not seeing any requests for such a feature in the forum.</description>
			<content:encoded><![CDATA[<div>Can an option be added to suppress the new Remove Component dialog? Also why was it added? Not seeing any requests for such a feature in the forum.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Eleazar6</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73457-Remove-Component-dialog</guid>
		</item>
		<item>
			<title>Help - OnValidate (cWebBaseDEO) Please reference ShowControlError</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73437-Help-OnValidate-(cWebBaseDEO)-Please-reference-ShowControlError&amp;goto=newpost</link>
			<pubDate>Wed, 29 Jul 2026 15:01:58 GMT</pubDate>
			<description>In sample codes under OnValidate  (https://docs.dataflex.dev/VdfClassRef/Web/cWebBaseDEO-Event-OnValidate/#description)page,  please reference usage...</description>
			<content:encoded><![CDATA[<div>In sample codes under <a href="https://docs.dataflex.dev/VdfClassRef/Web/cWebBaseDEO-Event-OnValidate/#description" target="_blank">OnValidate </a>page,  please reference usage of <a href="https://docs.dataflex.dev/VdfClassRef/Web/cWebBaseDEO-Procedure-ShowControlError/" target="_blank">ShowControlError</a><br />
<br />
<br />
ShowControlError sample code uses onValidate method which is the the best place for it.  <br />
<br />
But, in onValidate samples,  the logic seems incomplete.   the code just prevents the focus to go on, with no user notification ..   <br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73437-Help-OnValidate-(cWebBaseDEO)-Please-reference-ShowControlError</guid>
		</item>
		<item>
			<title>Dataflex OnLine Help - AI Chat Notes</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73425-Dataflex-OnLine-Help-AI-Chat-Notes&amp;goto=newpost</link>
			<pubDate>Sat, 25 Jul 2026 19:59:54 GMT</pubDate>
			<description><![CDATA[Wasn't sure where to post this.   
 
I know that Data Access is working on integrating AI into the Studio, but I've been evaluating the AI Chat in...]]></description>
			<content:encoded><![CDATA[<div>Wasn't sure where to post this.  <br />
<br />
I know that Data Access is working on integrating AI into the Studio, but I've been evaluating the AI Chat in help - docs.dataflex.dev/chat/.  A couple of notes.<br />
<br />
<b>1) Class Hierarchy: </b> One think I have noticed is that the AI does not always search back up the class hierarchy for a certain object class when looking for solutions to a prompt.<br />
<br />
As a simple example, I asked the AI to help with formatting a non-DD related cWebForm, such as ######.##. The AI did not find the related properties (peDataType, piPrecision, and psMask).  These properties are in cWebBaseDEO. <br />
<br />
I then instructed the AI to look up through the class hierarchy, and it found and presented the proper solution.  I ran a separate chat in another window and the AI found it the first time.  So ones needs to be persistent.   <br />
<br />
<b>2) Learning scope: </b> I asked about this anomaly and the AI stated that any corrections made by the user would be 'learned' in the current conversation, but not in others and obviously not globally.  <br />
<br />
My understanding is Data Access is using a 3rd Party AI resource for the chat, so unsure if there will be the ability to augment the learned excerpts in help.  My understanding is that this will be addressed in the Studio AI Chat as we will be able to add own code bases.<br />
<br />
<b>3) Help AI access to example source code: </b>Evidently, the help does not have access to the various Dataflex example code sets, such as WebOrder, WebOrderMobile, Flextron, Plato, etc.  I think this might be helpful, although I assuming the source code would need to be annotated.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Rich Miller</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73425-Dataflex-OnLine-Help-AI-Chat-Notes</guid>
		</item>
		<item>
			<title>Help doc - GridRefresh and RefreshListFromDD should cross-reference each other</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73404-Help-doc-GridRefresh-and-RefreshListFromDD-should-cross-reference-each-other&amp;goto=newpost</link>
			<pubDate>Tue, 21 Jul 2026 15:14:49 GMT</pubDate>
			<description>The help for both of these pages just says what you should NOT do, but it does not help you to know what should be done instead for the other case. ...</description>
			<content:encoded><![CDATA[<div>The help for both of these pages just says what you should NOT do, but it does not help you to know what should be done instead for the other case. <br />
<br />
You are trying to find in the help what is the method to refresh a grid..  you may find one of them first, but not the desired one for you case.  <br />
<br />
Please, cross reference them:<br />
<br />
<a href="https://docs.dataflex.dev/VdfClassRef/Web/cWebList-Procedure-GridRefresh/" target="_blank">cWebList Procedure GridRefresh - DataFlex Documentation</a><br />
x<br />
<a href="https://docs.dataflex.dev/VdfClassRef/Web/cWebList-Procedure-RefreshListFromDD/" target="_blank">cWebList Procedure RefreshListFromDD - DataFlex Documentation</a><br />
<br />
Appreciate it.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?91-Studio-amp-Utilities"><![CDATA[Studio & Utilities]]></category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73404-Help-doc-GridRefresh-and-RefreshListFromDD-should-cross-reference-each-other</guid>
		</item>
	</channel>
</rss>
