I created an application for android with mobile Windev and in this application.
I have an order entry system. To do this I use an array variable to store in memory all customer orders before recording them at the last moment in the database HyperFile classic .
I was asked to change this way of doing it rather through temporary tables. So I documented including HDescribeFile () unfortunately it is not functional for android.
I use windev mobile 20 and windows 7. I think it is highly possible, but how? I still lose a little so I need your help. How to create a classic hf temporary file WM for android?
Thank you
Did you try this function HDescribeFile(), with HDescribeItem() ?