G
Guest
Problem: correct datagrid display of time portion of date
Setup: `1-Access dB,fld formatted as "Date- short time"
2-dataGrid col. formatted as "t"
Operation: The text an a button is created from a time portion of a
date,where when "clicked" the text modifies a dataset cell. By converting
the text to a date(Cdate()) and then via ds.dTbl(row)(col)= cDate(.text)
changes the cell contents.
results: the dataGrid displays only the date portion which is the default
date and when the daTbl is updated id dispalys the same. Note that if a
manual entry of a time portion is typed into the Access tbl cell then it
carries over and displays correctly in the dataGrid but when i try to change
the dataset and update it only displays the default date prtion.
Setup: `1-Access dB,fld formatted as "Date- short time"
2-dataGrid col. formatted as "t"
Operation: The text an a button is created from a time portion of a
date,where when "clicked" the text modifies a dataset cell. By converting
the text to a date(Cdate()) and then via ds.dTbl(row)(col)= cDate(.text)
changes the cell contents.
results: the dataGrid displays only the date portion which is the default
date and when the daTbl is updated id dispalys the same. Note that if a
manual entry of a time portion is typed into the Access tbl cell then it
carries over and displays correctly in the dataGrid but when i try to change
the dataset and update it only displays the default date prtion.