Joel_Eisenstat

Member

Last active [hidden]

  1. 3 years ago
    Tue May 19 10:08:36 2020
    Joel_Eisenstat started the conversation Creo/Postgres.

    Good morning,
    Could you check if there is a problem with inserting null into Postgres with Creo. I have an error for a date field when inserting a null value ( where date allows null's) . The formula works in Postico.
    ERROR: invalid input syntax for type date: "null"
    LINE 1: ...'base64')), "preferred" = $$false$$ , "expdate" = $$null$$ ...
    Thanks,

  2. 4 years ago
    Mon Mar 16 19:05:00 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    It seems to be associated with a date value and not being able to be converted to a string by CreoPlayer thus creating an error for value [0...9]. Ok for the simulator if that helps you
    BTW - Hope all is well with the Creo team , all ok here but headed to lockdown shortly.

  3. Sun Mar 15 11:42:08 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    Console.write(value.class); -----> anonymous closure , this gives the error
    Runtime Error
    Out of bounds error: second_index 9 beyond bounds 0...3
    What is anonymous closure ?

  4. Sat Mar 14 12:48:45 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    Ok I see that all objects cannot use String() but still cannot see why in CreoPlayer the CustomView45 doesn't follow through and use the computed property , whose value is a string .
    Anyways shut in for a few weeks, though not as strict as you have , so plenty of time to figure it out.

  5. Sat Mar 14 09:17:19 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    OK, under what conditions would a value cannot be converted to a string ?

  6. Fri Mar 13 17:07:31 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    Forced a string for value (2019-12-03 00:00:00)
    var d = String(value)
    date.text = d[0...9];
    and ok for simulator, but a differant runtime error for CreoPlayer Also works for CreoPlayer in loading a list for initial record but not the second, which generates an error.

  7. Fri Mar 13 16:55:45 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    test <Console.write(value.class)> shows String, repeatable
    Of course I can only use this test with the simulator not CreoPlayer where the runtime error occurs.

  8. Fri Mar 13 16:28:06 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    Ok will do that but in my testing I forced a string with String(value) and had the same results

  9. Fri Mar 13 09:33:27 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    2019-12-03

  10. Fri Mar 13 08:32:32 2020
    Joel_Eisenstat posted in CreoPlayer Runtime Error.

    Formatting the string - 2019-12-03 00:00:00

View more