Using parameter to calculate
Hi all.
I've got a small issue:
In my query I've got a count.
I now want to substract that count from a paramater a user enters into an edit on the dialogpage.
So far i can't seem to get that working.
Anyone got a suggestion??
Greetz,
Jeroen
I've got a small issue:
In my query I've got a count.
I now want to substract that count from a paramater a user enters into an edit on the dialogpage.
So far i can't seem to get that working.
Anyone got a suggestion??
Greetz,
Jeroen
Comments
here is a general answer.
store values in variables an work with them in what ever event you need to.
the answer was the following:
[IntToStr(StrToIntdef(parameter.text,0) - <ZeosQuery1."COUNT">)]