Forms 4.5 to Forms 5.0 Conversion Problem [message #365507] |
Fri, 24 July 1998 18:31 |
Jenean Spencer
Messages: 1 Registered: July 1998
|
Junior Member |
|
|
I am converting a Form 4.5 to a Form 5.0. When I compile the form in 5.0 I get a frm-30162 error.
"frm-30162: Inconsistent relationship between
window xxx and its vertical toolbar ___"
There is no vertical toobar defined for the module. The Window property Vertical Toolbar Canvas is set to <NULL>. I do not know what is wrong and the error number is not in the on-line help.
Any suggestions would be appreciated.
|
|
|
Re: Forms 4.5 to Forms 5.0 Conversion Problem [message #365549 is a reply to message #365507] |
Thu, 29 October 1998 11:55 |
Prem
Messages: 79 Registered: August 1998
|
Member |
|
|
I have encountered this problem when I converted my forms from V4.5 to V5.0.
To solve this
- I created a new dummy form in V5.0.
- Copied all the properties of this new form's window as sub-class to the problematic Form's window.
This seems to work though it involes some extra work.
Hope it solves your problem.
|
|
|
|
|
|