P
PeterM
I have a small form where I display errors and warning messages based on
edits to the form. The form can have from 1 to as many as 20 messages to
display. I've setup the form as a continuous view so the user can scroll
up/down to see all of the messages. The last field on the form is the
error/warning message text. It is setup as a text box. I have CanGrow = yes
and CanShrink=yes on the textbox, the details section and the header section
but the text box will not display all of the message for long messages. I
don't understand. I use CanGrow/Shrink all over the place on reports and it
works great. Does it work differently on a form? I've searched this forum
and google and cannot find my situation described.
The continuous form has the following controls;
MessageType [either "Error" or "Warning"]
MessageNumber [if available]
MessageItem [the control in error]
MessageText [the full text of the message]
Only the MessageText is setup as CanGrow/Shrink = yes. I've tried making
them all CanGrow/Shrink = yes and it made no difference. I open the form:
DoCmd.OpenForm "ErrorsWarnings", acNormal, , , acFormReadOnly, acWindowNormal
Any advice is appreciated.
edits to the form. The form can have from 1 to as many as 20 messages to
display. I've setup the form as a continuous view so the user can scroll
up/down to see all of the messages. The last field on the form is the
error/warning message text. It is setup as a text box. I have CanGrow = yes
and CanShrink=yes on the textbox, the details section and the header section
but the text box will not display all of the message for long messages. I
don't understand. I use CanGrow/Shrink all over the place on reports and it
works great. Does it work differently on a form? I've searched this forum
and google and cannot find my situation described.
The continuous form has the following controls;
MessageType [either "Error" or "Warning"]
MessageNumber [if available]
MessageItem [the control in error]
MessageText [the full text of the message]
Only the MessageText is setup as CanGrow/Shrink = yes. I've tried making
them all CanGrow/Shrink = yes and it made no difference. I open the form:
DoCmd.OpenForm "ErrorsWarnings", acNormal, , , acFormReadOnly, acWindowNormal
Any advice is appreciated.