DP
2005-06-24 18:31:35 UTC
When you genera ricode there is a line of code reading
unlock record pnParentRec in lcParentWkArea
Which will cause the error "Alias lcParentWkArea not found". If you
change it to
unlock record (pnParentRec) in (lcParentWkArea)
It works -
Question - Is there a ribuilder.App out there that does that and does not
require you to make those fixes to the Auto genereated RI code manually?
TIA
unlock record pnParentRec in lcParentWkArea
Which will cause the error "Alias lcParentWkArea not found". If you
change it to
unlock record (pnParentRec) in (lcParentWkArea)
It works -
Question - Is there a ribuilder.App out there that does that and does not
require you to make those fixes to the Auto genereated RI code manually?
TIA