Hi,
I have several input field in my MI7.1 application for PDA develop using NWDS 7.1 . Is that possible for me to set the cursor on the application. For example after user scan the product code the cursor will move to quantity input field.
I try use
IWDAttributeInfo attribute = wdContext.getNodeInfo().getAttribute("Name");
wdThis.wdGetAPI().requestFocus(wdContext.currentContextElement(), attribute);
but some how the eswt not supported.
thanks.
Edited by: fcgan on May 26, 2008 10:58 AM