<?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 mobile Solutions</title>
        <description>You\\\re invited to publish solutions to any WinDev mobile problems here. Simple or tricky, whatever.</description>
        <link>https://www.wxforum.info/list.php?27163</link>
        <lastBuildDate>Tue, 17 Mar 2026 04:09:29 +0100</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794345,797152#msg-797152</guid>
            <title>daniel.bourdet875@orange.fr</title>
            <link>https://www.wxforum.info/read.php?27163,794345,797152#msg-797152</link>
            <description><![CDATA[ Bonjour<br />
Exemple du code<br />
Merci]]></description>
            <dc:creator>daniel.bourdet875@orange.fr</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Tue, 02 May 2023 07:04:42 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794347,794347#msg-794347</guid>
            <title>Paging table displayed with FileToMemoryTable</title>
            <link>https://www.wxforum.info/read.php?27163,794347,794347#msg-794347</link>
            <description><![CDATA[ Hello,<br />
<br />
Our project for Database Management need new feature that is paging (Display table throught selected page) for table. is anyone have knowlage about it, for reminder our table is displayed with BuildBrowsingTable and FileToMemoryTable. We are a bit confused how to do this with table displayed with FileToMemoryTable, because the table is automaticly fill by it self with the data on datafile.<br />
<br />
Best Regard Kevin]]></description>
            <dc:creator>Hafizh Kevin</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Fri, 29 Jan 2021 07:43:00 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794345,794345#msg-794345</guid>
            <title>Import Excel File To Windev Mobile</title>
            <link>https://www.wxforum.info/read.php?27163,794345,794345#msg-794345</link>
            <description><![CDATA[ Hello,<br />
<br />
Is there a way to import file from excel in Windev Mobile? I have read some documentation on help.windev about exporting file, but there no compatible function for WM to import file from excel, is there a way to do this?<br />
<br />
Best Regard,<br />
Kevin]]></description>
            <dc:creator>Hafizh Kevin</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Thu, 28 Jan 2021 07:17:42 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794310,794310#msg-794310</guid>
            <title>Similiar function for BuildBrowsingTable and FileToMemoryTable</title>
            <link>https://www.wxforum.info/read.php?27163,794310,794310#msg-794310</link>
            <description><![CDATA[ Hello,<br />
<br />
In Windev Mobile, is there a function similar to BuildBrowsingTable and FileToMemoryTable to display the contents of the analysis file.<br />
<br />
Our team is assigned to create applications that can be run using Android. The display will be created in a single window to manage the database, where the table that is displayed must be flexible following the contents of the datafile.<br />
<br />
This project will be divided into 3 parts:<br />
1. On the right, there is a table that can display a list of files in the analysis with field names and descriptions. In this section it is desired that this section can be shrunk and returned as it is on some websites)<br />
2. At the top right will display a table that can adjust according to the datafile selected in case 1 (the field must match the selected datafile). We found the * BuildBrowsingTable * function to display column and column names in the table and * BuildBrowsingTable * to display the contents of the corresponding datafile, but this function is not compatible with Windev Mobile.<br />
3. In the lower right part will display and fill in data according to the data selected in case 2, and can manage data, namely add, change, and delete.<br />
<br />
We have tried to build an application with BuildBrowsingTable and BuildBrowsingTable that can be run in a simulator but cannot run on a tablet.<br />
<br />
We really hope that there are suggestions and input that can help us in completing this project. Thank you for reading the thread<br />
<br />
Best Regard,<br />
Hafizh Kevin]]></description>
            <dc:creator>Hafizh Kevin</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Thu, 21 Jan 2021 05:15:29 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794261,794297#msg-794297</guid>
            <title>Re: Get data from FileToMemoryTable to manage datafile</title>
            <link>https://www.wxforum.info/read.php?27163,794261,794297#msg-794297</link>
            <description><![CDATA[ Hello<br />
<br />
We able to create flexible table, it will display table and column from difrent datafile. We are using BuildBrowsingTable to display column and FileToMemoryTable to display the record. The table control will adjust itself acording datafile we select. But it will cause problem when we try manage the data on the table (add, modify, delete)<br />
<br />
FOR i = 1 TO arrAdd.Count()<br />
q.arrAdd = edt<br />
END<br />
<br />
Note : q (datafile), arrAdd (is column on table) and edt (Edit Control value)<br />
<br />
unfortunately it not allow us use &quot;.&quot; on this line<br />
<br />
q.arrAdd = edt // &#039;.&#039; operator not allowed on Unicode String Element<br />
<br />
Any advice, how to fix this?]]></description>
            <dc:creator>Hafizh Kevin</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Mon, 18 Jan 2021 04:52:51 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,794261,794261#msg-794261</guid>
            <title>Get data from FileToMemoryTable to manage datafile</title>
            <link>https://www.wxforum.info/read.php?27163,794261,794261#msg-794261</link>
            <description><![CDATA[ Hi,<br />
<br />
We have a project, to create database manager on windev mobile for android. first we have to be able select master data or transaction data on table control (We use pane to do this).<br />
<br />
After that we have to display it on other table control on difrerent window to display record on datafile (We use FileToMemoryTable for this).<br />
<br />
Then after the record displayed, we must be able display record information on description section (not a table control) flexibly and dynamicly from diferent datafile (datafile Job has 3 column id, name, and detail and datafile employee has 5 column id, first_name, last_name, email, contact) and there will be action to add, modify, or delete the record<br />
<br />
We now stuck on how to be able display information in description section flexibly and dynamicly from diferent datafile?<br />
<br />
We apriciate your help<br />
<br />
Regard<br />
Kevin]]></description>
            <dc:creator>Hafizh Kevin</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Wed, 13 Jan 2021 04:09:59 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,781788,789415#msg-789415</guid>
            <title>Re: Infinite progress bar</title>
            <link>https://www.wxforum.info/read.php?27163,781788,789415#msg-789415</link>
            <description><![CDATA[ The app keep crash when I using progress bar and thread . at the end I using static image visibility  .]]></description>
            <dc:creator>ccc2</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Sat, 01 Sep 2018 09:43:20 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,785598,785598#msg-785598</guid>
            <title>Massive Bug with Password field</title>
            <link>https://www.wxforum.info/read.php?27163,785598,785598#msg-785598</link>
            <description><![CDATA[ I hope I&#039;m not spreading alarm and I hope someone will prove me wrong. I am using WebDev for this example.<br />
<br />
I have a Password field so there is no opportunity to capitalize anything automatically. In code I say If edt_password = &quot;whatever&quot; then = is a STRICT comparator.<br />
<br />
The edt_password field is NOT linked to anything.<br />
<br />
The code does exactly what it does and rejects anything not allowed.<br />
<br />
However .... When the password screen is redisplayed after the error message and you check the contents of the field using the eye and the debugger it has in it &quot;Whatever&quot; and NOT &quot;whatever&quot;.<br />
<br />
In other words when a Password field is redisplayed it appears to have the first letter capitalized.<br />
<br />
How can that be? Or has Windows stored the capitalized version?<br />
<br />
I do nothing when the window is resdiplayed other than literally drop out of the code and something is redisplaying the window. Is that WebDev or Windows? Because whichever it is, is causing the first letter to be capitalized.]]></description>
            <dc:creator>John Fligg</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Tue, 06 Feb 2018 11:58:31 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,783068,783068#msg-783068</guid>
            <title>One website with multiple domains</title>
            <link>https://www.wxforum.info/read.php?27163,783068,783068#msg-783068</link>
            <description><![CDATA[ Good morning all. I currently have 6 websites that I am rewriting in WB. It would be a good idea if they were all one and controlled using a database, so I am using a Dynamic AWP site.<br />
<br />
Is it possible to have multiple Index pages with each one accessed by a different domain name?<br />
<br />
Once that index page has been launched the other sites will be almost identical and any variations controlled by the back end database.<br />
<br />
Many thanks<br />
<br />
John]]></description>
            <dc:creator>John Fligg</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Thu, 19 Oct 2017 11:33:26 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,781788,781788#msg-781788</guid>
            <title>Infinite progress bar</title>
            <link>https://www.wxforum.info/read.php?27163,781788,781788#msg-781788</link>
            <description><![CDATA[ Hi, I am having trouble implementing an Infinite Progress Bar.<br />
<br />
I am trying ThreadExecute to open a Sister Window but having no success. Basically I need to find out how to make the progress bar animate.<br />
<br />
Does anyone have a small app demonstrating how to do this or explain the logic of what needs to be done.<br />
<br />
I do wonder if what I am actually trying to do is complicating this.<br />
<br />
In my Login Window based on a response I then want to display a progress bar while a daisy chain of procedures run (including accessing a remote server) and show the progress bar animated while all this happens in the background.<br />
<br />
I hope this makes sense. Thanks so much in anticipation.<br />
<br />
John]]></description>
            <dc:creator>John Fligg</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Thu, 17 Aug 2017 11:33:11 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,777630,777630#msg-777630</guid>
            <title>Open PDF file when WebDev page opens</title>
            <link>https://www.wxforum.info/read.php?27163,777630,777630#msg-777630</link>
            <description><![CDATA[ I have a standard WebDev Dynamic Page and want to open a PDF file when the page has opened:<br />
<br />
IF gsPDFName &lt;&gt; &quot;&quot; THEN<br />
	FileDisplay(gsPDFName, &quot;application/pdf&quot;)<br />
END<br />
<br />
However wherever I put the code either the opening of the page takes precedent or the opening of the file does.<br />
<br />
How can I open the page and when loaded open the PDF file please?<br />
<br />
BTW OnLoad does not work.<br />
<br />
Thx.]]></description>
            <dc:creator>John Fligg</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Mon, 20 Feb 2017 15:04:00 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,166668,166668#msg-166668</guid>
            <title>Clarion and WinDevMobile</title>
            <link>https://www.wxforum.info/read.php?27163,166668,166668#msg-166668</link>
            <description><![CDATA[ For those clarioneers,<br />
I hope you can give tips on this simple small project.<br />
<br />
I only have 2 files:<br />
<br />
Order header<br />
- OrderHeaderID<br />
- OrderDate<br />
- CustomerName<br />
- ContactNo<br />
- Notes<br />
- BalanceBF<br />
- Total<br />
- AmountPaid<br />
- Balance<br />
<br />
<br />
Order Detail<br />
- OrderHeaderID<br />
- OrderDetailID<br />
- ProductName<br />
- Qty<br />
- SellingPrice<br />
- Amount<br />
<br />
<br />
<br />
I have created a clarion software to keep all the customer and product database in tps as well as have orderheader and order detail in tps too.<br />
<br />
My task is:<br />
<br />
1.  to create a daily order records for each customers with preloaded product list with selling price accordingly.<br />
2. transfer this data to a SQLite data.<br />
3. transfer this sql data to a tablet running on android jelly bean 4.1<br />
4. the user will key in the value such as product qty and amount paid and save it.<br />
5. the system should retrieve those data from tablet and transfer into the clarion software via sql lite odbc<br />
<br />
Now, i have created windev mobile 17 windows for order list, order form and order detail form.<br />
<br />
Order list will show the order header records.after selecting the order, it will open the order form. My problem starts here, <br />
a) I dont know how to link the child looper (order detail) which is populated in the order form linked to order header.<br />
b) where is the data located in the tablet? how to retrieve it?<br />
c) i have read the article that i need to create hypersql in analysis but convert it into sql lite via code. is it necessary?<br />
<br />
please help<br />
thanks in advance<br />
jason]]></description>
            <dc:creator>JasonSixface</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Thu, 18 Jul 2013 17:54:52 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,157119,157119#msg-157119</guid>
            <title>How to enable USB debugging in Android 4.2 and 4.2.2 and 6.0</title>
            <link>https://www.wxforum.info/read.php?27163,157119,157119#msg-157119</link>
            <description><![CDATA[ This count for Nexus 7 and may count for others as well.<br />
<br />
Normally you go to settings / Applications / Development / USB debugging  but from Android 4.2 the Development part is hidden.<br />
You unhide it this way:<br />
Go to Settings / About phone.<br />
Find the Build number<br />
now Tab on Build Number repeatedly about 7 times.<br />
After touching 7 times you see a message &#039;You are now a developer&#039; and the developer menu is back. It is found in Settings / System.<br />
<br />
<b>2016:</b><br />
Now it is Huawei P8 lite with Android 6.0, and you still have to unhide the developer menu. <br />
Go to settings / About the phone and tab on Build number (Versionnummer in Danish) 10 times. The developer menu is now found in Settings.<br />
<br />
Best regards<br />
Viggo Poulsen]]></description>
            <dc:creator>Viggo Poulsen</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Tue, 07 May 2013 07:30:11 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27163,153139,153139#msg-153139</guid>
            <title>This forum is for SOLUTIONS only!!! For problems, please post to general &#039;WinDev Forum&#039; !!</title>
            <link>https://www.wxforum.info/read.php?27163,153139,153139#msg-153139</link>
            <description><![CDATA[ Hi,<br />
please, post all problems to the general &#039;WinDev Forum&#039; but NOT here! This forum is only for posting of any solutions to problems with WinDev mobile.<br />
<br />
A *solution* is something you found, developed etc in order to solve a certain problem pertaining to WinDev mobile.<br />
<br />
<b>Post your *PROBLEM* (= you&#039;re seeking for help) on the general WinDev Forum [<a href="http://27130.foren.mysnip.de/list.php?27131"  rel="nofollow">27130.foren.mysnip.de</a>] !!</b><br />
<br />
We will move any problem-posts to the general WinDev forum without further notification!<br />
<br />
Regards,<br />
Guenter]]></description>
            <dc:creator>GuenterP</dc:creator>
            <category>WinDev mobile Solutions</category>
            <pubDate>Sat, 06 Apr 2013 10:44:33 +0200</pubDate>
        </item>
    </channel>
</rss>
