About dictionary symbol

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

About dictionary symbol

Post 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,
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply