<?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>Sun, 14 Jun 2026 14:06:31 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>Get WebApplication Administrator app name</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73329-Get-WebApplication-Administrator-app-name&amp;goto=newpost</link>
			<pubDate>Thu, 11 Jun 2026 15:46:38 GMT</pubDate>
			<description>I would like to obtain the name under which a WebApplication Administrator app is running using DataFlex code. 
 
Currently I have a temporary folder...</description>
			<content:encoded><![CDATA[<div>I would like to obtain the name under which a WebApplication Administrator app is running using DataFlex code.<br />
<br />
Currently I have a temporary folder for files generated by the application (images, resources, documents, whatever that can be downloaded or uploaded by a user). I'm using a Windows Kernel function to obtain the default TempPath (%Temp%), then I add company name and product name (Get psProgram of ghoApplication). This works fine, each application and user has it's own temp folder and that temp folder is emptied after each server roundtrip.<br />
<br />
However, I will need to deploy an application twice in the same server. So let's say my exe is &quot;MyWebApp.exe&quot; and the psProgram property contains &quot;MyApp&quot;. This will create a temp folder in &quot;%Temp%\MyCompany\MyApp\User26&quot;. Another instance of the same application (connected to another database) is going to use the same &quot;%Temp%\MyCompany\MyApp\User26&quot; temp path and that might cause problems (if two users with the same IDs are connected to each app, one might get his temp files deleted by the other instance).<br />
<br />
Both apps will be created in WebApplication administrator as &quot;EU1&quot; and &quot;EU2&quot;. So my temp folder will look like &quot;%Temp%\MyCompany\MyApp\EU1\User26&quot; and &quot;%Temp%\MyCompany\MyApp\EU2\User26&quot;. To do that I need to get the WebApplication Administrator instance name, the question is:<br />
<br />
TL;DR:<br />
How can I retrieve this value using DataFlex code (see attached image)?<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18215&amp;d=1781192785"  title="Name:  example.png
Views: 7
Size:  11.4 KB">example.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=18215&amp;d=1781192785">example.png</a> 
(11.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>Alberto Gutiérrez Arroyo</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73329-Get-WebApplication-Administrator-app-name</guid>
		</item>
		<item>
			<title>Application.css is getting igmored in 23.0</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73327-Application-css-is-getting-igmored-in-23-0&amp;goto=newpost</link>
			<pubDate>Wed, 10 Jun 2026 23:01:38 GMT</pubDate>
			<description><![CDATA[All, 
 
I'm struggling with getting my custom themes to work on 23.0.  I have the following in my application.css: 
 
#OWEBAPP .RFIDlink button,...]]></description>
			<content:encoded><![CDATA[<div>All,<br />
<br />
I'm struggling with getting my custom themes to work on 23.0.  I have the following in my application.css:<br />
<br />
#OWEBAPP .RFIDlink button, #OWEBAPP .RFIDlink<br />
{<br />
    color: var(--welcomeLineLink-color);<br />
    text-decoration: none !important;<br />
    background: none;<br />
    padding: 0px;<br />
    border-width: 0px;<br />
}<br />
<br />
In my source I have this in a cWebHtmlBox:<br />
<br />
Set psHtml to &quot;&lt;span class= 'RFIDlink'&gt;Welcome&lt;/span&gt;&quot;<br />
<br />
In Index.html I have (just to verify it's there):<br />
<br />
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;./CssStyle/application.css?v=4.1&quot; /&gt;<br />
<br />
<br />
However, the app does not respect these setting.  Now if I move the css to the Theme.css it does work.  This indicates to me that application.css is not being loaded and I'm not getting any errors in web tools so I'm kind of left hanging with nowhere to check.  Just to verify, I removed the application.css and when I look into dev tools, I do indeed get an error when we try to load the non-existent application.css.  Also, I have an exact duplicate workspace on my laptop &amp; that does use application.css correctly.  I'm again loss as to why application.css is getting ignored and any insight is greatly appreciated.<br />
<br />
Thanks,<br />
<br />
Jeff</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>JeffKimmel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73327-Application-css-is-getting-igmored-in-23-0</guid>
		</item>
		<item>
			<title>cCustomWebView - New webview with close button</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73324-cCustomWebView-New-webview-with-close-button&amp;goto=newpost</link>
			<pubDate>Tue, 09 Jun 2026 08:38:43 GMT</pubDate>
			<description><![CDATA[I didn't like the inability to close the webview.  
Initially, I added a button to close the webview.  
Later, with the help of AI, I created a new...]]></description>
			<content:encoded><![CDATA[<div>I didn't like the inability to close the webview. <br />
Initially, I added a button to close the webview. <br />
Later, with the help of AI, I created a new class based on the cWebView that displays the close button.<br />
Now I'm happy to share the class and, perhaps, get suggestions for improving it.<br />
Greetings to all<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">// cCustomWebView.pkg<br />
Use cWebView.pkg<br />
//Register_Object oMiaDashBoardWebView<br />
Define dMiaDashBoardWebView for 0 // oMiaDashBoardWebView<br />
Class cCustomWebView is a cWebView<br />
&nbsp; &nbsp; Procedure Construct_Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; Forward Send Construct_Object<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // Mappatura della classe JavaScript creata nel file CustomWebView.js<br />
&nbsp; &nbsp; &nbsp; &nbsp; Set psJSClass to &quot;cc.df.CustomWebView&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Set peWebViewStyle to wvsDesktop<br />
&nbsp; &nbsp; &nbsp; &nbsp; // Dichiarazione della WebProperty accessibile dal client<br />
&nbsp; &nbsp; &nbsp; &nbsp; { WebProperty=Client }<br />
&nbsp; &nbsp; &nbsp; &nbsp; { Category=&quot;Appearance&quot; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; Property Boolean pbShowClose True<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; { WebProperty=Client }<br />
&nbsp; &nbsp; &nbsp; &nbsp; Property Integer piDashBoardWebView <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; Set piDashBoardWebView to dMiaDashBoardWebView<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; // Pubblicazione della procedura per consentire la chiamata tramite serverAction dal JS<br />
&nbsp; &nbsp; &nbsp; &nbsp; WebPublishProcedure procCloseWebView<br />
&nbsp; &nbsp; End_Procedure<br />
<br />
<br />
&nbsp; &nbsp; // Questa procedura intercetta il comando inviato dal browser al click della X<br />
&nbsp; &nbsp; Procedure procCloseWebView<br />
&nbsp; &nbsp; &nbsp; &nbsp; Boolean bShowClose<br />
&nbsp; &nbsp; &nbsp; &nbsp; WebGet pbShowClose to bShowClose<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // Se la visualizzazione della X è abilitata, inoltra la richiesta di chiusura standard della vista<br />
&nbsp; &nbsp; &nbsp; &nbsp; If (bShowClose) Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send procHideView <br />
&nbsp; &nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; End_Procedure<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; Procedure procHideView<br />
&nbsp; &nbsp; &nbsp; &nbsp; Integer iDashBoardWebView<br />
&nbsp; &nbsp; &nbsp; &nbsp; WebGet piDashBoardWebView to iDashBoardWebView<br />
&nbsp; &nbsp; &nbsp; &nbsp; If (iDashBoardWebView = -1) Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send ClientAction &quot;window.close&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Procedure_Return<br />
&nbsp; &nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; &nbsp; &nbsp; If (iDashBoardWebView&gt;0) Send Show of iDashBoardWebView<br />
&nbsp; &nbsp; &nbsp; &nbsp; Else Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Hide<br />
&nbsp; &nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; End_Procedure<br />
End_Class</code><hr />
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">/*<br />
Class:<br />
&nbsp; &nbsp; cc.df.CustomWebView<br />
Extends:<br />
&nbsp; &nbsp; df.WebView<br />
*/<br />
<br />
<br />
window.cc = window.cc || {};<br />
window.cc.df = window.cc.df || {};<br />
<br />
<br />
window.cc.df.CustomWebView = function CustomWebView(sName, oParent) {<br />
&nbsp; &nbsp; window.cc.df.CustomWebView.base.constructor.call(this, sName, oParent);<br />
&nbsp; &nbsp; this.prop(df.tBool, &quot;pbShowClose&quot;, true);<br />
&nbsp; &nbsp; this._eCloseBtn = null;<br />
};<br />
<br />
<br />
df.defineClass(&quot;cc.df.CustomWebView&quot;, &quot;df.WebView&quot;, {<br />
<br />
<br />
&nbsp; &nbsp; openHtml : function(aHtml) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; window.cc.df.CustomWebView.base.openHtml.call(this, aHtml);<br />
&nbsp; &nbsp; },<br />
<br />
<br />
&nbsp; &nbsp; afterRender : function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; window.cc.df.CustomWebView.base.afterRender.call(this);<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; if (this._eElem) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // --- FILTRO DI SICUREZZA ---<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Se l'elemento corrente si trova all'interno della WebApp generale ma non è una vista reale, ci fermiamo subito<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (this._sName === &quot;oWebApp&quot; || this instanceof df.WebApp) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // CERCHIAMO IL CONTENITORE STRUTTURALE ESATTO INDICATO NEL TUO CSS (.WebCon_Inner)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Questo elemento rappresenta la cornice colorata di ciascuna vista indipendente<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var eTarget = df.dom.query(this._eElem, &quot;.WebCon_Inner&quot;) || this._eElem;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (eTarget) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Impostiamo il contenitore reale come punto di riferimento relativo<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; eTarget.style.position = &quot;relative&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Rimuoviamo duplicati in caso di re-render<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (this._eCloseBtn &amp;&amp; this._eCloseBtn.parentNode) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._eCloseBtn.parentNode.removeChild(this._eCloseBtn);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Ripristiniamo la grafica rettangolare originaria Windows-style<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._eCloseBtn = df.dom.create('&lt;div class=&quot;WebWebView_CloseBtn&quot; style=&quot;' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'position: absolute !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'top: 0px !important; ' +&nbsp; &nbsp; &nbsp;  // Calcolato per posizionarsi a cavallo del bordo superiore<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'right: 2px !important; ' +&nbsp; &nbsp; &nbsp; // Allineato a destra all'interno della cornice<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'cursor: pointer !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'z-index: 999999 !important; ' + // Impedisce a qualsiasi WebPanel interno di coprirlo<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'font-size: 18px !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'font-family: Arial, sans-serif !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'color: #ffffff !important; ' +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'background-color: #e81123 !important; ' +&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'border: 1px solid #000000 !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'border-radius: 3px !important; ' +&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'width: 26px !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'height: 20px !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'line-height: 18px !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'text-align: center !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'user-select: none !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'box-shadow: 0px 1px 3px rgba(0,0,0,0.3) !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'transition: background-color 0.1s !important; ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&quot;&gt;×&lt;/div&gt;');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Effetto hover per scurire il pulsante al passaggio del mouse<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; df.dom.on(&quot;mouseover&quot;, this._eCloseBtn, function() { this._eCloseBtn.style.backgroundColor = &quot;#b40b19&quot;; }, this);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; df.dom.on(&quot;mouseout&quot;, this._eCloseBtn, function() { this._eCloseBtn.style.backgroundColor = &quot;#e81123&quot;; }, this);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; df.dom.on(&quot;click&quot;, this._eCloseBtn, this.onCloseClick, this);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Inseriamo la X dentro i confini grafici della vista corrente<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; eTarget.appendChild(this._eCloseBtn);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Sincronizziamo la visibilità iniziale<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.set_pbShowClose(this.pbShowClose);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; },<br />
<br />
<br />
&nbsp; &nbsp; onCloseClick : function(oEvent) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (oEvent &amp;&amp; oEvent.stop) { oEvent.stop(); }<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.serverAction(&quot;procCloseWebView&quot;);<br />
&nbsp; &nbsp; },<br />
<br />
<br />
&nbsp; &nbsp; set_pbShowClose : function(bVal) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.pbShowClose = bVal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (this._eCloseBtn) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._eCloseBtn.style.display = bVal ? &quot;block&quot; : &quot;none&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp;  // To be inserted into index.html<br />
&nbsp; &nbsp; &lt;script src=&quot;Custom/CustomWebView.js&quot;&gt;&lt;/script&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Giuseppe Catania</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73324-cCustomWebView-New-webview-with-close-button</guid>
		</item>
		<item>
			<title>Clearing cWebComboForm</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73323-Clearing-cWebComboForm&amp;goto=newpost</link>
			<pubDate>Mon, 08 Jun 2026 22:06:30 GMT</pubDate>
			<description>The cWebComboForm seems to be non-refreshable. Once it is loaded the data sticks there is no way to clear the data and reload.  So I am using...</description>
			<content:encoded><![CDATA[<div>The cWebComboForm seems to be non-refreshable. Once it is loaded the data sticks there is no way to clear the data and reload.  So I am using UnLoadView after use to force reload.  But if I need to refresh it in the view I am out of luck.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>FrankValcarcel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73323-Clearing-cWebComboForm</guid>
		</item>
		<item>
			<title>cWebBaseSelectionForm example?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73320-cWebBaseSelectionForm-example&amp;goto=newpost</link>
			<pubDate>Sat, 06 Jun 2026 14:53:37 GMT</pubDate>
			<description><![CDATA[Anybody got an example of cWebBaseSelectionForm in action? 
 
 
nvm, online help showed me more and it's not what I want]]></description>
			<content:encoded><![CDATA[<div>Anybody got an example of cWebBaseSelectionForm in action?<br />
<br />
<br />
nvm, online help showed me more and it's not what I want</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?73320-cWebBaseSelectionForm-example</guid>
		</item>
		<item>
			<title>(What I wish for)  ShowYesNo with parameters to pass</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73319-(What-I-wish-for)-ShowYesNo-with-parameters-to-pass&amp;goto=newpost</link>
			<pubDate>Sat, 06 Jun 2026 14:31:25 GMT</pubDate>
			<description><![CDATA[In the ShowYesNo 
 
 
Code: 
--------- 
Send ShowYesNo (Self) (RefProc(ConfirmResponse)) "This is the first line of text.\n\rThis is the second line...]]></description>
			<content:encoded><![CDATA[<div>In the ShowYesNo<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Send ShowYesNo (Self) (RefProc(ConfirmResponse)) &quot;This is the first line of text.\n\rThis is the second line of text.&quot;</code><hr />
</div>Wouldn't it be great if we could pass some parameters to the Procedure or Function that gets called (ie the &quot;ConfirmResponse&quot; in the example above</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Mike Cooper</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73319-(What-I-wish-for)-ShowYesNo-with-parameters-to-pass</guid>
		</item>
		<item>
			<title>Constrain_file woes</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73317-Constrain_file-woes&amp;goto=newpost</link>
			<pubDate>Fri, 05 Jun 2026 18:26:30 GMT</pubDate>
			<description>Good evening, 
I am experiencing issues with constrains within a 24.0 MobileWebApp and hope you could help me 
  
I have a ZoomQuoteHdr view with...</description>
			<content:encoded><![CDATA[<div>Good evening,<br />
I am experiencing issues with constrains within a 24.0 MobileWebApp and hope you could help me<br />
 <br />
I have a ZoomQuoteHdr view with following relationship: QuoteHdr --&gt; Location --&gt; Customer<br />
On the view I have a customer and a location form field with the prompt button enabled and forward navigation set to the appropriate select view.<br />
 <br />
When I go to select the customer first, and then go to select the location, the SelectLocation view does not constrain the locations to show only the customer&#8217;s locations.<br />
 <br />
DD&#8217;s in ZoomQuoteHdr and SelectLocation are both like:<br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><i>&nbsp; &nbsp; Object oCUSTOMER_DD is a Customer_DataDictionary</i><br />
<i>&nbsp; &nbsp; End_Object</i><br />
&nbsp;<br />
<i>&nbsp; &nbsp; Object oLOCATION_DD is a Location_DataDictionary</i><br />
<i>&nbsp; &nbsp; &nbsp; &nbsp; Set Constrain_file to CUSTOMER.File_number</i><br />
<i>&nbsp; &nbsp; &nbsp; &nbsp; Set DDO_Server To oCUSTOMER_DD</i><br />
<i>&nbsp; &nbsp; End_Object</i><br />
&nbsp;<br />
<i>&nbsp; &nbsp; Object oQUOTEHDR_DD is a cQuotehdrDataDictionary</i><br />
<i>&nbsp; &nbsp; &nbsp; &nbsp; Set DDO_Server To oLOCATION_DD</i><br />
<i>&nbsp; &nbsp; End_Object</i></code><hr />
</div>Appears to ignore the Constrain_file setting entirely. <br />
<br />
Has anybody seen/experienced this and has a solution for it or can point me in the right direction?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Benjamin</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73317-Constrain_file-woes</guid>
		</item>
		<item>
			<title>Responsive application: Maximize modal dialog to available screen size</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73312-Responsive-application-Maximize-modal-dialog-to-available-screen-size&amp;goto=newpost</link>
			<pubDate>Wed, 03 Jun 2026 11:43:14 GMT</pubDate>
			<description>Hello, I have been reported an issue with some modal dialogs. I have a web application that is using the Flat Desktop theme, that application uses...</description>
			<content:encoded><![CDATA[<div>Hello, I have been reported an issue with some modal dialogs. I have a web application that is using the Flat Desktop theme, that application uses web modal dialogs (lookups,...). When the application is being used in a high dpi laptop or a tablet, the dialogs might be too big or too small.<br />
<br />
I would like to set the responsive properties so that web modal dialogs are &quot;maximized&quot; when the screen is smaller - in this case, once it reaches rmTablet size or lower. How can I set those properties? I would like to avoid using events like OnResizeWindow and other server events as that would increase the server load just for UI tasks.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">WebSetResponsive piMinHeight rmTablet to &lt;max&gt;<br />
WebSetResponsive piMinWidth rmTablet to &lt;max&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Alberto Gutiérrez Arroyo</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73312-Responsive-application-Maximize-modal-dialog-to-available-screen-size</guid>
		</item>
		<item>
			<title>The help is very unhelpful 2</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73285-The-help-is-very-unhelpful-2&amp;goto=newpost</link>
			<pubDate>Thu, 28 May 2026 13:32:25 GMT</pubDate>
			<description><![CDATA[The help needs a massive overhaul. 
 
cWebTreeView :  
 
I want to set the folder icon to the &#8220;open&#8221; icon if there are no child nodes. I think the...]]></description>
			<content:encoded><![CDATA[<div>The help needs a massive overhaul.<br />
<br />
cWebTreeView : <br />
<br />
I want to set the folder icon to the &#8220;open&#8221; icon if there are no child nodes. I think the &#8220;standard&#8221; icons are Font Icons so I will need to have and both a closed folder and an open folder icon &#8211; this is not a problem. <br />
<br />
However, neither of these work!<div style="margin-left:40px">Move &quot;folder_empty.ico&quot; to tItems[iIndex].sIcon<br />
Move &quot;images\folder_empty.ico&quot; to tItems[iIndex].sIcon</div><br />
Examples, examples, examples &#8211; the people who developed these controls know what is needed, it would be very helpful if they passed on examples to the people who create the help content!<br />
<br />
HOW do I specify the icon file to used?<br />
<br />
(Edit) <br />
Also what size icons? Are Multi size icon files allowed? If so how is the size selected / set?<br />
<br />
(Edit 2)<br />
If I am using custom icons, how do I change the icon on a parent node from &quot;closed&quot; to &quot;open&quot; when it is expanded?<br />
<br />
<i>(Just more examples of why it is so difficult to move from Desktop to Web.)</i></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Ian Smith</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73285-The-help-is-very-unhelpful-2</guid>
		</item>
		<item>
			<title>The help is very unhelpful</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73284-The-help-is-very-unhelpful&amp;goto=newpost</link>
			<pubDate>Thu, 28 May 2026 13:24:39 GMT</pubDate>
			<description>The help is very unhelpful! 
 
The help needs a massive overhaul. 
 
cWebCombo 
 
---Quote--- 
Description  
In checkbox controls (cWebCheckbox,...</description>
			<content:encoded><![CDATA[<div>The help is very unhelpful!<br />
<br />
The help needs a massive overhaul.<br />
<br />
cWebCombo<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Description <br />
In checkbox controls (cWebCheckbox, cWebColumnCheckbox), it is called when the checkbox is clicked. In all other controls, it is called if the contents of the control have changed and the focus leaves the control.
			
		<hr />
	</div>
</div>Not true, the OnChange event IS FIRED when the selected item in a “standard i.e. cWebCombo” is changed.<br />
<br />
Spent some time trying to find out what is fired when the selected item in a cWebCombo is changed before just trying the OnChange event in desperation!</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>Ian Smith</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73284-The-help-is-very-unhelpful</guid>
		</item>
		<item>
			<title>DataFlex 2026 Beta 1 is now available!</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73278-DataFlex-2026-Beta-1-is-now-available!&amp;goto=newpost</link>
			<pubDate>Wed, 27 May 2026 13:03:14 GMT</pubDate>
			<description>We are pleased to announce the release of DataFlex 2026 Beta 1. Besides many bug fixes and improvements this incremental release features the...</description>
			<content:encoded><![CDATA[<div>We are pleased to announce the release of DataFlex 2026 Beta 1. Besides many bug fixes and improvements this incremental release features the following highlights:<br />
<ul><li style="">Improved export / import studio settings</li><li style="">Hybrid list</li><li style="">Packages info on the studio dashboard</li><li style="">New help system</li></ul><br />
<br />
The Major Features of DataFlex 2026 are:<br />
<ul><li style="">Package Manager</li><li style="">Redesigned Create New in the Studio</li><li style="">Dark Mode for Web Controls</li><li style="">Drill-down support for Web Modal Dialogs</li><li style="">Faster loading of Web Controls</li><li style="">Hardening of DataFlex Executables</li><li style="">Extended Dashboard Sample</li></ul><br />
<br />
Help us to improve our product by downloading &amp; testing this build and providing your feedback here on the forums!<br />
<ul><li style="">Check the What’s New course in the <a href="https://learning.dataflex.dev/courses/whats-new-in-dataflex-2026-pre-release/" target="_blank">DataFlex Learning Center</a> for a show and tell of these new features</li><li style="">Check the full list of changes in the What’s new section of the <a href="https://docs.dataaccess.com/dataflexhelp/#t=mergedProjects%2FWelcome%2FWhats_New_in_DataFlex_2026.htm" target="_blank">online help</a></li><li style="">Download DataFlex 2026 from the <a href="https://www.dataflex.dev/dataflexprerelease" target="_blank">Download Center<br />
</a></li><li style="">Provide your feedback on the <a href="https://support.dataaccess.com/Forums/forumdisplay.php?100-DataFlex-2026-Testing" target="_blank">DataFlex 2026 Testing Forum<br />
</a></li></ul><br />
<br />
Note that we plan to reset the package manager repository on <a href="https://packages.dataflex.dev/" target="_blank">https://packages.dataflex.dev/</a> later in this release cycle. This will allow everyone to test publishing of packages without these tests staying out there forever.<br />
<br />
Best regards,<br />
<br />
Your 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?73278-DataFlex-2026-Beta-1-is-now-available!</guid>
		</item>
		<item>
			<title>cweblist context menu</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73275-cweblist-context-menu&amp;goto=newpost</link>
			<pubDate>Tue, 26 May 2026 20:32:57 GMT</pubDate>
			<description>When I am in cweblist and do a long press (on a cheap tablet) I get a context menu with Download, Share (and an sms incon) and Print. 
Where is this...</description>
			<content:encoded><![CDATA[<div>When I am in cweblist and do a long press (on a cheap tablet) I get a context menu with Download, Share (and an sms incon) and Print.<br />
Where is this coming from, can we modify it?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>FrankValcarcel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73275-cweblist-context-menu</guid>
		</item>
		<item>
			<title>Invalid DOwnload Key</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73273-Invalid-DOwnload-Key&amp;goto=newpost</link>
			<pubDate>Mon, 25 May 2026 13:07:02 GMT</pubDate>
			<description>I am getting webapp error “Invalid Download Key”, when capturing with camera on tablet or from filer in windows. First time it works, then errors on...</description>
			<content:encoded><![CDATA[<div><font color="#000000"><span style="font-family: Helvetica">I am getting webapp error “Invalid Download Key”, when capturing with camera on tablet or from filer in windows. First time it works, then errors on next tries.  Exiting view and back makes it work again.</span></font></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>FrankValcarcel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73273-Invalid-DOwnload-Key</guid>
		</item>
		<item>
			<title>cwebcolumn keyhandler not working</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73270-cwebcolumn-keyhandler-not-working&amp;goto=newpost</link>
			<pubDate>Sun, 24 May 2026 21:12:07 GMT</pubDate>
			<description>If seems that cwebcolumn does not support keyhandler, is anyone using it with a cWebcolumn?</description>
			<content:encoded><![CDATA[<div>If seems that cwebcolumn does not support keyhandler, is anyone using it with a cWebcolumn?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>FrankValcarcel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73270-cwebcolumn-keyhandler-not-working</guid>
		</item>
		<item>
			<title>cWebcolumn width change on tablet</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73269-cWebcolumn-width-change-on-tablet&amp;goto=newpost</link>
			<pubDate>Sat, 23 May 2026 21:09:51 GMT</pubDate>
			<description>How does the user change a column width on a tablet.  We have users with different tablet types and no one setting works for all.</description>
			<content:encoded><![CDATA[<div>How does the user change a column width on a tablet.  We have users with different tablet types and no one setting works for all.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?6-Web-amp-Mobile-Applications"><![CDATA[Web & Mobile Applications]]></category>
			<dc:creator>FrankValcarcel</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73269-cWebcolumn-width-change-on-tablet</guid>
		</item>
	</channel>
</rss>
