<?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 - Windows Applications</title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>Building and deploying business applications for the Windows desktop with DataFlex.</description>
		<language>en</language>
		<lastBuildDate>Wed, 20 May 2026 07:30:09 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 - Windows Applications</title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>Variant to Struct without knowing the Struct</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73260-Variant-to-Struct-without-knowing-the-Struct&amp;goto=newpost</link>
			<pubDate>Wed, 20 May 2026 02:58:56 GMT</pubDate>
			<description><![CDATA[Hi All, 
I have some JSON data that I want to pass to a function.  However, from within the program I don't know what exact struct type is in the...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I have some JSON data that I want to pass to a function.  However, from within the program I don't know what exact struct type is in the function; I know the JSON will fit into the struct but not the parameter type.  <br />
<br />
I tried putting the JSON data into a Variant using JsonToDataType.  It didn't error out but when I pass the Variant as a parameter to the function with type of Struct, it loads more like a string than a struct.  <br />
<br />
I figure I could approach this problem one of two ways.  I can try to figure out the type of the parameter I'm passing to or I can go with a Variant and hope it would convert to the type it's being passed to.  Trying to go down the passing Variant route doesn't seem to be working when passing to a Struct.  It doesn't automatically convert it.<br />
<br />
Any suggestions?<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">{ &quot;name&quot;: &quot;John&quot;, &quot;details&quot;: { &quot;age&quot;: 31, &quot;female&quot;: false, &quot;male&quot;: true }, &quot;ratings&quot;: [ 8, 7.5, 8, 5.5 ] } in sParamJson<br />
<br />
Variant student<br />
Get ParseString of hoJson sParamJson to bSuccess<br />
If (bSuccess) Begin<br />
&nbsp; &nbsp; Get JsonToDataType of hoJson to student<br />
End<br />
<br />
Get TestFunc student to bSuccess<br />
<br />
Locals shows student json instead of struct&nbsp; in the function { &quot;name&quot;: &quot;John&quot;, &quot;details&quot;: { &quot;age&quot;: 31, &quot;female&quot;: false, &quot;male&quot;: true }, &quot;ratings&quot;: [ 8, 7.5, 8, 5.5 ] }</code><hr />
</div>Thank you for any help.<br />
<br />
Henry</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>hsheldon</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73260-Variant-to-Struct-without-knowing-the-Struct</guid>
		</item>
		<item>
			<title><![CDATA[oAuth2 Chilkat Object & JSON]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73259-oAuth2-Chilkat-Object-amp-JSON&amp;goto=newpost</link>
			<pubDate>Tue, 19 May 2026 16:54:00 GMT</pubDate>
			<description><![CDATA[Working on getting oAuth2 setup & working sending out e-mails using the Chilkat classes.  After working with the Chilkat examples and other...]]></description>
			<content:encoded><![CDATA[<div>Working on getting oAuth2 setup &amp; working sending out e-mails using the Chilkat classes.  After working with the Chilkat examples and other resources, I finally was able to send an e-mail successfully.  My initial tests were using the Chilkat Mailman &amp; email class, but I couldn't seem to get the right combination to work.  I was able to get a token back, but it never seemed to work with the mailman class.  Then I found an example using more basic using the Chilkat http &amp; json class where the e-mail was built in json and I was successful in send an e-mail that utilized the oauth2 token.  But honestly, this feels like &quot;1 step forward and 2 steps back&quot; not being able to use the mailman &amp; email class, so much easier.  For example, adding an attachment (which is mainly what I use this for) doesn't seem to be very straight forward using the json method.  This is using Microsoft Graph to do the integration.  My question is does anyone use the standard Chilkat Mailman &amp; Email class in combination with Microsoft Graph and send e-mails?  If yes, can you share a small piece of code?<br />
<br />
Thanks<br />
Mark Powers</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Mark Powers</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73259-oAuth2-Chilkat-Object-amp-JSON</guid>
		</item>
		<item>
			<title>Upgrading License Count 19.1 and 25.0</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73257-Upgrading-License-Count-19-1-and-25-0&amp;goto=newpost</link>
			<pubDate>Sun, 17 May 2026 11:51:14 GMT</pubDate>
			<description>I requested an upgraded client license count for our existing 19.1 programs from 35 users to 55 users. 
 
I asked the sales rep if the registration...</description>
			<content:encoded><![CDATA[<div>I requested an upgraded client license count for our existing 19.1 programs from 35 users to 55 users.<br />
<br />
I asked the sales rep if the registration codes will work for both 19.1 and 25.0. She said &quot;It should be backwards compatible to 19.1. If you have any issues, I can request a prior version code.&quot;<br />
<br />
I'm worried if I put the license codes on and there is an issue, my 19.1 systems will be inaccessible, which is not an option.<br />
<br />
Should I just copy the existing DFR file, and if the new registration codes don't work, copy the old DFR file back? Or, would it make sense to get &quot;the prior version code&quot; before attempting?<br />
<br />
Sorry if this is such a basic question, but I haven't messed with client registration in years, so I'm a little concerned I may break the system. <br />
<br />
Anyone with experience on licensing different versions with the same registration codes?<br />
<br />
Thanks,<br />
Leslie</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Leslie L. Brennan</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73257-Upgrading-License-Count-19-1-and-25-0</guid>
		</item>
		<item>
			<title>cCjGrid  - Prevent dupplicate values being added/saved !?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73254-cCjGrid-Prevent-dupplicate-values-being-added-saved-!&amp;goto=newpost</link>
			<pubDate>Fri, 15 May 2026 18:58:02 GMT</pubDate>
			<description>Manual, non-db-aware regular cjGrid 
 
Before I get deep on it..   
 
Anyone ever had to implement such validation in a cCjGrid ?   based in a single...</description>
			<content:encoded><![CDATA[<div>Manual, non-db-aware regular cjGrid<br />
<br />
Before I get deep on it..  <br />
<br />
Anyone ever had to implement such validation in a cCjGrid ?   based in a single key column.  <br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73254-cCjGrid-Prevent-dupplicate-values-being-added-saved-!</guid>
		</item>
		<item>
			<title>clear cookies after a Post request</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73244-clear-cookies-after-a-Post-request&amp;goto=newpost</link>
			<pubDate>Wed, 13 May 2026 07:41:23 GMT</pubDate>
			<description><![CDATA[Hi! 
 
We are login on to a service, that gives us a cookie with validation in it "Set-Cookie" JSESSION=.... 
 
When we are trying for the second...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
We are login on to a service, that gives us a cookie with validation in it &quot;Set-Cookie&quot; JSESSION=....<br />
<br />
When we are trying for the second time, we do not get the &quot;Set-Cookie&quot;.<br />
<br />
I have tried to disable the cache of the http client.<br />
<br />
If i do this in postman i get a new Set-Cookie each time.<br />
<br />
Can you clear the cookies in someway before a new post?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>MrHalland</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73244-clear-cookies-after-a-Post-request</guid>
		</item>
		<item>
			<title>Get all responseheaders from a cHTTP</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73238-Get-all-responseheaders-from-a-cHTTP&amp;goto=newpost</link>
			<pubDate>Tue, 12 May 2026 14:27:00 GMT</pubDate>
			<description>Hi! 
 
Is it possible to get all the headers that is returned with a result in DF 25.0 
 
I am trying to trouble-shoot if and what headers that are...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
Is it possible to get all the headers that is returned with a result in DF 25.0<br />
<br />
I am trying to trouble-shoot if and what headers that are sent back from the server.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>MrHalland</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73238-Get-all-responseheaders-from-a-cHTTP</guid>
		</item>
		<item>
			<title>Minor: 25, dbCheckBox doesnt take a label_textcolor</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73235-Minor-25-dbCheckBox-doesnt-take-a-label_textcolor&amp;goto=newpost</link>
			<pubDate>Sun, 10 May 2026 21:14:14 GMT</pubDate>
			<description>dbCheckBox doesnt take a label_textcolor 
 
 
Code: 
--------- 
                        Object Emprec1_Func_cashier is a dbCheckBox 
                ...</description>
			<content:encoded><![CDATA[<div>dbCheckBox doesnt take a label_textcolor<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Object Emprec1_Func_cashier is a dbCheckBox<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Entry_Item Emprec1.Func_cashier<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set Label_TextColor to clRed<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set Label to &quot;*Cashier (30,129)&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set size to 12 80<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set Location to 62 95<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End_Object</code><hr />
</div>it's within a dbgroup on a dbTabpage if that matters.<br />
<br />
At home so untested on other versions</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73235-Minor-25-dbCheckBox-doesnt-take-a-label_textcolor</guid>
		</item>
		<item>
			<title>ccjGrid,  Force enter in EditMode in a given column</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73234-ccjGrid-Force-enter-in-EditMode-in-a-given-column&amp;goto=newpost</link>
			<pubDate>Fri, 08 May 2026 21:36:42 GMT</pubDate>
			<description>Adding rows to a cjGrid , programmatically.  after it has been initialized (load with initial data)  
 
The grid has only 1 column editable.  
 
I...</description>
			<content:encoded><![CDATA[<div>Adding rows to a cjGrid , programmatically.  after it has been initialized (load with initial data) <br />
<br />
The grid has only 1 column editable. <br />
<br />
I want the focus to be in that row, and column and the grid enters in editMode,  so the user just need to start typing.   <br />
<br />
I Tried this, but it doesn't work <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; Send RequestFindColumnValue of oCountedGaylordsGrid iCol iGaylord False 0 <br />
&nbsp; &nbsp; Get MoveToColumnObject (oRMC_CountedGlrd_GaylordID) to bRet<br />
&nbsp; &nbsp; Send BeginEdit of oCountedGaylordsGrid</code><hr />
</div>the 2 previous methods works just fine.   <br />
<br />
after the RequestFind,  the SelectedRow is the desired one (checked in whatches) <br />
and<br />
the MoveToColumn  returns False (the good value, which means the move was not canceled )<br />
<br />
but beginEdit has no effect  !?  <br />
<br />
The focus remains in the object that initiates all of this,  (a button or another grid ).  <br />
<br />
What is missing ?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73234-ccjGrid-Force-enter-in-EditMode-in-a-given-column</guid>
		</item>
		<item>
			<title>multiple HttpPutJson calls, failes?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73225-multiple-HttpPutJson-calls-failes&amp;goto=newpost</link>
			<pubDate>Thu, 07 May 2026 12:43:04 GMT</pubDate>
			<description>Hi! 
 
I have created a http transfer object, adding all the nessecary headers etc. 
 
Then I have a loop sending a HttpPutJson call for each...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I have created a http transfer object, adding all the nessecary headers etc.<br />
<br />
Then I have a loop sending a HttpPutJson call for each product.<br />
(Yes I know, i didn't write the end-point api)<br />
<br />
It only works for the first record, then I always get error 400.<br />
<br />
Can you only send once and then you have to recreate the cHttpJson object and send again.<br />
<br />
I do not destry the hoHTTP object that i have created initially</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>MrHalland</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73225-multiple-HttpPutJson-calls-failes</guid>
		</item>
		<item>
			<title>Data Entry View Wizard</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73220-Data-Entry-View-Wizard&amp;goto=newpost</link>
			<pubDate>Tue, 05 May 2026 20:30:06 GMT</pubDate>
			<description>Hi - 
 
DF25 
 
It nicely applies my subclass, but sets peAnchors of dbforms/forms, etc. to anAnchorLeftRight (or similar) - overwriting my...</description>
			<content:encoded><![CDATA[<div>Hi -<br />
<br />
DF25<br />
<br />
It nicely applies my subclass, but sets peAnchors of dbforms/forms, etc. to anAnchorLeftRight (or similar) - overwriting my subclass's anNone.  I will never, ever make a dbForm or the like expand with the view.  Grids yes - 99% anAll.<br />
<br />
Is there any way to change this behavior?  Sure, I can search &amp; replace - but that's just extra work.<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Garret Mott</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73220-Data-Entry-View-Wizard</guid>
		</item>
		<item>
			<title>New error, at least to me</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73212-New-error-at-least-to-me&amp;goto=newpost</link>
			<pubDate>Sat, 02 May 2026 01:53:36 GMT</pubDate>
			<description><![CDATA[DF-19.1 & DF-25  
I recently replaced my Windoze 11 box as the hard drive died and have begun to intermittently get "Smart App Control blocked an app...]]></description>
			<content:encoded><![CDATA[<div>DF-19.1 &amp; DF-25 <br />
I recently replaced my Windoze 11 box as the hard drive died and have begun to intermittently get &quot;Smart App Control blocked an app that may be unsafe&quot; errors when running some of my own programs.  I never saw that error on the old 11 box. It's inconsistent, if I delete the .exe and recompile it the problem goes away at least temporarily.<br />
<br />
I can see how to turn SAC as they refer to it off, but do I really want to do that?  I Googled it and supposedly a program can be unblocked in properties but none of my DF .exe files have shown as blocked.<br />
<br />
Suggestions?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Bob Worsley</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73212-New-error-at-least-to-me</guid>
		</item>
		<item>
			<title>DFErr???</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73211-DFErr&amp;goto=newpost</link>
			<pubDate>Fri, 01 May 2026 17:44:48 GMT</pubDate>
			<description><![CDATA[Hi - 
 
DF 25 if it matters. 
 
I'm working on an error logging system & am confused (yet again). 
 
I see Flexerrs.dat, but also DFErr001, DFErr002,...]]></description>
			<content:encoded><![CDATA[<div>Hi -<br />
<br />
DF 25 if it matters.<br />
<br />
I'm working on an error logging system &amp; am confused (yet again).<br />
<br />
I see Flexerrs.dat, but also DFErr001, DFErr002, DFErr003, and DFErr005 in the Usr folder.<br />
<br />
All seem to be the same structure (Recnum, Error_Descr, and Note).  While many recnums are the same, the Error_Descr are all different.<br />
<br />
Are they all used?  If so, how?  I want to make sure I can get the correct description into my logging table.<br />
<br />
TIA</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Garret Mott</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73211-DFErr</guid>
		</item>
		<item>
			<title><![CDATA[revision of Ivan SChoof's cjgrid button]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73208-revision-of-Ivan-SChoof-s-cjgrid-button&amp;goto=newpost</link>
			<pubDate>Thu, 30 Apr 2026 16:04:42 GMT</pubDate>
			<description><![CDATA[Changed Mike Cooper's version to use the newer Codejock naming, ie: 'Report' become 'Grid'.  
 
Still testing but this might someone save a few...]]></description>
			<content:encoded><![CDATA[<div>Changed Mike Cooper's version to use the newer Codejock naming, ie: 'Report' become 'Grid'. <br />
<br />
Still testing but this might someone save a few minutes. <br />
<br />
You'll need the SigCjW_GridControl.pkg package. (aka SigCjW_ReportControl but rename every Report to Grid) - Mine is an old copy as I haven't kept the codejock sub so I'd get the latest.<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18163&amp;d=1777564988"  title="Name:  cCJGridColumnButton.pkg
Views: 4
Size:  21.5 KB">cCJGridColumnButton.pkg</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/pkg.gif" alt="File Type: pkg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18163&amp;d=1777564988">cCJGridColumnButton.pkg</a> 
(21.5 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73208-revision-of-Ivan-SChoof-s-cjgrid-button</guid>
		</item>
		<item>
			<title>Is Ivan Schoof’s class still the semi-official cjgrid button?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73207-Is-Ivan-Schoof’s-class-still-the-semi-official-cjgrid-button&amp;goto=newpost</link>
			<pubDate>Thu, 30 Apr 2026 13:26:03 GMT</pubDate>
			<description>:confused: 
Brain fog.</description>
			<content:encoded><![CDATA[<div>:confused:<br />
Brain fog.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73207-Is-Ivan-Schoof’s-class-still-the-semi-official-cjgrid-button</guid>
		</item>
		<item>
			<title>dbSuggestionForm - New Event request - OnSuggestionItemAdd , or something like that.</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73200-dbSuggestionForm-New-Event-request-OnSuggestionItemAdd-or-something-like-that&amp;goto=newpost</link>
			<pubDate>Tue, 28 Apr 2026 17:21:10 GMT</pubDate>
			<description>Specially useful when working with smFind modes.  
 
On every record found and that is automatically added by the built-in logic,  fires an event...</description>
			<content:encoded><![CDATA[<div>Specially useful when working with smFind modes. <br />
<br />
On every record found and that is automatically added by the built-in logic,  fires an event with tSuggestion as reference, so we can add additional columns to the list. <br />
<br />
Today, if you want multiple columns at the suggestion list, you are basically limited to smCustom mode, and need to handle everything.   <br />
<br />
For example: inside <b>SuggestionsSQLFullText </b>private logic. In the while loop<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Procedure SuggestionsSQLFullText String sSearch tSuggestion[] ByRef aSuggestions<br />
&nbsp; &nbsp; ...<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; While (bContinue)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Get_Field_Value iFile iField to sVal<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If (Found) Begin // and ((bCase and sVal contains sSearch) or (not(bCase) and Lowercase(sVal) contains sLowSearch))) Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Move (SerializeRowID(GetRowID(iFile)))&nbsp; to aSuggestions[iRow].sRowId<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Move (Trim(sVal))&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  to aSuggestions[iRow].aValues[0]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Increment iRow<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b><font color="#0000cd">Send </font><font color="#b22222">OnSuggestionItemAdd </font>(&amp;aSuggestions)&nbsp;  <font color="#008000"> // &lt;&lt;&lt;----&nbsp; New event fired with proper record in buffer.</font></b> <br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Move (iRow &lt; iMax) to bContinue<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Send Request_Read of hoServer GT iFile iIndex<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Move False to bContinue<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Loop<br />
...</code><hr />
</div>Other private functions used in smFind Mode, should also perform the same...  <br />
<br />
Same feautre  could be added to Web and Column equivalent classes.  <br />
<br />
Appreciate any effort in trying to understand this request. <br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?26-Windows-Applications">Windows Applications</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73200-dbSuggestionForm-New-Event-request-OnSuggestionItemAdd-or-something-like-that</guid>
		</item>
	</channel>
</rss>
