Hi,

A field defined in HsqlDB as ISO-Date YY-MM-DD returns using
-getString() :  a string e.g. 2005-05-01, 
                     MsgBox with isDate(): True
                         (ok, isDate accepts numeric or string)
                     writing this with setString() to a Calc field:
                     '2005-05-01
                     does -as a string- not use the format 'Date' of
                     the cell. ->Wrong way.
-getDate() :   Xray says: --- IDL reference of the structure :                  
                                                                                
                                
                    com.sun.star.util.Date    (end of way for me...)
                    Day                       integer            1      
                    Month                    integer            5      
                    Year                      integer       2005
                    MsgBox with isDate(): False ???
                    -writing this with setString() to a Calc field:
                       =>BASIC runtime error.
                       Incorrect property value.
                    -writing this with setDate() to a Calc field:
                       =>BASIC runtime error.
                       Poperty or method not found (my inventation)
                    -writing this with setValue() to a Calc field:
                         =>BASIC runtime error.
                         Incorrect property value.

How can I write this date to a Calc field, using the cell format?

Regards
Wolfgang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to