MDIChild Not Behaving (OpenInsight 32-bit Specific)
At 17 NOV 2005 03:38:09PM Marty Rosenbloom wrote:
Hi,
I am using an MDI_Client. I only have two windows to open as MDI_Children. The windows are "SCHEDULE" and "RESERVATION." During a test run both windows will load. When I deploy the app, only the "RESERVATION" window will load. The "SCHEDULE" window gives an error "sound." What should I be looking for to correct this? I am using OI7.2.
TIA,
Marty
At 17 NOV 2005 06:20PM [email protected]'s Don Bakke wrote:
Marty,
My first guess is that you didn't deploy a script event (CREATE?) with your form.
At 17 NOV 2005 07:20PM Marty Rosenbloom wrote:
Don,
I tried with a CREATE script and without. I tried calling them up with a CLICK event on buttons. It seems that the SCHEDULE window is the one causing all the trouble. I can't seem to locate anything on that window that I am doing differently on the RESERVATION window. The RESERVATION window does what it is supposed to do. When I deploy, I am doing a full deploy with all entities.
The code in the CREATE event is as follows:
Declare Function Start_MDIChild
equate MAXIMIZED$ to 3
Page_List= "RESERVATION": @FM :"SCHEDULE"
Size=Get_Property(@Window : ".MDICLIENT", "SIZE")
UnUsed=Set_Property( @Window : ".MDICLIENT", "SIZE", -20:@FM:-20:@FM:10:@FM:10 )
Col=1
Activechildren="
Loop
Remove Sheet From Page_List At Col Setting Flag
While Len(Sheet)
Child=Start_Mdichild(Sheet,@Window,
,
,,
, '' )Activechildren:=CHILD:@FM
Repeat
Status=Set_Property( @Window : ".MDICLIENT", "SIZE", Size)
Call Set_Property(@Window, "VISIBLE", 3)
Any help is appreciated,
Marty
At 17 NOV 2005 07:45PM dsig _at_ sigafoos.org wrote:
Marty ..
What happens if you put a button/menu option on the mdi frame to start that window. Does it start correctly OR does it BOINK
DSig
At 17 NOV 2005 09:08PM Marty Rosenbloom wrote:
DSig,
In deployment mode, a button calling this window BOINKED!!! I have been working on this most of the day and what has happened is that the table it is attached to has not loaded. When I set up the deployment parameters, I ASSUMED that all the tables would load. WRONG!! I now have the pertinent table loading and it seems to be working. Now some other issues have popped up. The LOSTFOCUS event of the key control has error B293, whatever that is. All the programming in that LOSTFOCUS event is not carried out. Once again, this worked during test run. I also have this window printing address labels. This feature works in test run, but not in deployment. I think that I need to step back and wait until tomorrow morning.
Marty
At 17 NOV 2005 11:08PM dsig _at_ sigafoos.org wrote:
I'll be on line tomorrow so just IM me ..
might be later in the morning .. going to catch the 12:01 Harry Potter
later