Validation Problem (OpenInsight Specific)
At 14 AUG 1998 03:58:25PM Hank wrote:
Has anybody noticed this problem and does anybody have a work around (OI ver3.61)
Run a multipage MDIChild window.
- Enter data in any control on the first page that does not match the control validation criteria.
- Use the window scroll bar to go to the second page.
- an error message is correctly posted, put clicking on the Okay button does nothing. You must press enter and the form return to the first page. The window scroll page turns black and does wierd things.
This only happens to MDIChildren.
We have written a few custom validation patterns and by using message_box instead of the msg function, this problem doesn't happen. Is this a know problem and is there a work-a-round or do I have to use all custom validation patterns (ie. recreate the wheel).
Help is appreciated,
Hank Huizinga
Megamation Systems Inc.
At 14 AUG 1998 06:17PM Duane Pekse Aldata wrote:
Hank;
We have found this exact same problem. The way we fixed it is to turn all of the scroll bars invisible on the create event, and then use tabs or buttons to move between sheets.
Duane PekseAldata Softwaredpekse@aldatasoftware.com
At 18 AUG 1998 08:14PM Hank wrote:
Thanks for the input, we ended up hiding the scroll bar as you suggested.
Hank