Re: Getting the event number

2002-04-02 Thread Todd Cary
Joe - Thank you for your response. First, let me say that I am quite new to the Palm, so I do not have a great depth in knowledge about the inner workings. What I have created is a dynamic Popup List. That is, I get data from a DB and populate the list. +++ procedure

Re: Getting the event number

2002-04-02 Thread Oliver Steinmeier
Also, have you made your list popup save behind itself? This should redraw the hold in your form, and suppress the update event. However, a robust app does not rely on this. Do you really need to do this? Can you even? In Constructor, the Save Behind checkbox only exists for forms, not

Re: Getting the event number

2002-04-02 Thread Matt Hebley
At 11:56 AM 2/4/2002 -0800, you wrote: Also, have you made your list popup save behind itself? This should redraw the hold in your form, and suppress the update event. However, a robust app does not rely on this. Do you really need to do this? Can you even? In Constructor, the Save

Getting the event number

2002-04-01 Thread Todd Cary
I have a List and I want to find the number of the Event when I select outside of an Item in the List. If this happens, I want to redraw the Form since this is *not* happening and I end up with a blank area on the Form - the area that was occupied by the List. Todd P.S. I am using Pocket

Re: Getting the event number

2002-04-01 Thread Joe
--- Todd Cary [EMAIL PROTECTED] wrote: I have a List and I want to find the number of the Event when I select outside of an Item in the List. If this happens, I want to redraw the Form since this is *not* happening and I end up with a blank area on the Form - the area that was occupied