Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PFC - Lost in space

Status
Not open for further replies.

computergeek

Programmer
May 23, 2001
193
0
0
CA
Hi,

I have previous experience working with older versions of PowerBuilder without PFC. (Mostly providing enhancements to existing systems). I have been tasked with fixing a VERY buggy unstable pb6.5 application which uses PFC. I am having a heck of a time figuring out PFC... Does anyone know of some good sites that I could browse to help get myself up to speed, or can give me some insight regarding my problem below. I do not understand how to effectively use the Object browser...or, just to trace through the code to see what happens, and in what sequence.

I have a window which is inherited from a base class window, and contains some user objects. When the user selects add (command button on user object embedded on page), the constructor event for the main datawindow does a insertrow(0) to fake out the datawindowchild so the it will not prompt for the datawindowchild arguments... but it still prompts for them...? I have a great deal of trouble following through the code (all the inherited stuff) to figure out what the heck it's doing and in what order after the add button is clicked.

Thanks for the assistance.

Computergeek

(No, there is not money in the budget for PFC training.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top