powerbuilder

Powerbuilder: what to code in the pfc_retrieve() event when using FILTER style linkage

Hi, I have two master-detail datawindow which are linked through pfc's linkage service. Now I have read in the documentation that when using FILTER style retrieval code must be placed inside the detail window's pfc_retrieve event. What code/function call should I place there so that when the master windows's retrieval has been finished...

Powerbuilder: is it a good idea to call accepttext method

The question says it all. I want to know if it a good idea to manually call the accepttext() or pfc_accepttext to force powerbuilder to accept the values in the datawindow fields. The reason behind this question is that I have a datawindow in a popup window which contains some fields. When the user enters values in that fields and pres...

Powerbuilder: Making certain rows editable and certain rows non-editable in a datawindow

Hi, how can I make certain rows editable and certain rows non-editable of a datawindow? I am adding the rows using pfc_addrow() event of the datawindow, and I want some of them to be editable and some of them to be non-editable. Is there any way to do it? ...