Here is a line of my code:
select 'dbr.report', 'sp_DBR_Product_Entry_Edit', '[product]', 'popup', 'zID=[pid]', 'zDescr<=Descr', 'zFulldescr<=Fulldescr', 'zKeywords<=Keywords';
How can I change the labels for the editable fields in the popup? I realize I can change the parameter names, but is there another method?