PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → HDescribeFile and HDescribeItem on Android
HDescribeFile and HDescribeItem on Android
Iniciado por HECTOR, abr., 06 2017 12:14 PM - 1 resposta
Membro registado
26 mensagems
Publicado em abril, 06 2017 - 12:14 PM
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?
Publicado em abril, 06 2017 - 2:48 PM
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?