Aug 1, 2003 #1 spook007 Programmer Joined May 22, 2002 Messages 259 Location US I'd like to disalble the input text box on a form how does anyone know the syntax for this? Thanks.
Aug 1, 2003 #2 billwatson Instructor Joined Dec 18, 2002 Messages 2,312 Location CA if you want it to be visible but just not accept any input then set maxchars to zero inputbox.maxChars = 0; Upvote 0 Downvote
if you want it to be visible but just not accept any input then set maxchars to zero inputbox.maxChars = 0;