How can I get the CurrentID of the form during execution of AXFormOpen? I just noticed that when you put code inside the function, it performs first before the controls are loaded, so when I try to show up the value of the CurrentID using messagebox (msgbox(form.CurrentID)), it just shows nothing. In what possible ways can I solve the problems, without the need to change a control (data grid for example) by creating it during runtime? |