I'm using PFC (migrated multiple times over the years) and recently had to add master/detail linkage service to an existing window. I use linkage service in many other windows with no problem, but this one just won't work for some reason. I'd like to watch variables as the program is running in debug mode, but don't know how to do that. I can set a breakpoint - that works fine. But then what?
I'm not finding anything in the online manuals about debugging. Any suggestions are greatly appreciated.
~~~Tracy
I was able to see all of the variables at the break points and set variables to watch. Discovered that my linkage commands for some reason weren't firing after the initial of_SetLinkage(TRUE) statement. I moved the remaining statements from the dw's constructor event to the window's open event and Voila, works as advertised!