Salakhetdinov Shamil
mcp2004 at mail.ru
Thu Apr 5 05:21:46 CDT 2012
> I tried to use .PostPaint event Sorry, I meant .RowPostPaint event... Thank you. -- Shamil Thu, 05 Apr 2012 13:53:01 +0400 от Salakhetdinov Shamil <mcp2004 at mail.ru>: > Hi All -- > > I have a DataGridView bound to a DataSet created on MS Access back-end table using built-in into DataSet SQL query. > And I need a calculated column to have a value equal to a > > ([SavedStartDateValue] - DataTime.Today).TotalDays > > That seems to be not possible to create? > > I tried to use .PostPaint event to have a value calculated on run-time. It works but DataGridView "flickers". > > Because of design limitations I can't create a custom query in MS Access back-end db with a calculated field value to be used as binding source for target DataGridView column. > > I'd be very grateful for any useful for my real programming case advises. > > TIA, > -- Shamil > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > >