was wondering beside using the format-mask attribute of an item.
using when-validate-item
how would I test if a text item is numeric? i wish to do this because i want write out my own error message.
is there some sort of isnumeric function in oracle forms 6i?
IF isnumeric(field) then
messagebox('Error not the right format!');
end if;
Edited by: PandaOracle on Jan 27, 2012 12:43 PM