-
When will I typically have to convert my data in KE/PV?
On Service Releases you don’t need to convert data but on a ‘point release’ or a ‘version release’ you usually do. Version release being v5, v6, v7, etc. Point release being v6.0, v6.1, v6.2, v6.3, etc. Service release being v6.2.0, v6.2.1, v6.2.2, v6.2.3, v6.2.4, etc. For Example: Going from v5.1.2 to v6.0.0 would require…
-
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.