-
V9 SR2 Select a row in read-only grid with null date
I have a readonly grid with several columns. Two columns are DateTime type. When the user selects a row I set a local variable using ProcessContext.UserInput[1]. When either of the date fields are null it doesnt set the local variable. If both dates are not null it sets the local variable as expected. Has anyone seen this?
-
Force passwrod change.
All, My company is currently in the process of getting SSAE16 certified, and it has been pointed out that our passwords process in not secure enough. I was wondering if there is a way to force a user to change their password after the first time they log in. Thanks.
-
Mstm.WriteToFile method
how this method will handle writing to file when we set engine to couple of threads and same events (which fires same function that write to same file) will occure in same time? when we use this function in exe application and run it twice - second instance of application will throw exception that says file is in use.