On 7/27/06 11:10 PM, "Peter Adams" <[EMAIL PROTECTED]> wrote:
> At runtime I'd like to add an arbitrary number of EditFields to a > window in order to print a line of columns from a database record. > Somewhat like the 4D Print Layout functionality with a window of > 25-30 pixels height. There does not seem to be an "add to window" > method. How do you assign a new EditField to a new Window? Is it a > matter of specifying its location as in the control cloning example? When you create a clone of an existing control on your window, the newly cloned control will also be on that window. You just need to specify its top/left to bring it into the visible are of the window. See the "New Operator" page in the language ref. for a cloning example. -Seth -- <http://realopen.org> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
