[ScintillaNET] correction

  • From: Greg Dietsche <greg@xxxxxxxxx>
  • To: ScintillaNET <ScintillaNET@xxxxxxxxxxxxx>
  • Date: Wed, 23 Jun 2004 23:19:58 -0500

in my previous post, the code is supposto check for the beforeinsert flag, and not the beforedelete flag.

if(( scn.modificationType & (uint)Enums.ModificationFlags.beforeinsert )>0 )
--

Regards,
Greg Dietsche     http://www.gregd.org/
GForce Programming:   http://calc.gregd.org
Detached Solutions:      http://www.detachedsolutions.com

-------------------------------------------------------------------------- ScintillaNET Mailing List: ScintillaNET@xxxxxxxxxxxxx To unsubscribe: Send an email to scintillanet-request@xxxxxxxxxxxxx and put "unsubscribe" (without the quotes) in the Subject line. Web Page: http://tinyurl.com/yvoh2

Other related posts:

  • » [ScintillaNET] correction