How do I find the subform row prefix for use in nuSetFormValue() or am I going about this the wrong way?
I thought to use:
Code: Select all
$qty=nuLookupRecord()->pur_qty;
nuSetFormValue("sob_parts_fitted".$rowprefix."pur_qty",$qty);
Neil.
Code: Select all
$qty=nuLookupRecord()->pur_qty;
nuSetFormValue("sob_parts_fitted".$rowprefix."pur_qty",$qty);