Hoppa till huvudinnehållet

Form Date Input Cannot Be Type Date

Kommentarer

3 kommentarer

  • Permanently deleted user
    an annoying bug in geocortex workflow, I assume your prcipbeginMonth variable is a date/time. 

     

    The way I got around this was by editing the xml file in notepad.

     

    ensure this line says something like this <OutArgument x:TypeArguments="s2:DateTime">[PrecipBeginMonth]</OutArgument>

     

    e.g remove any "nullable" field <OutArgument x:TypeArguments="s3:Nullable(s3:DateTime)">[vDate]</OutArgument>
    0
  • Permanently deleted user
    My mistake - It is actually the variable in the xml file - I had to change it today so I tested it.

     

    <Variable x:TypeArguments="s3:Nullable(s3:DateTime)" Name="PrecipBeginMonth]" />

     

    should be 

     

    <Variable x:TypeArguments="s3:DateTime" Name="PrecipBeginMonth]" />

     

    at least - this is the issue I have and I think is now fixed in newer versions of GE. The issue I have now is I want a nullable date field yet I am removing the variable for nullable - perhaps it is not compatible in the version I use.

     

     
    0
  • Permanently deleted user
    Sylvia,

     

    Interesting work around. And thanks for responding back. 

     

    Appreciate it....Walter
    0

Du måste logga in om du vill lämna en kommentar.