Comment Component

How do you clear a sticky note?

You can do this in one of two ways:

  1. You can write an update query to change the ‘sticky’ value in the database, or

  2. There is a spot to click to unstick each note that looks like [unstick] under the note time. It uses the following query to do #1:UPDATE Notes SET Sticky=0 WHERE Id=%d