PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → HDescribeFile and HDescribeItem on Android
HDescribeFile and HDescribeItem on Android
Débuté par HECTOR, 06 avr. 2017 12:14 - 1 réponse
Membre enregistré
26 messages
Posté le 06 avril 2017 - 12:14
Hello, I want to use a custom Data Source object in order to manage data I'm creating at runtime. HDescribeFile and HDescribeItem functions are perfect for me because with them I could define a file in my Analysis and then make a Data Source based on this file, but this functions aren't avaliable on Android.

Exist any alternative to achieve this?
Posté le 06 avril 2017 - 14:48
Hi Hector,

personally, for everything custom, I'm using a NAME=VALUE pair system
stored in text memo in the DB.

This (and a few classes) allow me to store ANYTHING when I want it. So I
can store everything in ONE file if I want.

If I need rapid access, I add a generic index file in the analysis, and
manage it's content and what's it pointing to by code...

The clParam class in WXReplication uses that technique to store any
parameters I need, the WXreplication class also uses it to create the
transfer packets.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 4/6/2017 à 4:14 AM, HECTOR a écrit :
Hello, I want to use a custom Data Source object in order to manage data
I'm creating at runtime. HDescribeFile and HDescribeItem functions are
perfect for me because with them I could define a file in my Analysis
and then make a Data Source based on this file, but this functions
aren't avaliable on Android.

Exist any alternative to achieve this?