In a command file I could write

select max(IntegerColumn) +
into vValue +
INDICATOR viValue +
FROM Table +
Where IntegerColumn < .vValue


How woul I write that a form variable expression?
I tried (max (IntegerColumn) from Table where IntegerColumn <
.fIntegerColumn)
and that doesn't seem to work.

Reply via email to