Frank S.
|
| Posted: 05/11/2005, 7:25 AM |
|
Hi All,
In looking at the code from the asp example in the Many to Many Relations via Multi Select List box can you tell me where the code at the top of the page goes??:
'BindEvents Method @1-914A7553
Sub BindEvents()
Set projects_rec.CCSEvents("BeforeShow") = GetRef("projects_rec_BeforeShow")
Set projects_rec.CCSEvents("AfterInsert") = GetRef("projects_rec_AfterInsert")
Set projects_rec.CCSEvents("AfterUpdate") = GetRef("projects_rec_AfterUpdate")
Set projects_rec.CCSEvents("BeforeDelete") = GetRef("projects_rec_BeforeDelete")
End Sub
'End BindEvents Method
Thanks,
Frank
|
|
|
 |
|