This topic is locked
[SOLVED]

 Confirm in recording locking

1/23/2011 11:56:42 AM
ASPRunnerPro General questions
G
GerryT author

In locking.asp I can find the text that it prints for :
this_object.ConfirmTime = 420

this_object.UnlockTime = 470

Dim var_SESSION

this_object.ConfirmAdmin = "Administrator %s aborted your edit session"

this_object.ConfirmUser = "Your edit session timed out"

this_object.LockAdmin = "Record is being edited by %s for %s minutes"

this_object.LockUser = "Record is edited by another user"
but I am unable to find the text it prints "Confirm" to the user once they hit the ConfirmTime. Can you tell me where that is located so I can change the text.
thanks

Sergey Kornilov admin 1/23/2011

Most messages can be found in C:\Program Files (x86)\ASPRunnerPro6.3\lang\English.lng.
You can change message there and then rebuild the project.

G
GerryT author 1/24/2011



Most messages can be found in C:\Program Files (x86)\ASPRunnerPro6.3\lang\English.lng.
You can change message there and then rebuild the project.


thanks, issue resolved.