F
Francesco
Anybody can give me some indications about the code I need in order to have
the default "Form1" changed into another text (for instance NameSurname) when
saving the Form?
I have the following code for the OnSaveRequest, but how can I get the form
default name?
function XDocument::OnSaveRequest(eventObj)
{
// Write the code to be run before saving here.
eventObj.IsCancelled = eventObj.PerformSaveOperation();
// Write the code to be run after saving here.
eventObj.ReturnStatus = true;
}
Thanks in advanced.
Francesco
the default "Form1" changed into another text (for instance NameSurname) when
saving the Form?
I have the following code for the OnSaveRequest, but how can I get the form
default name?
function XDocument::OnSaveRequest(eventObj)
{
// Write the code to be run before saving here.
eventObj.IsCancelled = eventObj.PerformSaveOperation();
// Write the code to be run after saving here.
eventObj.ReturnStatus = true;
}
Thanks in advanced.
Francesco