bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem report. (fwd)


From: Thomas E. Dickey
Subject: Problem report. (fwd)
Date: Mon, 21 Jan 2002 07:01:57 -0500 (EST)

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

---------- Forwarded message ----------
Date: Mon, 21 Jan 2002 09:04:55 +0800
From: yung <address@hidden>
To: address@hidden
Subject: Problem report.

I want to use Field Validation function, but it works wrong!
:
...
...

field[0] = new_field(1, 10, 11, 21, 0, 0);   /* This is right */
set_field_type(field[3], TYPE_INTEGER, 5, 1, 99999);

field[1] = new_field(1, 10, 13, 21, 0, 0);   /* This is error!!! */
set_field_type(field[1], TYPE_NUMERIC, 5, 1, 99999);
...
...
The field[0] works ok, but field[1] works error!

Ths for your help!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]