Hy! I maked a form that a have a LIST Control. All my clients will be loaded in this list when the form is opening. Each name have about 20 chars. All the list is loaded when the form start (the list show 7 lines at each time, and the list have about 40 records). The problem appears here.
The form that have the list control call another form that will show the name selected on the list of the previous form. I use a Global Variable to pass the string to one form to other. When the other form appear, sometimes (when i select the second item on the list for example) the controls of the second form not work, other times it can't be touched, and other times it works well. If i click in the first item, the 2nd form alway work. When 1 click on the 2nd item, the 2nd form not work. When i click in the 5th item, the 2nd form not work.... when i click on the 4th item, the form work... The code that work is the same code that not work... I was thinking that was a memory problem generated when i was loading the itens in the list, so i disabled this loaded and set the list itens at design time. Only 8 lines with about 30 chars. The problem appears again. For this type off use, what is better? List or Table? Or there is another thing that 1 should know to make this work? Thanks all! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
