On Thu, Apr 10, 2008 at 10:33 AM, Garrett Fitzgerald
<[EMAIL PROTECTED]> wrote:
>...

Ah, shoot. Sorry, folx, I forgot what folder I was reading in, and
when the reply button didn't put the list name in....

Let's see, how to get this back on-topic....

I recently wrote a query tool to help me work with the EMR. I had it
auto-generate cursor names, and then I saved the names with the
original queries, so I could select them from a combobox and bring the
back up without hitting the server again. This, of course, can get
annoyingly long, so I added the following code to cboQueries.KeyPress
to allow me to delete whichever query was currently selected, like
Outlook does for cached emails.
----
LPARAMETERS nKeyCode, nShiftAltCtrl

IF nKeyCode = 7
        DELETE IN queryHist
        This.Requery()
ENDIF
----
Am I forgiven by the OT police?


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to