hi,
I have just updated my mydbr installation to 6.6.0 (build 4818) and I have started seeing error messages which look as follows:
Invalid column reference for linked report sp_DBR_PartIdentifiers_update parameter inPartID
Did not have these before with the following bit of code:
SELECT PartID INTO vPartID FROM TempPartDetails WHERE partnumber=inPartNumber LIMIT 1;
SELECT 'dbr.keepwithnext'; SELECT 'dbr.button', 'EDIT PART IDS'; SELECT 'dbr.report', 'sp_DBR_PartIdentifiers_update', 'popup', 'inLogin=(inLogin)', 'inPartNumber=(inPartNumber)', 'inPartID=(vPartID)', 'inMode="EDIT"';
i.e. i was passing variable populated inside of proc as param value to the linked report in regular parenthesis and everything was working fine.
Now after mydbr version update i see errors like ths.
Plz advise.
Thank you!
Eugene