Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TwwDBGrid OnChange

edited February 2005 in General
if i use the following coding to change the ActivePage from ts1 to ts2 (ts1
& ts2 are my tabs), the TwwDBGrid's OnChange event is not trigger
PageControl1.ActivePage := ts2;

i suppose it should trigger the onchange event as apparently the tab is
changed?

Comments

  • edited February 2005
    i managed to solve the problem, beside i wan to correct the questions i
    initially post, the question should be like this:
    if i use the following coding to change the ActivePage from ts1 to ts2 (ts1
    & ts2 are my tabs), the TwwDBGrid's OnDblClick event has the following
    codes:
    PageControl1.ActivePage := ts2;
    but what i found out is that the above codes did not execute
This discussion has been closed.