On 4/23/07, Sven E Olsson <[EMAIL PROTECTED]> wrote: > Thanks for your reply, > > I have tested to use "pairs" of EditFields, It just sound easy and > fast to do, and so it is in an new project. But in my case, I have > tried this for two days, and not get it to works, one reason is that > I have a splitter function on that window,that give me other issues. > (it looks like tab panel issues)
I obviously don't know all of the issues you're dealing with in your application, but I've done something similar in the past, so perhaps my experience can help. What I've done is create a Window property like "pEditField As EditField", and then assign one of the different types of EditFields to that property at runtime depending on the situation. Then all code can refer to pEditField and work on the correct EditField. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
