I’ve been working on a small project using the UD101 form on an off over the last week or so. Everything is looking good, but I have come across some unusual behavior and need some guidance.
When I started the build I used an ultracombo against the key1 field and was able to load project ids from a baq, which worked well, or so I thought. When creating a new UD101 record it works nice and fast, however if you subsequently leave the form, reopen it, and run a search, and select the record you just created, or others, all of the fields populate apart form the combo. I know there is data exists as I just left the key1 field on the form and see it getting populated. I sure I must not be setting a property correctly, but for the life of me I can’t work out what it is.
I did a bit of research and discovered that the epicombo is really the preferred method, and on testing the epi combo populates with the projectid from the search, but actually using the combo to select data is painfully slow.
With the epicombo, I am using the Project BO with a filter of ActiveProject = 1 and Shortchar02 = ‘DEV’ (we categorize projects with shortchar02).
I have also tried debugging with VS2010, but have not had a great deal of success on that front either.
Any assistance appreciated.
