Page 1 of 1

About dictionary symbol

Posted: December 15th, 2018, 10:22 am
by htuser
Dear All,
I'm trying to write this very simple function and much more to simplify coding.

Code: Select all

function obligationSaisie(string ItemName)
if not invalueset(ItemName) then
		errmsg(126,ItemName, getlabel(ItemName));
		reenter ItemName;
	endif;
	setproperty("AutoAdvanceOnSelection","Yes");
end;
But it facing, at least two limitations of the Cspro user defined function engine.
Among others, several Cspro functions (by example getlabel, invalueset ...) doesn't accept dictionary symbol (alias) as argument.

Please can we hope to have this in the future?
Thanks in advance,