I also find that sometimes fields just become corrupted and have to be replaced (just happened to me). This basically means creating a new field, setting it's name, script, and other properties to the same as the old field - and getting rid of the old field.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Wednesday, July 20, 2005 12:21 PM To: How to use Revolution Subject: Re: Invisible insertion point in field David Wilkinson wrote: > The problem is that although you can > enter text in the edit field, the insertion point is invisible. Does > anyone know why this might be? Does the field have both the traversalOn property and the autoHilite property set to true? To lock/unlock a field you need to set three field properties: locktext, autohilite, traversalOn. The last two should be set to the opposite of the first one. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
