Input Problem using numeric field

Viewing 4 reply threads
  • Author
    Posts
  • May 22, 2015 at 4:25 AM #13778

    Carsten
    Participant

    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

    May 22, 2015 at 11:26 AM #13783

    Brendan
    Keymaster

    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

    May 22, 2015 at 2:17 PM #13785

    Carsten
    Participant

    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.
    May 22, 2015 at 8:59 PM #13790

    Brendan
    Keymaster

    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.

    May 22, 2015 at 9:34 PM #13791

    Brendan
    Keymaster

    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.

    May 26, 2015 at 3:04 AM #13831

    Carsten
    Participant

    Hi Brenden,
    thank you,
    Carsten

Viewing 4 reply threads

You must be logged in to reply to this topic.