D
Dan
Hello,
I'm trying to build a simple message box with multiple lines and windows
sytems icons. For some reason, Infopath doesn't recognize VBNEWLINE or
MessageBoxIcon.
Problem 1:
MessageBox.Show(MessageBoxIcon.Stop & " You cannot save a blank form. Use
the search function first.")
This line works but only displays a number rather than the icon for Stop.
Problem 2:
MessageBox.Show("You cannot save a blank form." & vbnewline & "Use the
search function first.")
In the code window, VBNEWLINE is underlined as not declared.
Can anyone please help?
I'm trying to build a simple message box with multiple lines and windows
sytems icons. For some reason, Infopath doesn't recognize VBNEWLINE or
MessageBoxIcon.
Problem 1:
MessageBox.Show(MessageBoxIcon.Stop & " You cannot save a blank form. Use
the search function first.")
This line works but only displays a number rather than the icon for Stop.
Problem 2:
MessageBox.Show("You cannot save a blank form." & vbnewline & "Use the
search function first.")
In the code window, VBNEWLINE is underlined as not declared.
Can anyone please help?