----- Original Message ----- From: "Adam" <[EMAIL PROTECTED]> > > Also, does anyone know the best way to place the cursor in a field using > lingo? The only way I have found so far is to set the 'selection' property > of the field to an array of two equal numbers, such as [2,2].
That's about right, except that it only works with text members. For fields, there are the globals the selStart and the selEnd, which do much the same thing. What works with a field does not work with a text member and vice-versa. - Robert [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
