View Single Post
  #18 (permalink)  
Old 03-13-2008, 08:50 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 611
Default

Add a second fgTextBox object (e.g. fgTextBox2) to the project and this additionally
Code:
    fgTextBox2.New1("TextBox2",0)	
    fgTextBox2.MaxLength = 5
e.g. to the App_Start sub.


specci48
Reply With Quote