When I sign in with one user, the date shows with only the calendar to the right of the field and this works fine.
See attachment "calendar to the right".
When I sign in with the other user, the date shows with the calendar in the date field and to the right of the field.
See attachment "calendar in box and to the right".
How do I fix this?
Date field Different on different Users
-
- Profound User
- Posts: 29
- Joined: Wed Sep 08, 2021 1:01 pm
- First Name: Sunny
- Last Name: Krowski
- Company Name: United Cerebral Palsy Arkansas
- Phone: (501) 224-6067
- Address 1: 9720 N Rodney Parham Rd
- City: Little Rock
- State / Province: Arkansas
- Zip / Postal Code: 72227
- Country: United States
- Contact:
Date field Different on different Users
- Attachments
-
- calendar to the right.png (5.06 KiB) Viewed 17976 times
-
- calendar in box and to the right.png (5.85 KiB) Viewed 17976 times
-
- New User
- Posts: 16
- Joined: Mon May 08, 2017 11:51 am
- First Name: Lillie
- Last Name: Yarbrough
- Company Name: Profound Logic
- Contact:
Re: Date field Different on different Users
Hi Sunny,
I tested this on my end and was unable to reproduce the behavior that you've described here.
Please note that the date widget places a calendar icon inside of the date field widget (like you've shown in your second image named 'calendar in box and to the right.png) when the 'input type' property for the date widget is set to 'date'. Here is an example:
This property isn't user-specific, it shouldn't behave differently when signing on as a different user. If you'd like for your date field widget to use only the icon outside of the widget like shown in your image named 'calendar to the right.png', you'll want to remove the 'input type' property from the widget. You can easily remove the property by right-clicking and choosing 'Remove Property Value':
I hope that this helps!
I tested this on my end and was unable to reproduce the behavior that you've described here.
Please note that the date widget places a calendar icon inside of the date field widget (like you've shown in your second image named 'calendar in box and to the right.png) when the 'input type' property for the date widget is set to 'date'. Here is an example:
This property isn't user-specific, it shouldn't behave differently when signing on as a different user. If you'd like for your date field widget to use only the icon outside of the widget like shown in your image named 'calendar to the right.png', you'll want to remove the 'input type' property from the widget. You can easily remove the property by right-clicking and choosing 'Remove Property Value':
I hope that this helps!
Lillie Yarbrough
Technical Support Specialist
Technical Support Specialist
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Date field Different on different Users
The problem as I see it... all browsers handle "input type date" differently. The web standards aren't completely clear on how this should work, so they all do it their own way.
The little icon in the textbox looks like the one that Chrome puts there. By contrast, Firefox does not put an icon in the box, but it does bring up a date picker when you click on it. So my guess is that one user was running Firefox and the other Chrome.
Even if the browsers you use seem to work nicely, they don't comply with IBM's date field format, so it may not work correctly all of the time. If for some reason you really want to use "input type date" (for example, in a mobile app this works a lot better than Profound's date picker) then I would recommend making the screen field character so your program can reformat the date that's returned (if needed) and place it into the date field in the correct way.
But, my recommendation is to not use "input type date". Instead, remove the property (as Lillie explained) and instead change the "widget type" to "date field" so that you will use Profound's date picker. Or, use Genie's "detect date fields" feature.
The little icon in the textbox looks like the one that Chrome puts there. By contrast, Firefox does not put an icon in the box, but it does bring up a date picker when you click on it. So my guess is that one user was running Firefox and the other Chrome.
Even if the browsers you use seem to work nicely, they don't comply with IBM's date field format, so it may not work correctly all of the time. If for some reason you really want to use "input type date" (for example, in a mobile app this works a lot better than Profound's date picker) then I would recommend making the screen field character so your program can reformat the date that's returned (if needed) and place it into the date field in the correct way.
But, my recommendation is to not use "input type date". Instead, remove the property (as Lillie explained) and instead change the "widget type" to "date field" so that you will use Profound's date picker. Or, use Genie's "detect date fields" feature.
Who is online
Users browsing this forum: No registered users and 2 guests