-
SSO Timeout 2-24-2011 9-54-44 AM.jpg
-
SSO Timeout 2-24-2011 9-54-44 AM.jpg
-
SSO Timeout 2-24-2011 9-54-44 AM.jpg
-
SSO Timeout 2-24-2011 9-54-44 AM.jpg
-
SSO Timeout 2-24-2011 9-54-44 AM.jpg
-
In Windows 7 fields behind grid did not have focus when click on datetime picker first.
I have a form as shown in the attachment... When I open a form in windows 7, click on any date picker field on the form, and select a date. After I selected a date; I cannot use the mouse to enter any fields behind the grid. To get the focus; I click Show Grid button and select a row from the grid, and I am able to enter…
-
If Engine and Database servers are even a second apart, timed loopback actions repeat erronously
I've been following how timed actions work for many, many years now. It has wavered a bit, but it keeps to the design we originally had: If the time of a loopback action is not in the future, it is ignored on a loopback action. This prevents the same timer going off forever. In version 9, this seems to have been broken by…
-
Text field left padding
Hi, I have a text form field that needs to be 5 characters long, I figure that a on field exit event would be the best choice to have a client script that will achieve this. I have done a search and found on MSDN a Pad Left (MyString.PadLeft(20, "-"c) string function that will do what I want but when I put it into the…