Kbase P77119: Pass-thru link is not working
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/09/2004 |
|
Status: Unverified
SYMPTOM(s):
Pass-thru link is not working
setForeignField is not working
Target Data link object is not displaying data
CAUSE:
setForeignField dynamic function requires a coma separated list of the fields, but cannot contain spaces after the comma
DYNAMIC-FUNCTION('setForeignFields' IN h_dorder /* Order SmartDataObject handle */ ,"Order.Cust-num, Cust-Num").
FIX:
Remove the space after the comma
DYNAMIC-FUNCTION('setForeignFields' IN h_dorder /* Order SmartDataObject handle */ ,"Order.Cust-num,Cust-Num").