main logo
Subject: 6.2B3 - Observation - BizObj builder
Author: Geof whitham
Posted: 2002/02/12 20:00:07
 
View Entire Thread
New Search


Hi Ed,

Heres my 2 cents:

As discussed previously, the bizobj builder, although coded to reorder the bizobj into the top most zOrder position, does not actually work.

Fix:
Move the code from the Release() Method into the QueryUnload() Method.
Position the insertion point just after the existing QueryUnload Code.

As discussed previously the properties form does not refresh after reordering of the zOrder, until the form is closed and reopened.

Fix:
Add the following to the QueryUnload Event, immediately following the zOrdering code just moved from the Release Method (see above).

*-- Force Properties Form Refresh
IF WVISIBLE("Properties")
RELEASE WINDOW "Properties"
ACTIVATE WINDOW "Properties"
ENDIF

Geof Whitham

 
©2002 Geof whitham
<-- Prior Message New Search Next Message -->