On 4/23/07, Sven E Olsson <[EMAIL PROTECTED]> wrote: > Hi again, > Do you mean something like this: > > Existing EditFields: TextfileldScroll and TextFielNoScroll > > A Window Property : myEdifield as EditField > > And then in the Window Open event > > if globals.UseScrool = true then > dim myEditFiled as TextFieldScroll > else > dim myEditField as TextFieldNoScroll > end if > > OR are you mean using classes? > In the case of classes, I can't set the scrolls in the class, that > only in the "used" editfield.
The first approach has worked fine for me in similar situations. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
