<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 May 2017 16:00:00 Z</lastBuildDate><pubDate>13 May 2017 01:30:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm creating my first android app and everything works as expected while running from within WM. I generated the app for Android 6.0 and downloaded to my motorola android 7.0 phone. On my phone, I entered data into several config table with no issues. I then proceed to add to another table and I get a strange error. I'm using HFSQL tables with 8-byte Automatic ID (FreqDataHeaderID). The code is:&#13;
&#13;
IF HCreationIfNotFound(FreqDataHeader) = False THEN&#13;
Info("create err " + HErrorInfo(hErrFullDetails))&#13;
END&#13;
IF HReset(FreqDataHeader) = False THEN&#13;
Error("hreset " + HErrorInfo(hErrFullDetails))&#13;
END&#13;
&#13;
FreqDataHeader.StudentID = gnStudentID&#13;
IF HSave(FreqDataHeader) = False THEN&#13;
Error("hsave " + HErrorInfo(hErrFullDetails))&#13;
END&#13;
&#13;
Info("preopen " + FreqDataHeader.FreqDataHeaderID)&#13;
&#13;
This code is currently being run in the calling procedure for the edit screen. I've tried this in the end of init in the edit screen and get the same result. There is no preceding error.&#13;
&#13;
The error message on the phone is:&#13;
hsave Error code: !d!&#13;
Level: no error&#13;
&#13;
The "preopen" info message shows 0 for the headerID&#13;
&#13;
The only difference I can see between this table and the ones that do work is this table has a timestamp field set at creation and 2 time fields I set in code.&#13;
&#13;
Any suggestions would be greatly appreciated!&#13;
&#13;
Thanks, Bill</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error/read.awp</link><title>WM21 Weird HSave Error</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/60853-wm21-weird-hsave-error-solved-60860/read.awp</comments><pubDate>13 May 2017 16:00:00 Z</pubDate><description>Hi&#13;
&#13;
I confirm that timestamps are not supported in HF mobile, and I don't know if it's in the help or not&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error-solved-60860/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error-solved-60860/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error/read.awp">WM21 Weird HSave Error</source><title>Re: WM21 Weird HSave Error - SOLVED</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error-solved-60857/read.awp</comments><pubDate>13 May 2017 05:31:00 Z</pubDate><description>I've found the issue...I had a Timestamp field in several files including the Header file mentioned above. Once I changed that d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error-solved-60857/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error-solved-60857/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60853-wm21-weird-hsave-error/read.awp">WM21 Weird HSave Error</source><title>Re: WM21 Weird HSave Error - SOLVED</title></item></channel></rss>
