<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Windev Forum - WinDev Solutions</title>
        <description>You\\\re invited to publish solutions to any WinDev problems here. Simple or tricky, whatever.</description>
        <link>https://www.wxforum.info/list.php?27161</link>
        <lastBuildDate>Thu, 18 Jun 2026 19:52:13 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,799387,799387#msg-799387</guid>
            <title>Any windev 28 dongle for sale</title>
            <link>https://www.wxforum.info/read.php?27161,799387,799387#msg-799387</link>
            <description><![CDATA[ Any one have windev 28 dongle for sale , possible trade also]]></description>
            <dc:creator>Jojo K</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 16 Jun 2026 12:15:38 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,799185,799250#msg-799250</guid>
            <title>Re: Printing/sending invoices with correct line sequence</title>
            <link>https://www.wxforum.info/read.php?27161,799185,799250#msg-799250</link>
            <description><![CDATA[ Thanks for your comments Al, much appreciated. Totally agree with all of it, especially your first sentence!]]></description>
            <dc:creator>Mike James</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Sat, 02 May 2026 00:23:41 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,799185,799244#msg-799244</guid>
            <title>Re: Printing/sending invoices with correct line sequence</title>
            <link>https://www.wxforum.info/read.php?27161,799185,799244#msg-799244</link>
            <description><![CDATA[ Hello Mike,<br />
<br />
Over the years I have found Windev functions that work perfectly and those that don&#039;t as I am sure you have.<br />
One function that randomly causes issues for me is the For Each construct, especially if you do some process inside the loop so now I never use it.<br />
<br />
For an invoice, I load all the line records into a memory table with an incrementing numeric counter field, then sort the table on the counter field and use it to supply the body section of the invoice report.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 30 Apr 2026 02:32:27 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,799185,799243#msg-799243</guid>
            <title>Re: Printing/sending invoices with correct line sequence</title>
            <link>https://www.wxforum.info/read.php?27161,799185,799243#msg-799243</link>
            <description><![CDATA[ Option 3 worked in development but not in production. Error: &lt;fieldname&gt; unknown. A small change fixed it:<br />
<br />
&quot;ON LineNumber&quot; (a field name from the table/data source) replaced by &quot;ON sFieldName&quot; (a string containing the fieldname).<br />
<br />
It&#039;s not the first time we&#039;ve had to make a similar change.]]></description>
            <dc:creator>Mike James</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 30 Apr 2026 02:19:29 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,799185,799185#msg-799185</guid>
            <title>Printing/sending invoices with correct line sequence</title>
            <link>https://www.wxforum.info/read.php?27161,799185,799185#msg-799185</link>
            <description><![CDATA[ I generate invoice as PDFs or files of various types, eg XML, CSV. I had trouble retaining the original line sequence as per the source transaction.<br />
<br />
Typically I scan a data source of invoice headers, and within the scan I filter another data source for all the invoice lines for that invoice, then scan those lines to generate the output:<br />
<br />
FOR EACH &lt;invoice header data source&gt;<br />
 - Using HFilter, filter the invoice lines data source for that invoice (ordered by invoice and linenumber)<br />
 -  FOR EACH &lt;invoice lines data source&gt;<br />
 -   -  Print the invoice report or create the output file<br />
<br />
I tried 3 different ways to filter the invoice lines data:<br />
<br />
1. FOR...EACH &lt;invoice lines data source&gt; - did not return the correct set of data, even though a display of the data source in the debugger showed the correct set of lines.<br />
<br />
2. WHILE HOut(&lt;invoice lines data source&gt;) - correct invoice set but the lines were in random order<br />
<br />
3. FOR EACH &lt;invoice lines data source&gt; where &quot;saleid = &#039;&quot; + &lt;invoice number data source&gt;.saleid + &quot;&#039;&quot; ON LineNumber<br />
<br />
#3 worked correctly. The &quot;where clause&quot; created the correct subset of data, and &quot;ON linenumber&quot; retained the correct line sequence.<br />
<br />
See [<a href="https://doc.windev.com/en-US/?1510013"  rel="nofollow">doc.windev.com</a>].<br />
<br />
This may be well known but not to me. Shared for anyone who can benefit!]]></description>
            <dc:creator>Mike James</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 19 Mar 2026 23:52:08 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,118845,798001#msg-798001</guid>
            <title>Re: C# example using WD 16 .NET assembly</title>
            <link>https://www.wxforum.info/read.php?27161,118845,798001#msg-798001</link>
            <description><![CDATA[ I would like for source code of your C# project and a bit help on my project for connecting HFSQL DB with asp .net web api]]></description>
            <dc:creator>DJ</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 16 May 2024 15:07:32 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,44188,797767#msg-797767</guid>
            <title>Re: How to make a treeview with parents</title>
            <link>https://www.wxforum.info/read.php?27161,44188,797767#msg-797767</link>
            <description><![CDATA[ can you please explain it more clear did not understood.. :(]]></description>
            <dc:creator>crowntb</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 08 Feb 2024 10:12:30 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797368,797595#msg-797595</guid>
            <title>Re: Available Windev Dongles for Sale (V21 and V26)</title>
            <link>https://www.wxforum.info/read.php?27161,797368,797595#msg-797595</link>
            <description><![CDATA[ Hi,<br />
<br />
I could use one. Lost mine moving to a new country :-(. Fortunately it was for personal learning in early stages and I&#039;m using something else at work.<br />
<br />
Do you have an email I can contact you on? Or you can contact me at harnek.remove_this_and_the_dots.sandhu at gmail.com<br />
<br />
Cheers,<br />
<br />
HS]]></description>
            <dc:creator>Harnek</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 23 Nov 2023 18:13:47 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,794412,797409#msg-797409</guid>
            <title>Re: How to Run a MS SQL Store Procedure and get the Value from it to a Variable</title>
            <link>https://www.wxforum.info/read.php?27161,794412,797409#msg-797409</link>
            <description><![CDATA[ Hey there!<br />
If you have any queries about the store procedures of ms sql then you can check in to the official website of ms sql.]]></description>
            <dc:creator>blainephoebe</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 22 Aug 2023 12:29:41 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797368,797368#msg-797368</guid>
            <title>Available Windev Dongles for Sale (V21 and V26)</title>
            <link>https://www.wxforum.info/read.php?27161,797368,797368#msg-797368</link>
            <description><![CDATA[ Dear Windev Coders,<br />
<br />
I am selling my Windev dongle version 21 and version 26.<br />
Name your price.<br />
<br />
for interested you can message me directly..<br />
<br />
Ciao!]]></description>
            <dc:creator>mitchlove</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 09 Aug 2023 07:56:16 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,794412,797045#msg-797045</guid>
            <title>Re: How to Run a MS SQL Store Procedure and get the Value from it to a Variable</title>
            <link>https://www.wxforum.info/read.php?27161,794412,797045#msg-797045</link>
            <description><![CDATA[ Ok here goes,<br />
<br />
You make a new  connection  and execute it  see below:<br />
<br />
datasourcemyprocedure is Data Source<br />
<br />
if hopenconnection( your connectionvar) then<br />
Hcanseldeclaration(dsMyProcedure)<br />
<br />
IF HExecuteSQLQuery(dsMyProcedure,&quot;MyConnection&quot;, hQueryWithoutCorrection, &quot;dbo.sp_yourstored procedure @o_RKey out&quot;)  THEN<br />
<br />
//.o_RKey out is the variable you are gettting out of you sp<br />
the key = dsMyProcedure.o_RKey out<br />
<br />
hclose(dsMyprocedure)<br />
Hcloseconnection(your connectionvar<br />
else<br />
<br />
end]]></description>
            <dc:creator>renko</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 23 Mar 2023 10:46:56 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797038,797040#msg-797040</guid>
            <title>Re: lost password *.fic file HFSQL</title>
            <link>https://www.wxforum.info/read.php?27161,797038,797040#msg-797040</link>
            <description><![CDATA[ thank you for reply]]></description>
            <dc:creator>amiolodev</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 22 Mar 2023 18:48:08 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797038,797039#msg-797039</guid>
            <title>Re: lost password *.fic file HFSQL</title>
            <link>https://www.wxforum.info/read.php?27161,797038,797039#msg-797039</link>
            <description><![CDATA[ Sorry, there&#039;s no way to get at your lost password. Good luck!]]></description>
            <dc:creator>gpredl</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 22 Mar 2023 17:40:58 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797038,797038#msg-797038</guid>
            <title>lost password *.fic file HFSQL</title>
            <link>https://www.wxforum.info/read.php?27161,797038,797038#msg-797038</link>
            <description><![CDATA[ Hello everyone and Thank you in advance for the Help<br />
i forget my password for *.FIC files HFSQL server and i also lost the analyse  file for programming a new password for those FIC files, is there a way to retrieve the data ?  how i can resolve this problem ? X(]]></description>
            <dc:creator>amiolodev</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 22 Mar 2023 15:42:03 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,794412,797030#msg-797030</guid>
            <title>Re: How to Run a MS SQL Store Procedure and get the Value from it to a Variable</title>
            <link>https://www.wxforum.info/read.php?27161,794412,797030#msg-797030</link>
            <description><![CDATA[ Hi  we use that all the time.  It is not  realy complicated. I will see If I can get you some code . I can not copy past as the  software is commercial stuff. ok <br />
<br />
It is quite easy so  no worries . I will get back at you as i will have to  look at the source and make a bit of code for you ( none tracable to hou software . Ok <br />
<br />
<br />
regards<br />
<br />
Renko<br />
<br />
PS PCSoft help should be able to help you out as well]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Mon, 20 Mar 2023 22:56:06 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,797029,797029#msg-797029</guid>
            <title>api webservice REST  cals</title>
            <link>https://www.wxforum.info/read.php?27161,797029,797029#msg-797029</link>
            <description><![CDATA[ Hi I have been looking at webservices in windev and  I was wondereing if they do support : &quot;Asynchronous&quot; webserice  calls ?<br />
<br />
Any body  any Idea . I can not foind it on the help <br />
<br />
<br />
regards<br />
<br />
Renko Allard]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Mon, 20 Mar 2023 22:50:48 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,792820,796713#msg-796713</guid>
            <title>Re: HFSQL Export Tool for PostgreSQL, MySQL and MariaDB</title>
            <link>https://www.wxforum.info/read.php?27161,792820,796713#msg-796713</link>
            <description><![CDATA[ Hi,<br />
<br />
This tool can help my to migrate the data of my HFSL server to a new database in mysql ?<br />
<br />
<br />
Thanks a lot for sharing your work]]></description>
            <dc:creator>yoann</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 23 Nov 2022 16:46:03 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,32137,796473#msg-796473</guid>
            <title>Re: Printing labels on a Zebra LP 2844 using Zebra EPL</title>
            <link>https://www.wxforum.info/read.php?27161,32137,796473#msg-796473</link>
            <description><![CDATA[ The thermal transfer label market is made of sales connected with thermal airport transfer label products by entities<br />
<br />
The <a href="https://www.thelabelstock.com/"  rel="nofollow">Thermal Paper</a> market is made of sales regarding thermal transfer label equipment by entities (organizations, lone traders, and partnerships) which produce long-lasting in addition to durable photos on lots of materials. Thermal transfer labels refer to a ribbon that may be printed through a thermal copy printer where, at that point on the print mind, a layer of ribbon is placed on top of the content label.<br />
<br />
The main varieties of printers in thermal transfer labels are desktop computer, industrial, plus mobile. Desktop thermal transfer printers are correct for long-term marking applications that should be used to get more than six months or uncovered to severe conditions for example chemicals, lighting, high temperature, or h2o. The several materials incorporate paper, polyester, polypropylene (pp), polyethylene (pe), along with other materials and are also used inside food as well as beverages, healthcare, tracking, logistics, plus transportation, conventional goods in addition to products, semiconductors &amp; technology, retail music labels, and additional end-users.<br />
<br />
The <a href="https://www.thelabelstock.com/"  rel="nofollow">Shipping Labels</a> market research report is one of a a line new reports in the Business Investigation Company to deliver thermal airport transfer label industry statistics, like thermal transfer label market global market size, regional shares, competitors having a thermal transfer label marketplace share, in depth thermal transfer label market segments, current market trends in addition to opportunities, and any additional data you would like to thrive in the thermal exchange label sector. This energy transfer label researching the market report delivers a whole perspective of creams, with a good in-depth analysis belonging to the current in addition to future scenario on the industry.<br />
<br />
The global thermal transfer labels market size is supposed to grow coming from $2. 41 million in 2021 to $2. 65 thousand in 2022 with a compound total growth quote (CAGR) of 10. 3%. The global thermal transfer label market size is supposed to grow in order to $3. 45 billion in 2026 with a CAGR regarding 6. 7%.<br />
<br />
Rapid growth while in the e-commerce sector is significantly causing the growth in the thermal airport transfer label marketplace. E-commerce comes from the exchanging of products creating an online business. It comprises of internet-based activities like product purchasing and marketing, as good as economic transactions. With the rise regarding online searching, there is often a greater demand for loads of labels in addition to packaging. As an example, according on the India Company Equity Base (IBEF), a great India-based federal agency, the e-commerce market is supposed to increase through $46. 2 billion within 2020 to $111. 40 billion in 2025 in fact it i expected to arrive $350 million by 2030. Thus, rapid growth while in the e-commerce market is travelling the growth on the thermal copy labels marketplace.<br />
<br />
Strategic partnerships would be the key trend gaining popularity inside <a href="https://www.thelabelstock.com/"  rel="nofollow">Thermal Labels</a> market. Major businesses operating while in the thermal shift label industry are undergoing partnerships to help reinforce their particular position. As an example, in January 2022, Brother Mobile Answers, a US-based issuer of energy transfer labeling, partnered having TEKLYNX, your US-based issuer of barcode name software alternatives. Through the following partnership, Brother delivers numerous industrial in addition to commercial thermal barcode name printers which are compatible along with TEKLYNX software solutions. Furthermore, in September 2021, Recognise Andy, your US-based innovator of narrow- in addition to mid-web printer and a finish equipment, combined with UPM Raflatac, your Finland-based energy transfer name provider. By way of this venture, both businesses would provide best-in-class handheld label printing methods to flexographic and also digital converters.<br />
<br />
In January 2019, TSC Automotive ID Technologies Co.,your Taiwan-based corporation operating within AIDC barcode name printing, acquired Diversified Labelling Answers Inc.,pertaining to an undisclosed total. With this specific acquisition, TSC expands its name portfolio while in the U. VERTS. market which consists of own printer manufacturing along with label changing facilities. Diversified Labelling Options, Inc. is usually a US-based corporation that products thermal shift labels.<br />
<br />
Major players while in the <a href="https://www.thelabelstock.com/"  rel="nofollow">Direct Thermal Labels</a> market tend to be 3M Company, Constantia Flexibles Number, CCL Market sectors Inc, Coveris Holdings VERTS. A, Henkel AG &amp; Co, Honeywell Worldwide Inc, Away from the coast Label in addition to Marketing Products LLC, LINTEC Firm, Multi-Color Firm, WS Packaging Group, TSC Automotive ID Technologies Co. Ltd.,Ricoh Holdings, Zebra Firm, SATO Number, and Avery Dennison Company<br />
<br />
North The united states was number one region in the thermal airport transfer label market in 2021. Asia pacific is supposed to be that fastest-growing region inside global energy transfer content label market in the forecast period. The locations covered while in the global energy transfer content label market report are Asia-Pacific, Traditional western Europe, Northern Europe, North america, South North america, Middle Far east and Africa.<br />
<br />
The locations covered while in the thermal shift label industry report tend to be Australia, South america, China, France, Germany, India, Indonesia, Japan, Russia, Southwest Korea, BRITISH ISLES, USA.<br />
<br />
The particular global energy transfer name market is actually segmented -<br />
<br />
1) By way of Material: Paper, Polyester, Polypropylene (PP), Polyethylene (PE), Others<br />
<br />
2) By way of Printer Sort: Desktop, Conventional, Mobile<br />
<br />
3) By way of End-User: Nutrition and Beverages, Healthcare, Pursuing, Logistics, plus Transportation, Conventional Goods in addition to Products, Semiconductor plus Electronics, Full price Labels, Others.]]></description>
            <dc:creator>paulapphillips</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 10 Aug 2022 09:02:16 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,794633,794633#msg-794633</guid>
            <title>WinDev LPR (DOS) Function</title>
            <link>https://www.wxforum.info/read.php?27161,794633,794633#msg-794633</link>
            <description><![CDATA[ Hello<br />
<br />
My solution will not work:<br />
For a exotic Labelprinter I have to send Binary data direct to the printer.<br />
I do this creating a File with the data. <br />
Then I create a DOS Batch file as follow:<br />
Cmd is string = &quot;c:\windows\system32\LPR.exe  -S &quot; + Computername + &quot; -P &quot; + Printername + &quot; &quot; + Filename + &quot; -ol&quot;<br />
an write it to my disk: fSaveText(&quot;C:\Temp\Batch.bat&quot;, Cmd)<br />
<br />
This Batch can I start manualy without any problems, it works.<br />
But unfortunately I am not able to start the batch by WinDev<br />
I tryed &#039;exerun&#039;, &#039;DDEstart&#039;  (DDEStart(&quot;C:\Temp\Batch.bat&quot;))<br />
whatever i try, it does&#039;nt work<br />
<br />
Anybody can help me ?<br />
<br />
Thanks in advance <br />
Erich]]></description>
            <dc:creator>erich45</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 30 Mar 2021 16:39:47 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,794412,794412#msg-794412</guid>
            <title>How to Run a MS SQL Store Procedure and get the Value from it to a Variable</title>
            <link>https://www.wxforum.info/read.php?27161,794412,794412#msg-794412</link>
            <description><![CDATA[ Hello everyone and Thank you in advance for the Help<br />
<br />
I have this stored procedure inside a Microsoft Sequel Database which gets me the Date and Time of the Server.<br />
<br />
Name of the Procedure: <b>Get_The_Date_And_Time</b><br />
<br />
<b>Structure of the Procedute</b><br />
<br />
<b><span style="color:#3300FF">CREATE PROCEDURE dbo.Get_The_Date_And_Time<br />
AS<br />
BEGIN<br />
  /* Procedure body */<br />
  DECLARE @Date_And_Time as date SELECT Date_And_Time = GETDATE();<br />
END</span></b><br />
<br />
<b>The result of the Procedure if executed is the following:<br />
Under the Column Name &quot;Get_The_Date_And_Time&quot; The result is the Following</b><br />
<br />
<b>2/8/2021 8:10:19 PM  &lt;-------- This is the Date and Time of the Server when the stored procedure is Executed</b><br />
<br />
<b>My question is:</b> <span style="color:#FF0000"><b>How can I run this store procedure from within WinDev or WebDev and put the result in a Variable, for Example varServerDate</b>.</span><br />
<br />
<b>I have tried different things HExecuteProcedure() This does not work with ODBC Connection<br />
I Have tried with HExecuteSQLQuery Get errors<br />
I have tried SQLExec got errors too</b><br />
<br />
Nothing works<br />
<br />
<b>I would really appreciate it you can give me a hand on this and perhaps a code Example can be provided since I have no clue where to start.<br />
<br />
Thank you so Much<br />
<br />
Best regards,<br />
Carlos</b>]]></description>
            <dc:creator>MPD_For_Life</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 09 Feb 2021 02:32:41 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,44381,794273#msg-794273</guid>
            <title>Re: NOTE: This forum is for WinDev SOLUTIONS only, please, post your questions to the WinDev Forum!</title>
            <link>https://www.wxforum.info/read.php?27161,44381,794273#msg-794273</link>
            <description><![CDATA[ Sorry, posted in wrong forum, please ignore]]></description>
            <dc:creator>norfolk-reg</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 14 Jan 2021 15:13:21 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,792820,792820#msg-792820</guid>
            <title>HFSQL Export Tool for PostgreSQL, MySQL and MariaDB</title>
            <link>https://www.wxforum.info/read.php?27161,792820,792820#msg-792820</link>
            <description><![CDATA[ <a href="https://www.windev.at/downloads/HFSQLExport_Setup_32_1.0.1.0.exe"  rel="nofollow">HFSQLExport</a><br />
<br />
HFSQL analysis and data exports a SQL script for MySQL, MariaDB and PostgreSQL.<br />
<br />
Direct export for PostgreSQL is not ready, but can be done (needs time)<br />
<br />
If anyone wants to extend this little tool, sources are available at request.<br />
<br />
<img src="https://www.windev.at/downloads/HFSQLExport.png" class="bbcode" border="0" />]]></description>
            <dc:creator>apredl</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Mon, 03 Feb 2020 13:31:06 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,688338,688338#msg-688338</guid>
            <title>Replacement for IsNumeric()</title>
            <link>https://www.wxforum.info/read.php?27161,688338,688338#msg-688338</link>
            <description><![CDATA[ A few weeks ago I discovered that<br />
<br />
IsNumeric(&quot;02NST2&quot;) <br />
<br />
returns True. Well, I don&#039;t agree with this result.<br />
<br />
So I needed a workaround. And this is what I ended up with:<br />
<br />
MatchRegularExpression(&quot;02NST2&quot;,&quot;[0-9]+&quot;) -&gt; False<br />
<br />
HTH<br />
Sebastian]]></description>
            <dc:creator>Sebastian Arnold</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 09 Aug 2016 13:30:44 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,22800,174384#msg-174384</guid>
            <title>Re: Importing Data from Excel (XLS) file to HF</title>
            <link>https://www.wxforum.info/read.php?27161,22800,174384#msg-174384</link>
            <description><![CDATA[ gracias por tu aporte me dio mucha ayuda]]></description>
            <dc:creator>edmundo</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Wed, 02 Oct 2013 21:51:12 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,113185,149031#msg-149031</guid>
            <title>Re: Instructions for how to set up HFSQL C/S on 4 Linux distributions</title>
            <link>https://www.wxforum.info/read.php?27161,113185,149031#msg-149031</link>
            <description><![CDATA[ First, <br />
Thank you for this great tutorial. You need few changes with screen order but it is ok if we slowly reading and trying.<br />
<br />
Problem is with installation of HF Server. I am try with your tutorial on UBUNTU and SUSE. Same situation. You can see picture .<br />
<img src="http://img252.imageshack.us/img252/2641/problemt.jpg" class="bbcode" border="0" />[/img]<br />
<br />
Regards !]]></description>
            <dc:creator>ICI</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 28 Feb 2013 14:13:26 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,44188,145560#msg-145560</guid>
            <title>Re: How to make a treeview with parents</title>
            <link>https://www.wxforum.info/read.php?27161,44188,145560#msg-145560</link>
            <description><![CDATA[ Alexander,<br />
<br />
You are welcome. I am happy I can help as I am helped by others.]]></description>
            <dc:creator>Carlo Hermus</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Thu, 31 Jan 2013 16:28:01 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,44188,145296#msg-145296</guid>
            <title>Re: How to make a treeview with parents</title>
            <link>https://www.wxforum.info/read.php?27161,44188,145296#msg-145296</link>
            <description><![CDATA[ thank you for your post very much!!! I spent a lot of time to search a solution.]]></description>
            <dc:creator>Alexander S.</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Sun, 27 Jan 2013 21:00:49 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,32137,130373#msg-130373</guid>
            <title>Re: Printing labels on a Zebra LP 2844 using Zebra EPL</title>
            <link>https://www.wxforum.info/read.php?27161,32137,130373#msg-130373</link>
            <description><![CDATA[ Thanks, thanks, many thanks.]]></description>
            <dc:creator>Marcelo Brazil</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Sat, 12 May 2012 18:16:55 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,17295,127059#msg-127059</guid>
            <title>Re: Getting the current decimal separator from Windows</title>
            <link>https://www.wxforum.info/read.php?27161,17295,127059#msg-127059</link>
            <description><![CDATA[ Or you could read the registry:<br />
<br />
Info(RegistryQueryValue(&quot;HKEY_CURRENT_USER\Control Panel\International\&quot;,&quot;sMonDecimalSep&quot;])<br />
<br />
the ] = ) otherwise example show a :)<br />
<br />
Cheers<br />
Tor-Bjarne]]></description>
            <dc:creator>Tor-Bjarne</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Mon, 19 Mar 2012 22:31:35 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,18895,122894#msg-122894</guid>
            <title>Re: MSSQL4WDEng</title>
            <link>https://www.wxforum.info/read.php?27161,18895,122894#msg-122894</link>
            <description><![CDATA[ Link is broken.]]></description>
            <dc:creator>Luiz Menezes &amp;lt;img src=&amp;quot;images/world-s.png&amp;quot; class=&amp;quot;global&amp;quot; alt=&amp;quot;Global User&amp;quot; title=&amp;quot;Global User&amp;quot; /&amp;gt;</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Fri, 03 Feb 2012 14:08:54 +0100</pubDate>
        </item>
    </channel>
</rss>
