i want know about same form that display diffrent output when they r opened from diffrent places
ex: most standard forms
what is the best way to go about understanding them
thanks in advance
i want know about same form that display diffrent output when they r opened from diffrent places
ex: most standard forms
what is the best way to go about understanding them
thanks in advance
Best way to understand how the forms change dynamically?
Step through the code on these forms, use the debugger to step through the code. Open the forms to understand how / when / why specific actions are processed within the code, based on conditions and parameters set in the code, and how these are met by user interaction.
It is a very time consuming thing but well worth it [:)]
thank Will i AM (bep) for ur replay