bug-ncurses
[Top][All Lists]
Advanced

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

RE: Problem report. (fwd)


From: Jürgen Pfeifer
Subject: RE: Problem report. (fwd)
Date: Mon, 21 Jan 2002 14:21:35 +0100

> ---------- 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!
> 
What does error mean? Does your computer smoke or your car stop? And why do you 
set the field type for field[3]?

Cheers
Jürgen



reply via email to

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