Form Date Input Cannot Be Type Date
I have a form that requires the client to input two dates. But when I attempt to create a variable called

PrecipBeginMonth, the software complains that I cannot create a variable of type "DateTime" for this form?
Then, what should it be set at for it to acknowledge that my records are of type date?
Walter
0
-
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 -
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 -
Sylvia,
Interesting work around. And thanks for responding back.
Appreciate it....Walter0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare