Subform Row Prefix for Lookup
Posted: Sat Mar 05, 2022 9:20 am
I have a lookup in a subform and want to use "After Browse" to populate a field in the same subform row.
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:
Any advice on how to get $rowprefix value or a better way?
Neil.
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.