Me again!
Today when testing my app, I keep getting a popup asking for a retrieval argument for edit_user. That's not a field I would ever do a retrieval argument on. Not sure why PB is asking for a retrieval argument.
The window I'm opening has a pfc_tab object, tab_1. Tab_1 contains 11 pfc data windows, the window has two pfc dw. I checked every one of the dws for the retrieval argument. When I open the window, then click Cancel on the pop-up window, all the data seems to be retrieved just fine.
In the past few days, I've been testing RichText edit styles. Nothing with retrieval arguments.
I'm using PB2021, Build 1509, PFC 12.
How can I figure out which dw is throwing the pop-up window? I've run the debugger and put breaks in several different locations, but everything seems OK.
~~~Tracy