`
Par2: Edit in Place: Forcing Upper CAP mode 1998-04-22 -- Nik Johnson Look in the embeditor for the word Edit. You'll see that an instance of the EditInPlace class has been created for each field you're editing. Each of these in turn has an .Init method. Find the .Init method in the code. It will be toward the end of the code displayed in the Embeditor. AFTER the call to PARENT.Init (that's what creates the control for updating) you can place lines which change the properties of the newly created control. In your case, SELF.Feq{PROP:CAP} = 1 should do the trick. Printed November 21, 2024, 12:42 pm This article has been viewed/printed 35188 times. |