Hello,
It is difficult to me to understand what you mean,
but if you do not see the cursur when you call the form you can use
beforeShowForm event to focus the desired field – something like
beforeShowForm : function(formid) {
$(“#myfield”,formid).focus();
}