Hi,
in a form I have defined a numeric field with the format time (HH: MM: SS). I can not enter values, after entering eg 00:00:10 or 00:10:00 the value after saving is always set to zero.
I use TapForms 4.0 (278), ios 8.3 with iphone 4s, German Language.
Best regards, Carsten
Hi Carsten,
It must be something to do with the decimal point. I intercept the decimal point and insert a : character. Do you see the colon substitution?
I’ll have to do some tests in German.
Sorry for the trouble.
Thanks,
Brendan
Hi Brendan,
many thanks for the quick response. No matter in which format data is recorded, nothing is ssaved. I have tried 01:15:25, 01,15,15 or 1.15, nothing is saved.
Regards, Carsten
Attachments:
You must be
logged in to view attached files.
Hi Carsten,
Here’s the problem with my code:
if ([string isEqualToString:@"."]) {
I’m checking for the “.” character. Your number pad generates a “,” character.
I’ll fix that.
Ok. I’ve fixed this bug for the 4.0.2 update. 4.0.1 for iPhone is still waiting for a review. 4.0.1 for iPad was just reviewed and approved today. I also released it.
Hi Brenden,
thank you,
Carsten