Returns True if the form is being created and has not been saved in the database yet.
object.IsNew
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
bool
Display IsNew for the form.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"Is New: " & aForm.IsNew
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface Is New cannot be found.