Subject | Re[3]: [IBO] IB_Date question |
---|---|
Author | Pascal Amesland |
Post date | 2001-04-30T12:20:25Z |
Hello Pascal,
Monday, April 30, 2001, 12:23:21 PM, you wrote:
PA> Hello Geoff,
PA> Saturday, April 28, 2001, 3:34:04 PM, you wrote:
GW>> is date only, not datetime columns. Try specifying
GW>> MyDateField=NOTIME
GW>> in the columnattributes to tell IBO that the column does not contain
GW>> time values.
GW>> If you dont mind a date control with a different appearance, the one
GW>> in the EnhComponents collection can be dropped onto IB_Grid for edit
GW>> date and/or datetime columns.
GW>> HTH
GW>> Geoff Worboys
GW>> Telesis Computing
GW>> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
PA> Yes, but i got the following message since i installed 3.6Dd :
PA> Exception ISC:335544334
PA> Conversion error from string "12:20:10.0000"
PA> ...
PA> When i post the record after having choosing a date.
PA> Have you an idea, is due to locales (France) ?
I found a solution, i defined my date fields as TIMESTAMP ( in place
of DATE) and now it works.
--
Best regards,
Pascal mailto:p.amesland@...
Monday, April 30, 2001, 12:23:21 PM, you wrote:
PA> Hello Geoff,
PA> Saturday, April 28, 2001, 3:34:04 PM, you wrote:
>>> Is it possible to have an IB_Date on a TIB_Grid like anGW>> I think it is supposed to automatically appear for date columns. That
>>> IB_LookupCombo ?
GW>> is date only, not datetime columns. Try specifying
GW>> MyDateField=NOTIME
GW>> in the columnattributes to tell IBO that the column does not contain
GW>> time values.
GW>> If you dont mind a date control with a different appearance, the one
GW>> in the EnhComponents collection can be dropped onto IB_Grid for edit
GW>> date and/or datetime columns.
GW>> HTH
GW>> Geoff Worboys
GW>> Telesis Computing
GW>> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
PA> Yes, but i got the following message since i installed 3.6Dd :
PA> Exception ISC:335544334
PA> Conversion error from string "12:20:10.0000"
PA> ...
PA> When i post the record after having choosing a date.
PA> Have you an idea, is due to locales (France) ?
I found a solution, i defined my date fields as TIMESTAMP ( in place
of DATE) and now it works.
--
Best regards,
Pascal mailto:p.amesland@...