on 5/27/02 23:36, Francois Van Lerberghe at fvanlerberghe /at/ freegates D.O.T be wrote:
> Only if my field is nullable but it's not the case. > I don't want my field be nullable because > > 1/ date_fld.GetString give me "null" and not "00/00/0000" and I think > seeing "null" it's not very friendly for my end-user.
But you can wrap by IF
if( not null ) getstring else s = ""
> 2/ that breaks a lot of my code. > > Any other idea ?
Can you make for me test?
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on /at/ lists D.O.T macserve.net ©2002 Ruslan Zasukhin |