DVL Software Limited
[ About | Services | Products | Search | Feedback | Support ]

PowerBuilder Tips

Where is my pfc_postopen event?

Back to the Tips


If you suspect that the pfc_postopen event is not being processed, put the following code at the start of their respective events:

this.Title += " pfc_preopen"
this.Title += " open"
this.Title += " pfc_postopen"

After opening, your window title should contain "pfc_preopen open pfc_postopen".  It may differ slightly from the above, but I think you will understand what I mean.

If the above is not appearing, then then comment out all code within pfc_preopen (except the code above) and try again. If no success, try the same with the open event.

My experience has been code within pfc_preopen causes the problem and interferes somehow with the POST event process of pfc_w_master.


Back to the Tips

[ About | Services | Products | Search | Feedback | Support ]

This page last updated: Wednesday, 23 February 2000
Copyright 1997, 1998, 1999, 2000 DVL Software Limited.  All rights reserved.