monica1
16th December 2004, 13:52
I have a form with 3 fields. One of them is a number with "tcpric" like domain and field type is input.
I want if this fields is 0 don“t appear this 0 in the form.
I try with Inp/Ref Expres. writing field <> 0 but the 0 appear.
Can somebody help me?
Another question. It's possible that the columms of the form have a fixed width and the user can change it?
Venkat
16th December 2004, 15:23
Hi,
try using inputfield.visible...inputfield.invisible
should be helpful..
but again as baan suggests, avoid this funcion as overhead is high...
Regards
venkat
monica1
16th December 2004, 17:30
It doesn`t work becase the field become grey but don't desapear the value of the field.
Also, I have a 2 type form and with this function all my records become grey and I need to make desapear only the records that have 0 like value.
Hitesh Shah
16th December 2004, 17:40
Try function print.const in after display section . U can show spaces instead of 0 in the field .
Though not exactly what u r looking for extending column width , u can try options --> extend to c bigger values .
monica1
16th December 2004, 18:06
The function print.const() solve my problem.
The other question is about the dimensions of the window.
When I open the window I open it maximized but if the user want he can extend the width of the colums and the window loses its aspect.