<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 May 2015 13:19:00 Z</lastBuildDate><pubDate>25 May 2015 14:05:00 Z</pubDate><description>Hi all,&#13;
&#13;
I am learning Windev Mobile and currently playing around with the Android order management sample. There I changed the description of one data file, which is defined as "HyperFileFSQL Classic" in the analysis.&#13;
&#13;
WM does not seem to be able to modify the file structures automatically like in Windev with HFSQL files, so, when I am launching the test "Go", I get an error stating&#13;
"Unable to create the data files native SQLite error. Error Number = 20" ...etc.&#13;
&#13;
When I check the app's exe directory, the files actually seem to be in some ".db" file, which obviously is a SQLite database? There are no .FIC files in this directory.&#13;
&#13;
Tutorial says that the data modifications can be done using replication? Online help says, that replication is available from version 19 on...(my WM is 18). Is this correct also for the structure changes of the files?&#13;
&#13;
1. How can I manage the data structure modifications (changes in analysis) in an Android device using SQLite db?&#13;
&#13;
2. Would it be possible to use HFSQL instead of SQLite in Android? How?&#13;
&#13;
3. What would be the advantages and disadvantages between SQLite and HFSQL in Android?&#13;
&#13;
Best regards&#13;
Ola</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp</link><title>[WM18] How to modify data structure in Android?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52396/read.awp</comments><pubDate>29 May 2015 13:19:00 Z</pubDate><description>Thank Darren,&#13;
&#13;
Seems to be just another "half-baked" Windev-feature this HModifyStructure()!&#13;
Maybe it would be better to defi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52396/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52396/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52362/read.awp</comments><pubDate>28 May 2015 15:45:00 Z</pubDate><description>Ola,&#13;
&#13;
Perhaps remove with HDeleteLink and then re-add with HAddLink?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52362/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52362/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52342/read.awp</comments><pubDate>27 May 2015 21:16:00 Z</pubDate><description>Hi Stefan,&#13;
&#13;
Thanks for the heads-up.&#13;
&#13;
So the next question: how do I update the links, if necessary?&#13;
&#13;
Best regards&#13;
Ola</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52342/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52342/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52336/read.awp</comments><pubDate>27 May 2015 16:12:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
take care, afaik HModifyStructure() only updates the structure of files, NOT the links between the files !</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52336/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52336/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52331/read.awp</comments><pubDate>27 May 2015 11:21:00 Z</pubDate><description>Hi ICI, Fabrice,&#13;
&#13;
I am now a bit wiser, thank you.&#13;
&#13;
In my WD ERP I have used WDModfic and started it with a parameter in the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52331/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52331/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>Willian Fernando</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52321/read.awp</comments><pubDate>26 May 2015 20:37:34 Z</pubDate><description>If SQLite You can use this before the main connection&#13;
[code:wl]&#13;
ctConn is Connection&#13;
ctConn..Source = fDataDir + "/" + "pegas…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52321/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52321/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52308/read.awp</comments><pubDate>26 May 2015 14:52:00 Z</pubDate><description>Hi Ola&#13;
&#13;
1. in my experience, yes, as it is rare to have more than a few files for a mobile application&#13;
&#13;
2. of course it does…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52308/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52308/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52299/read.awp</comments><pubDate>26 May 2015 11:07:00 Z</pubDate><description>Hi Ola&#13;
&#13;
1.&#13;
a) For mobile: I make connection first and create button to start hmodifystructure()&#13;
b) For PC: I start applicati…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52299/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52299/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52297/read.awp</comments><pubDate>26 May 2015 10:47:00 Z</pubDate><description>Fabrice (et al),&#13;
&#13;
One question more about hModifyStructure:&#13;
&#13;
1. Is it Ok to just run hmodifyStructure routinely in the initi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52297/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52297/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52296/read.awp</comments><pubDate>26 May 2015 10:35:00 Z</pubDate><description>Hi Yogi.&#13;
&#13;
WM18 support HF on Android.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52296/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52296/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52290/read.awp</comments><pubDate>26 May 2015 06:00:00 Z</pubDate><description>Quote&#13;
Fabrice Harari&#13;
&#13;
2. Yes, delcare them as HF in the analysis&#13;
In which version of WM is HF supported in Android?&#13;
&#13;
I am …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52290/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52290/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52287/read.awp</comments><pubDate>25 May 2015 23:15:00 Z</pubDate><description>Hi Fabrice&#13;
&#13;
Thank you.&#13;
&#13;
best regards&#13;
Ola</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52287/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52287/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52278/read.awp</comments><pubDate>25 May 2015 14:46:00 Z</pubDate><description>Hi Ola&#13;
&#13;
first, you need to upgrade your windev mobile... There are so many changes in OS and functionsthat you need to keep cu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52278/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android-52278/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52274-wm18-how-modify-data-structure-android/read.awp">[WM18] How to modify data structure in Android?</source><title>Re: [WM18] How to modify data structure in Android?</title></item></channel></rss>
