Question:
on a form based on the selection. I tried this two ways:
1) Using the validate method. This worked when the value was changed but not when scrolling through the queried records of the form.
2) Creating a subform with the popup as the master column. This worked for updating the fields while scrolling through records but would not allow the popup value to be changed because a detail record existed.
What is the easiest way to do this?
Answer:
It depends on what functionality are you trying to implement? Forexample, if you want to populate other fields when a user selects avalue in a pop-up list.
You will have to implement the same functionality for theChgCurrentRec() method of the repeater and the PostChange() method ofany of the pop-up lists you want.
When you want to use the same functionality from multiple methods,you may want to define a user-defined method and call it frommultiple places to reduce your potential maintenance problem.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
Related Posts
- Money-Saving Open Source CRMs to Consider and How to Host Them
- Plan now to reduce retirement healthcare costs
- Determine Which Providers Are Installed on Your Server
- More Secure and Productive Database and Code Development in Updated SQL Complete
- Blueprint Storyteller Helps Agile Teams Create User Stories






















