Upgrade to 4GL 7.32?
> Hi,
>
[quoted text clipped - 5 lines]
>
> What to do?
>Hi,
>
>4GL 7.30.UC5 fails working with NULL assigned to DATE variable.
>
>What to do?
) What is the exact error you get from this?
) Can you post the (define and assign part of) the code?
) If you write a small 4gl like this:
main
define ld_date date
define lc_answer char(1)
let ld_date = NULL
display "Date = "ld_date
prompt "enter " for char lc_answer
end main
compile it to runable, run it, what happens?
Robert A. Reissaus
Informix Consultant
Risdi Amsterdam, the Netherlands
www.risdi.com