This is a discussion on 4GL 7.30 + IDS 9.40 GREAT problem within the Informix forums, part of the Database Server Software category; --> Hi, 4GL 7.30.UC5 fails working with NULL assigned to DATE variable. 4GL 7.30.UC2 halfs strings got via REPORT. SPARC ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Mon, 28 Mar 2005 12:15:47 +0400, "Denis Melnikov" <dmÅlnik@regent.ru> wrote: >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 |